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