BWBhavya Wadhwaniinbhaavya.hashnode.dev·Jun 20, 2024 · 3 min readHands-On Kubernetes: Deploy MongoDB and Mongo-Express on Digital Ocean with HelmToday, we’ll walk through the process of setting up a Kubernetes cluster on Digital Ocean, installing Helm, and deploying a MongoDB instance with a UI using Mongo-Express. This guide will help you understand the fundamental steps and commands require...00
BWBhavya Wadhwaniinbhaavya.hashnode.dev·Jun 18, 2024 · 2 min readHow to Deploy NGINX and Apache on Kubernetes Using IngressToday, I delved into Kubernetes deployments and ingress configurations to host both NGINX and Apache web servers. Kubernetes provides a robust platform for container orchestration, enabling scalable and reliable deployment of applications. Setting Up...00
BWBhavya Wadhwaniinbhaavya.hashnode.dev·Jun 16, 2024 · 2 min readStep-by-Step Guide to Kubernetes Config FilesTo create Kubernetes configuration files for a Deployment and Services using the provided YAML snippets (nginx-deployment.yaml, nginx-service.yaml) and to apply them to your Kubernetes cluster, follow these steps : 1. Create Configuration Files nginx...00
BWBhavya Wadhwaniinbhaavya.hashnode.dev·Jun 14, 2024 · 3 min readKubernetes Beginner's Guide: Getting StartedKubernetes Main Components Pods: The smallest and simplest Kubernetes object. A pod represents a set of running containers on your cluster. Services: An abstraction that defines a logical set of pods and a policy by which to access them. Deploymen...00
BWBhavya Wadhwaniinbhaavya.hashnode.dev·Jun 12, 2024 · 6 min readUltimate Beginner's Guide to Mastering AWS CLIAWS CLI Tutorial The AWS Command Line Interface (CLI) is a powerful tool for managing your AWS services from a terminal session. This tutorial will guide you through the basic commands needed to configure your AWS CLI, set up Single Sign-On (SSO), ma...00