#k8s
Read more stories on Hashnode
Articles with this tag
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...
What are ConfigMaps and Secrets in k8s? In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively....
What are Namespaces and Services in k8s? In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a...
Let's understand Deployment & how to make replica sets in K8s. What is Deployment in k8s? A Deployment provides a configuration for updates for Pods...
Let's read about minikube and how to implement k8s in our local/cloud machine. What is minikube? Minikube is a tool which quickly sets up a local...