#kubernetes
Read more stories on Hashnode
Articles with this tag
Questions :- 1.What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that automates the...
What are Persistent Volumes in k8s In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an...
👏🎉 Yay! Yesterday we conquered Namespaces and Services 💪💻🔗🚀 What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are...
Congratulation🎊 on your learning on Deployments in K8s on Day-33 What are Services in K8s In Kubernetes, Services are objects that provide stable...
What are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a...
What is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment,...