Articles in this series
What is Kubernetes? Why do we call it k8s? Kubernetes is an open-source orchestration tool for containers. It helps in automating software...
Today, in this blog I am going to guide you on how to launch the Kubernetes cluster on Minikube with Nginx pod using Ubuntu VM. What is...
To get started with Kubernetes, visit my blog Minikube - Launch First Kubernetes Cluster and Pod What is deployment in k8s? A Deployment provides a...
What are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a...
In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP addresses. Services allow...
Tasks 1: Create a ConfigMap for your Deployment Create a ConfigMap for your Deployment using a file or the command line Update the deployment.yml...