#kubernetes
Read more stories on Hashnode
Articles with this tag
Day 37 · Questions What is Kubernetes and why it is important? What is the difference between docker swarm and Kubernetes? How does Kubernetes handle...
Day 36 · What are Persistent Volumes in k8s? A Persistent Volume is a piece of network-attached storage (NAS) or block storage provisioned by an...
Day 35 · What is ConfigMaps? According to kubernetes.io, a ConfigMap is an API object used to store non-confidential data in key-value...
Day 34 · What are Services in K8s In Kubernetes, a Service is a method for exposing a network application that is running as one or more In Kubernetes...
Day 33 · What are Namespaces and Services in k8s In Kubernetes (K8s), namespaces and services are fundamental concepts that help manage and organize...
Day 32 · What is Deployment in k8s In Kubernetes (also known as K8s), deployment refers to the process of creating and managing a set of identical...