Pods follow a defined lifecycle, starting in the Pending phase, moving through Running phase, and then through either the Succeeded or Failed phases.
Continue reading “[Kubernetes] Pod Lifecycle and Probes”Tag Archives: pod
[Kubernetes] Resources
You can configure how the Kubernetes cluster makes use of resources (such as CPU an Memory) for each pods.
Continue reading “[Kubernetes] Resources”[Kubernetes] Configurations
Kubernetes provides many ways to configure pods and containers.
- Environment variables
- Config maps
- Secrets
- Security Context
- Resource requirements
- Service accounts
[Kubernetes] Pods
Pods are the smallest deployable units of computing that you can create and manage in Kubernetes.
- A Pod consists of one or more containers and resources shared by those containers.