docker commands
build docker image docker build -f dockerfile -t mini-web
build docker image docker build -f dockerfile -t mini-web
kubelet이란? kubelet == 쿠버네티스의 클러스터 컴포넌트 클러스터 안에있는 노드들을 관리한다.
ctr이란? ctr == containerd 의 daemon(바이너리) containerd == 쿠버네티스에서 컨테이너를 런타임하기위한 모듈
containered란?? Containerd is an open-source container runtime that provides a core set of features for container management, such as image management, con...
Service Account In Kubernetes, a ServiceAccount is an identity used by Pods or applications to authenticate and authorize themselves when interacting with...