#kubernetes
Read more stories on Hashnode
Articles with this tag
What is Kubernetes and why it is important? Kubernetes is an open-source platform that automates the management of containerized applications. It...
What are Persistent Volumes in k8s? A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator or...
What are ConfigMaps and Secrets in K8s? In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively....
What is Service in Kubernetes? A Kubernetes Service is an abstraction which defines a logical set of Pods running somewhere in your cluster, that all...
What are Namespaces? In Kubernetes, Namespaces are used to create isolated environments resources. Each Namespace is a separate cluster within the...
Itβs #day32 of the #90daysofdevops Challenge under the guidance of Shubham Londhe Sir. Today I have covered,- Installation of Minikube cluster.- How...