#k8s
Read more stories on Hashnode
Articles with this tag
What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and...
Introduction: Persistent Volumes (PVs) are like storage lockers in a Kubernetes cluster. They are physical storage resources, such as disks or NFS...
Introduction Services in Kubernetes are a way to expose your applications to other applications and users. They provide a layer of abstraction between...