In this post, I will post about the installation procedure of Kubernetes, a cloud automation tool. The OS is based on Ubuntu 20.04.
As shown in the figure above, Kubernetes is a tool that automatically configures and manages infrastructure, and even deploys and recovers from failures. It is largely classified into Master Node and Worker Node, and Master Node is composed of 4 letters as shown in the figure above.
API Server Scheduler Controller-Manager etcd And Worker Nodes are mainly composed of...
#
kubeadm
#
kubectl
#
kubelet
#
kubernetesinstall
#
운영자동화
#
쿠버네티스
#
쿠버네티스설치
#
클라우드