Glossary
Glossary
Simple definitions and explanations of Kubernetes components, concepts, and security terms
A 2
C 7
ClusterRole RESOURCE
A cluster-scoped RBAC object that defines permissions across all namespaces or for non-namespaced resources ClusterRoleBinding RESOURCE
A cluster-scoped RBAC object that grants the permissions defined in a ClusterRole across the entire cluster ConfigMap RESOURCE
A Kubernetes object used to store non-sensitive configuration data as key-value pairs Container COMPONENT
A lightweight, standalone executable unit that packages an application and its dependencies Container Escape ATTACK
A security vulnerability where an attacker breaks out of a container to access the host system CronJob RESOURCE
A Kubernetes controller that creates Jobs on a recurring schedule defined using cron syntax CustomResourceDefinition RESOURCE
A way to extend Kubernetes by defining your own resource types D 2
E 1
H 1
I 1
J 1
K 2
L 1
N 3
O 1
P 2
R 4
RBAC (Role-Based Access Control) SECURITY
A method of regulating access to computer or network resources based on the roles of individual users ReplicaSet RESOURCE
A Kubernetes controller that ensures a specified number of Pod replicas are running at all times Role RESOURCE
A namespace-scoped RBAC object that defines a set of permissions for resources within a single namespace RoleBinding RESOURCE
A namespace-scoped RBAC object that grants the permissions defined in a Role to users, groups, or service accounts S 4
Secret RESOURCE
A Kubernetes object used to store sensitive data such as passwords, tokens, and keys Service RESOURCE
An abstraction that exposes a set of Pods as a network service ServiceAccount RESOURCE
An identity for processes running inside Pods to authenticate with the API server StatefulSet RESOURCE
A Kubernetes workload controller for managing stateful applications that require stable identities and persistent storage T 1
V 1
No terms match those filters.