class |
ConfigMap |
ConfigMap holds configuration data for pods to consume.
|
class |
Deployment |
A Deployment provides declarative updates for Pods and ReplicaSets.
|
class |
Ingress |
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend.
|
class |
Job |
A Job creates one or more Pods and ensures that a specified number of them successfully terminate.
|
class |
Pod |
Pod is a collection of containers that can run on a host.
|
class |
Secret |
Kubernetes Secrets let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys.
|
class |
Service |
An abstract way to expose an application running on a set of Pods as a network service.
|
class |
ServiceAccount |
A service account provides an identity for processes that run in a Pod.
|
class |
StatefulSet |
StatefulSet is the workload API object used to manage stateful applications.
|