Topic: Kubernetes

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.
Kubernetes pod evicted
Kubernetes

Evicting Kubernetes Pods with API Eviction

API-initiated eviction lets you gracefully terminate Pods via the Eviction API. It respects PodDisruptionBudgets and terminationGracePeriodSeconds. Use CLI or client-go to trigger eviction subresource calls. Dry-run lets you test policies. Build event-driven controllers for automated remediation.