In this section, we will take a look at API Groups in kubernetes
The kubernetes API is grouped into multiple such groups based on their purpose. Such as one for APIs
, one for healthz
, metrics
and logs
etc.
The core group - Where all the functionality exists
The Named group - More organized and going forward all the newer features are going to be made available to these named groups.
To list all the api groups
You have to authenticate by passing the certificate files.
An alternate is to start a kubeproxy
client