#kubernetes
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...
In Kubernetes, a "service" is like a traffic cop for your applications. It helps the different parts of an application talk to each other and ensures...
What are Namespaces? A namespace is a group of related elements that each have a unique name and identifier. A namespace is used to uniquely identify...
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...
Introduction of Kubernetes: Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that...