Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.27 KB

Kubernetes-Explorer

Kubernetes API Object Explorer

There are over 70 Kubernetes HTML objects, each of which have a deep tree of fields.

The typical way to access descriptions and documentation for these are:

  • The kubectl explain CLI Command
  • Referring to the Official API OVERVIEW

While these are great, they are not the ideal format to either quickly find things or to explore the Kubernetes API objects

These HTML pages contain all the information that could be obtained using kubectl explain command, but in as interactively expandable trees. It is best to use The "Abridged" version unless you are diving deep into the API Objects

  • Full Kubernetes API Explorer
    • kubernetesExplorer.html

  • Abridged Kuberenetes API Explorer (less important/deprecated objects and fields are omitted)
    • abridgedKubernetesExplorer.html

kubectl Command Explorer

There are over 90 kubectl commands and subcommands

The typical way to access get the documentation for these commands is:

  • kubectl <comand> [<sub-command>] --help

This HTML page is an Explorable version of kubectl Commands and Sub-Commands