Introduction to Kubernetes Manifest: Pod
In the previous article of this Kubernetes series, we started a Pod using the kubectl run command. I also mentioned that in real world, that is not how we create Pods, or any other resource type for that matter, in…