A Kubernetes Network Policy controls traffic flow between pods at the network level, acting as a firewall for your cluster.
What Is a Kubernetes CRD?
A Kubernetes CRD extends the Kubernetes API by defining new custom resource types managed like native Kubernetes objects.
What Is a Kubernetes Secret?
A Kubernetes Secret stores sensitive data like passwords, tokens, and certificates, keeping it separate from application code.
What Is a Kubernetes ConfigMap?
A Kubernetes ConfigMap stores non-confidential configuration data as key-value pairs for consumption by pods and containers.
What Is Kubernetes HPA?
Kubernetes HPA automatically scales the number of pod replicas based on observed CPU, memory, or custom metrics to match demand.
What Is a Kubernetes DaemonSet?
A Kubernetes DaemonSet ensures a copy of a specific pod runs on every node, ideal for logging, monitoring, and system-level agents.
What Is a Kubernetes StatefulSet?
A Kubernetes StatefulSet is a controller for stateful applications requiring stable network identities, persistent storage, and ordered deployment.
What Are Feature Flags?
Feature flags are toggles that control which features are visible to users, allowing teams to deploy code without immediately releasing it.
What Is an SLI?
An SLI is a quantitative measure of a specific aspect of service performance, such as availability, latency, or error rate.
What Is Crossplane?
Crossplane extends Kubernetes to manage cloud infrastructure resources like databases and storage as native Kubernetes objects.
