Kubectl: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
<tt>kubectl</tt> is the main Kubernetes command line tool, used to send REST API requests into the [[Kubernetes_Control_Plane_and_Data_Plane_Concepts#API_Server|API server]]. | |||
=Commands= | =Commands= |
Revision as of 23:52, 21 August 2019
Internal
Overview
kubectl is the main Kubernetes command line tool, used to send REST API requests into the API server.