Kubectl: Our Swiss Army Knife
Explore how to use kubectl as the primary command-line tool for communicating with Kubernetes clusters. Understand the difference between declarative and imperative usage, and gain confidence in managing cluster state by sending commands to the master node for deployment and management of applications.
We'll cover the following...
We'll cover the following...
Introduction to Kubectl
kubectl is the Kubernetes CLI, and it will be our main interface with Kubernetes for most of the time. It is the tool we use to send information to our cluster (for example, a change in our desired state) and to get information from it (for example, which applications are ...