What is a Kubernetes Pod?
A Pod is a Kubernetes structure that is used as a wrapper for one or multiple containers. Kubernetes manages pods rather than the containers directly.
1. Use kubectl to login and access your namespace. Create a yaml file like the one shown here.
4. Use the kubectl describe deployment command to learn about the pod created.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.