Tag
What are Persistent Volumes in k8s? In Kubernetes, a Persistent Volume (PV) is a piece of storage in the cluster that has been provisioned b…
What are ConfigMaps and Secrets in k8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively.…
What are services? In Kubernetes, a Service is an abstraction that defines a logical set of Pods and a policy by which to access them. It pr…
What are namespaces? Namespaces are the virtual environment or cluster inside a minikube Cluster.t is a way to partition resources and creat…
What is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. Task-1: Create one Deployment file to …
miniKube What is minikube? minikube is a tool that quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy …
What is Kubernetes? Kubernetes open-source orchestration tool started by Google used to deploy multiple container environments. An orchestr…