/ @random-clouds-balaji - Please like, share and subscribe to my channel if you liked my channel videos
A pod is a basic Kubernetes object. A pod is a set of one or more containers scheduled on the same physical or virtual machine that acts as a unit.
1. To see a cluster's nodes
2. Create a Pod in Kubernetes by name and using YAML file
3. View the Pods
4. Describe a specific Pod
5. View Pod logs
6. Delete the Pod by name and using YAML file