쿠버네티스22 [Kubernetes] Containerd 설치하기 - k8s container runtime 쿠버네티스는 docker와 containerd를 container runtime으로 사용할 수 있다. 이 포스팅에서는 containerd를 설치하는 방법을 설명하겠다. apt update apt-get install -y apt-transport-https ca-certificates curl software-properties-common gnupg2 nfs-common curl -fsSL [https://download.docker.com/linux/debian/gpg](https://download.docker.com/linux/debian/gpg) | apt-key add - add-apt-repository "deb \[arch=amd64\] [https://download.docker.com/.. 2023. 6. 20. [리눅스 명령어] free 메모리 사용량 확인 free 명령어는 운영체제에서 사용하는 메모리와 사용하지 않는 메모리를 물리적 메모리와 스왑(SWAP 메모리등으로 구분하여 전체적으로 메모리 사용량을 확인할때 유용합니다. free [옵션] 옵션 설명 -b 메모리의 양을 Byte로 표시합니다. -k 메모리의 양을 KB로 표시합니다. -m 메모리의 양을 MB로 표시합니다. -t 총계가 포함된 줄을 출력합니다. -s 지정된 초마다 출력하게 합니다. 명령어 예제 -b Byte -k KB -m MB -s 1 1초마다 출력 -k -t KB에 총계도 출력 -kt -s 1 1초마다 KB에 총계도 출력 2021. 9. 8. 이전 1 2 3 다음