Kubernetes - POD, Steps Installing Minikube, Kubectl and writing our first pod.yml file.
What is POD?
A pod in kubernetes is a runtime specification of a container in docker. A pod provides more declerative way of defining using YAML and you can run more than one container in a pod.
In k8's lowest level of deployment is a POD.
What is...
techjourneysubhankar.com2 min read