본문 바로가기
728x90

네트워크 수업/쿠버네티스3

쿠버네티스 23.06.02 2023.06.02 - [네트워크 수업/Docker] - Kubernetes.pdf kubectl get nodes cd ~ 껐다 켜면 다시 조인해야한다. 리셋부터! [root@manager ~]# kubeadm reset cleanup-node y [root@k8s-manager ~]# rm /etc/containerd/config.toml rm: remove 일반 파일 `/etc/containerd/config.toml'? [root@k8s-manager ~]# systemctl restart containerd [root@k8s-manager ~]# kubeadm reset ping 192.168.0.101 ping 192.168.0.102 [root@manager sunny]# systemctl .. 2023. 6. 2.
쿠버네티스 23.05.25 2023.05.23 - [네트워크 수업/Docker] - 쿠버네티스설치.pdf 23.05.23 5pages 부터 따라하기 # yum install -y yum-utils // yum-config-manager (yum 설정 정보와 저장소 관리자 설치) # yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo # yum install -y docker-ce // Community Edition (무료), Enterprise Edition (유료) # systemctl start docker //아래의 명령어는 현재 사용 가능한 최신 버전의 도커 엔진을 설치한다. # wget get.docker.com // .. 2023. 5. 25.
쿠버네티스 23.05.23 2023.05.23 - [네트워크 수업/Docker] - 쿠버네티스설치.pdf 23.05.23 / 는 구분자이다. ^는 문자의 시작이다. 경로명을 써준다. regex = Regular Expression 출처 : https://www.computerhope.com/unix/regex-quickref.htm Metacharacter SequenceMeaningExample ExpressionExample Match ^ Start of string or line ^abc abc (appearing at start of string or line) $ End of string, or end of line xyz$ xyz (appearing at end of string or line) \b Word bound.. 2023. 5. 23.
728x90