#kubernetes
Read more stories on Hashnode
Articles with this tag
Questions What is Kubernetes and why it is important? Kubernetes is a container orchestration tool created by the company Google. Kubernetes...
Task 1: Add a Persistent Volume to your Deployment todo app. Create a Persistent Volume using a file on your node. Create a Persistent Volume Claim...
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...
In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP addresses. Services allow...
What are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a...
To get started with Kubernetes, visit my blog Minikube - Launch First Kubernetes Cluster and Pod What is deployment in k8s? A Deployment provides a...