#devops-articles
Read more stories on Hashnode
Articles with this tag
Persistent Volumes & Persistent Volume Claim (PV & PVC) A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by...
ConfigMaps in Kubernetes A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as...
What are Services in K8s? In Kubernetes, a service is an entity that represents a set of pods running an application or functional component. The...
Kubenetes namespaces In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources...
Exposing Kubernetes workloads Kubernetes offers several types of Services to expose workloads: ClusterIP (Default): Exposes the Service only within...