#kubernetes
Read more stories on Hashnode
Articles with this tag
1. What is Kubernetes and why it is important? Kubernetes is an open-source platform for automating the deployment, scaling, and management of...
In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an administrator. A Persistent Volume Claim...
What are Kubernetes Services? In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod...
In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a separate cluster within the same physical...
What is Deployment in k8s? A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment,...
In the previous blog, we have learned to install minikube on ubuntu server. You can refer it:...