Tag: kubernetes-internals

kubernetes logo
Kubernetes

Kubernetes CEL Guide

Learn how Kubernetes CEL embeds expression evaluation in the API server. Explore syntax, CRD integration, safe limits, performance tips, example workflows and security best practices.
Owner Dependent Objects in Kubernetes
Kubernetes

Owners and Dependents in Kubernetes

Kubernetes links objects in ownership hierarchies. A ReplicaSet owns Pods. Deleting the ReplicaSet can delete its Pods. Kubernetes uses owner references and garbage collection to manage this lifecycle. This article explains owners and dependents at a glance.