반응형 Ubuntu 20.042 Ubuntu 20.04 kubernetes install kubernetes 구축과 container에 대한 학습을 위해 간단히 설치부터 테스트 했습니다. 참고하면서 봤던 글들이 너무 뒤죽박죽이어서 나름데로 정리를 다시 했으나 그럼에도 미흡한 부분이 있을 수 있습니다. * 모두 root 계정으로 구성하였습니다. hostname ip role resource k8s-master 192.168.130.131/23 control-plane, master Disk 30GB, 2Core, 4GB M k8s-worker1 192.168.130.132/23 worker Disk 30GB, 2Core, 4GB M k8s-worker2 192.168.130.133/23 worker Disk 30GB, 2Core, 4GB M master node hosts 설정 $ hostna.. 2023. 2. 3. ubuntu network 설정 OS : Ubuntu 20.04 root 계정으로 구성하였음 config 파일을 확인 $ ls -al /etc/netplan/ total 12 drwxr-xr-x 2 root root 4096 Jan 26 15:31 . drwxr-xr-x 88 root root 4096 Jan 26 16:04 .. -rw-r--r-- 1 root root 194 Jan 26 15:31 01-netcfg.yaml ## ubuntu 18.04 live version은 50-cloud-init.yaml ## 기본적으로 아무 설정이 되어 있지 않다. $ cat /etc/netplan/01-netcfg.yaml # This file describes the network interfaces available on your sys.. 2023. 2. 3. 이전 1 다음 728x90 반응형