Skip to content

Latest commit

 

History

History
executable file
·
50 lines (28 loc) · 1.36 KB

File metadata and controls

executable file
·
50 lines (28 loc) · 1.36 KB

API-Groups

In this section, we will take a look at API-Groups.

To return version and list pods via API's

api3

  • 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.

    api4

API and APIs

  • These APIs are categorized into two.

    • The core group - Where all the functionality exists

      api5

  • The Named group - More organized and going forward all the newer features are going to be made available to these named groups.

    api6

  • To list all the api groups

    api7

Note on accessing the kube-apiserver

  • You have to authenticate by passing the certificate files.

    api8

  • An alternate is to start a kubeproxy client

    api9

kube proxy vs kubectl proxy

kp

Key Takeaways

api10

K8s Reference Docs