Kubernetes Objects

2023-08-08T00:42:57+00:00

Bookmarks Object Names and IDs Kubernetes Object Management Labels and Selectors Namespaces Annotations Field Selectors Owners and Dependents Finalizers Kubernetes Objects represent the desired state of the cluster and are created by configuration. These objects can be created, modified, or deleted via the Kubernetes API. Kubernetes Objects describes the following:        ●    what containerized applications are running and on which nodes.        ●    resources available to these applications.        ●    the policies on how these applications behave such as restart [...]