#kubeweekchallenge
Read more stories on Hashnode
Articles with this tag
Upgrading the cluster: upgrading the Kubernetes cluster involves upgrading the Kubernetes control plane and worker nodes to a newer version. Back up...
Kubernetes Storage: Persistent volume: A persistent volume is a cluster-wide storage resource. It is a piece of networked storage that has been...
Kubernetes Services: Kubernetes Services are a way to provide network access to a set of Pods in a Kubernetes cluster. A Service provides a stable IP...
Deployment: A deployment is a resource that manages the deployment of a set of identical pods. Deployments provide a declarative way to manage pod...