Kubernetes 101 - Basic stuff
When working with Kubernetes there are a few stuff that we need to be aware of,
1. images are often download from registry that lies somewhere in the cloud
2. kubernetes are organized into namespace. "default" namespace is the default. If you type kubectl get pods, you will get pods listed under this namespace by default.
Comments