로딩
티스토리 데이터 처리 중입니다.

[Cloud] 1. Kubernetes Installation

 [Cloud] 1. Kubernetes Installation

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 i.....