API Groups
- Take me to Video Tutorial
In this section, we will take a look at API Groups in kubernetes
To return version and list pods via API’s
-
The kubernetes API is grouped into multiple such groups based on their purpose. Such as one for
APIs, one forhealthz,metricsandlogsetc.
API and APIs
-
These APIs are catagorized into two.
-
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
Note on accessing the kube-apiserver
-
You have to authenticate by passing the certificate files.
-
An alternate is to start a
kubeproxyclient