K8s 설치전 사전작업
### 0. 설치 전 확인 $ nproc #코어 확인 $ free -h #메모리 확인 $ ifconfig -a #Mac 확인 $ sudo cat /sys/class/dmi/id/product_uuid #product_uuid 확인 ### 1. swap 메모리 비활성화 $ swapoff -a $ free -m #swap 메모리가 0인지 확인 ### 2. 방화벽 설정 $ yum install firewalld $ systemctl start firewalld $ systemctl enable … Read more