#kubernetes
Read more stories on Hashnode
Articles with this tag
Kubernetes Important interview Questions. · What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform...
Managing Persistent Volumes in Your Deployment · What are Persistent Volumes in k8s In Kubernetes, a Persistent Volume (PV) is a piece of storage in the...
Mastering ConfigMaps and Secrets in Kubernetes · What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store...
Working with Services in Kubernetes · What are Services in K8s? In Kubernetes, Services are objects that provide stable network identities to Pods and...
Launching your kubernetes Cluster with Deployment · Step 1: Create a deployment file. Step 2: Apply the Service. Step 3: Retrieve information about the...
Launching Your First Kubernetes Cluster With Nginx Running · Minikube is a tool which quickly sets up a local Kubernetes cluster on macOS, Linux, and...