Skip to content

GerrySeidman/Kubernetes-Explorer

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published