Kubectl

From John Freier
Revision as of 11:32, 11 April 2022 by Jfreier (Talk | contribs)

Jump to: navigation, search

Kubectl is an application that interacts with Kubernetes clusters.

Check the context

This checks who kubectl is connected to.

 kubectl config current-context


Apply a configuration yaml file.

 kubectl appl y - f [name_of_file]