#kubernetes
Read more stories on Hashnode
Articles with this tag
What is Kubernetes and why it is important? Kubernetes is an open-source container orchestrating tool designed to automate, deploy, scale, and operate...
What are Persistent Volumes in k8s? In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned by an...
What are ConfigMaps and Secrets in Kubernetes? In Kubernetes, ConfigMaps and Secrets help separate configuration settings and sensitive information...
What are Services in K8s? In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP...
What are Namespaces and Services in Kubernetes? In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is...
What is Deployment in Kubernetes? Deployment is a resource object that manages creating and updating Pods, the basic deployment units in Kubernetes....