Interacting with Kubernetes
Now that you understand what Kubernetes is, let's learn how to interact with it using the command-line tool and cluster configuration.
- kubectl - The command-line tool for managing Kubernetes resources and applications.
- kubeconfig - A
YAMLfile holds the information needed to interact with Kubernetes API Server.