#trainwithshubham
Read more stories on Hashnode
Articles with this tag
Kubernetes and Its Importance: Kubernetes is a platform that automates the deployment, scaling, and management of containerized applications. It's...
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 is Deployment in k8s A Kubernetes Deployment tells Kubernetes how to create or modify instances of the pods that hold a containerized...
Using kubectl Commands kubectl is the command-line tool used to interact with your Kubernetes cluster. It's the first step in troubleshooting to...
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...