#k8s
Read more stories on Hashnode
Articles with this tag
What is Kubernetes and why it is important? Kubernetes, often abbreviated as K8s, is an open-source container orchestration platform that automates...
Persistent Volumes (PV) in K8s Persistent Volumes (PVs) are a mechanism to provide persistent storage for applications running in the cluster. PVs...
What is ConfigMaps. In Kubernetes, a ConfigMap is a resource object that allows you to store configuration data separately from your application code....
What is Pod in k8s? A Pod (as in a pod of whales or pea pod) is a group of one or more containers, with shared storage and network resources, and a...
Introduction: Welcome to the 31st blog of the "90 Days of DevOps" series! Today, we will dive into the minikube, features of minikube and installation...