.kube config: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
=Clusters= | =Clusters= | ||
The section contains the definition of one or more clusters. Each cluster definition has a name, certificate info and the [[Kubernetes_Control_Plane_and_Data_Plane_Concepts#API_Server|API server]]'s endpoint. | |||
=Users= | =Users= | ||
=Contexts= | =Contexts= |
Revision as of 23:59, 21 August 2019
Internal
Overview
$HOME/.kube/config is kubectl configuration file. It contains definitions for clusters, users and contexts.
Clusters
The section contains the definition of one or more clusters. Each cluster definition has a name, certificate info and the API server's endpoint.