[Trouble shooting] 1.쿠버네티스 설치하기

AWS EC2에서 쿠버네티스를 사용하면서 생긴 이슈

쿠버네티스

쿠버네티스를 직접 설치하면서 마스터 클러스터를 설정하기 위해 > sudo kubeadm init을 실행 했더니 다음과 같은 오류메시지가 출력 되었다.

user:~$ sudo kubeadm init
[init] Using Kubernetes version: v1.20.1
[preflight] Running pre-flight checks
        [WARNING IsDockerSystemdCheck]: detected "cgroupfs" as the Docker cgroup driver. The recommended driver is "systemd". Please follow the guide at https://kubernetes.io/docs/setup/cri/
        [WARNING SystemVerification]: this Docker version is not on the list of validated versions: 20.10.1. Latest validated version: 19.03
error execution phase preflight: [preflight] Some fatal errors occurred:
        [ERROR NumCPU]: the number of available CPUs 1 is less than the required 2
        [ERROR Mem]: the system RAM (978 MB) is less than the minimum 1700 MB
[preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`
To see the stack trace of this error execute with --v=5 or higher

눈에 띄는 불안한 메시지가 보인다.

프리티어로는 쿠버네티스를 사용할 수 있는 최소 사양이 부족하다고 한다…

당분간은 힘들거같다.

쿠버네티스 최소 사양