#devopscommunity
Read more stories on Hashnode
Articles with this tag
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...
Upgrading the Kubernetes Cluster Upgrading a Kubernetes cluster is crucial to ensure it remains secure, stable, and up-to-date with the latest...
Persistent Volumes & Persistent Volume Claim (PV & PVC) A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by...
Exposing Kubernetes workloads Kubernetes offers several types of Services to expose workloads: ClusterIP (Default): Exposes the Service only within...
Deployments in Kubernetes Deployments are a fundamental building block for managing containerized applications in a Kubernetes cluster. A...