Active Nerds
Reference Library

Technical Glossary

Mechanism-first definitions for commands, architecture patterns, and key concepts across Docker, Kubernetes, Gen AI, and Agentic AI.

Active filters:Topic: Kubernetes
Showing 19 of 49 entries

Isolated user-space process tree bounded by Linux namespaces and cgroups sharing the host kernel.

dockerkubernetesconceptbeginner

Immutable read-only tarball bundle containing root filesystem layers, binary dependencies, and OCI runtime metadata.

dockerkubernetesconceptbeginner

Linux kernel mechanism metering and limiting hardware resource allocations (CPU, memory, disk I/O) for process groups.

dockerkubernetesconceptbeginner

Open Container Initiative specification defining container image tarball structures, manifests, and layer blobs.

dockerkubernetesprotocolintermediate

HTTP API service storing and serving versioned OCI image manifests and content-addressable layer blobs.

dockerkubernetestoolintermediate

Smallest deployable unit in Kubernetes, grouping co-located containers sharing network namespaces and storage volumes.

kubernetesconceptbeginner

Worker machine (physical or VM) running kubelet, container runtime, and kube-proxy in a Kubernetes cluster.

kubernetesconceptbeginner

Declarative controller managing stateless Pod replicas, progressive rollouts, and automatic rollbacks.

kubernetesconceptbeginner

Abstract network endpoint presenting a stable virtual IP and DNS name across a dynamic pool of Pods.

kubernetesconceptbeginner

API object managing external HTTP/HTTPS routing rules to cluster-internal Services.

kubernetesconceptintermediate

Continuous control loop pattern comparing actual cluster state against declared target state in etcd.

kubernetesarchitecture patternintermediate

API object binding non-confidential key-value configuration data to Pod container environment variables or volume mounts.

kubernetesconceptbeginner

API object storing base64-encoded confidential credentials, certificates, or keys separately from image code.

kubernetesconceptbeginner

Workload controller managing stateful applications requiring unique network IDs and ordered volume provisioning.

kubernetesconceptintermediate

CLI command declaratively updating cluster resources using 3-way strategic merge patches against etcd.

kubernetescommandbeginner

CLI command querying and displaying summary tables of specified Kubernetes API resources.

kubernetescommandbeginner

CLI command establishing interactive shell sessions inside a specific container in a cluster Pod.

kubernetescommandbeginner

Package manager for Kubernetes bundling YAML templates and default value overrides into versioned Charts.

kubernetestoolintermediate

Primary node agent ensuring containers described in PodSpecs are instantiated and healthy on worker hosts.

kubernetestoolintermediate