Kubernetes — Objects (Resources/Kinds) Overview
Introduction (Understanding) to Kubernetes Objects/Resources/Kinds.

Kubernetes is a system with several concepts. Many of these concepts get manifested as “objects” in the RESTful API (often called “resources” or “kinds”).
Kubernetes Objects are persistent entities in the Kubernetes system that represent state of your cluster. By creating an object, you’re…