Please enable JavaScript.
Coggle requires JavaScript to display documents.
Managing Application, Probes, Storage, StatefulSets, ConfigMap, Secret,…
-
Probes
-
-
Startup
-
All other probes are disabled if a startup probe is provided, until it succeeds
-
StatefulSets
-
stable, persistent storage
-
-
stable, unique pod identifiers and DNS names
-
-
Jobs
Type
Parallel
-
Work queue
Any pod terminates with success, no new pod are created
-
-
-
-
-
-
-
-
Deployment
-
Management
Built in
Rolling update
-
New ReplicaSet is created, then scaled up as the old ReplicaSet is scaled down
-
-