Understand the primitives used to create robust, self-healing, application deployments
From wikieduonline
Jump to navigation
Jump to search
CKA v1.24
Related[edit]
See also[edit]
- Kubernetes deployments, strategies:
kind: Deployment
, Strategies: Recreate
or RollingUpdate
, kubectl
[ create | describe | get | scale | rollout | deployment/
], Kubernetes Canary Deployments
- Kubernetes Workloads:
Deployment
, ReplicaSet, StatefulSet, DaemonSets, Job, CronJob
, .apps/