Workload - Pod - Container
Applications running in Kubernetes
Whether a workload is a single component or multiple components working together
In Kubernetes, workloads run within a set of pods
Kubernetes Workload Resources
Kubernetes Workload Usages
[kubernetes] 쿠버네티스의 구성요소 ! (Controller)
쿠버네티스를 구성하는 요소에는 객체와 컨트롤러가 있다. 지난 게시물에서 객체에 대해서 간단히 알아보았고, 이번에는 컨트롤러에 대해서 알아보도록 하자. 컨트롤러란? Pod를 관리하는 역할을 한다. Pod를 어떻..
https://potato-yong.tistory.com/119
![[kubernetes] 쿠버네티스의 구성요소 ! (Controller)](https://t1.daumcdn.net/tistory_admin/static/images/openGraph/opengraph.png)

Seonglae Cho