Understand the parlance of Container Cluster Management to comprehend nuances and details of container clusters managed by users of Cluster Container Management.
ServiceAccount (InProgress)
:
A principal identity recognizable by users and peripheral systems, composed of a set of secrets for authentication and authorization.
ClusterRole (InProgress)
:
A cluster-level logical grouping of PolicyRules, accessible as a unit by RoleBinding or ClusterRoleBinding.
Role (InProgress)
:
A namespaced logical grouping of PolicyRules, accessible as a unit by RoleBinding.
ClusterRoleBinding (InProgress)
:
Links to a ClusterRole without containing it. It references a ClusterRole in the global namespace and adds information through Subject.
RoleBinding (InProgress)
:
References a Role without containing it. It can link to a Role in the same namespace or a ClusterRole in the global namespace, adding 'who' information via Subjects and specifying the namespace of existence.
ConfigMap
:
Holds configuration data for pods to utilize.
Secret
:
Contains secret data of a certain type. A Service is a named software service abstraction (e.g., MySQL), comprising a local port and a selector to determine which pods respond to requests.
Ingress
:
A collection of rules enabling inbound connections to reach backend-defined endpoints. It can configure services for external URLs, load balance traffic, terminate SSL, and more.
PersistentVolume (PV)
:
A storage resource provisioned by an administrator.
PersistentVolumeClaim
:
A user's request for and claim to a Persistent Volume.
Pod
:
A collection of containers that can operate on a host.
Deployment
:
Facilitates declarative updates for Pods and ReplicaSets.
ReplicaSet
:
Ensures a specified number of pod replicas are running at any given time.
DaemonSet
:
Represents the configuration of a daemon set.
StatefulSet
:
Represents a set of pods with consistent identities, defined by network and storage attributes.
Job
:
Represents the configuration of a single job.
CronJob
:
Represents the configuration of a single cron job.