Skip to content

02 Basic common principles

Daniel Morinigo edited this page Jan 15, 2020 · 2 revisions

By carefully reading the official Kubernetes API conventions we can easily find a few important topics nested under Kinds. The main goal of this page is to simplify the understanding of the document while attaching specific code snippets to exemplify how it is implemented with real-life examples.

In order to make it readable we will breakdown in the following parts:

Recommended

Quick links to the official documents for the same:

Clone this wiki locally