Kubernetes Workload Resources: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Kubernetes Concepts#Subjects|Kubernetes Concepts]] | * [[Kubernetes Concepts#Subjects|Kubernetes Concepts]] | ||
=Overview= | |||
=TODO= | =TODO= | ||
Revision as of 22:59, 11 July 2023
Internal
Overview
TODO
Workload Resource
Controller
Migrate from Kubernetes Higher Level Pod Controllers
TODO: https://kubernetes.io/docs/concepts/workloads/pods/#pods-and-controllers
A workload resource has an associated controller. The controller handles replication, rollout and automatic healing in case of pod failure. For example if a node fails, a controller notices that the pods on that node have stopped working and creates replacement pods, which are scheduled on healthy nodes.
Workload resources:
- Deployment
- StatefulSet
- DaemonSet
- Jobs