[Service Mesh] 이스티오(istio)
Service Mesh 이스티오(istio) 서미스 매쉬 오픈소스 설치 이스티오 명령어(프로그램) 설치 curl -L https://istio.io/downloadIstio | sh - echo "export PATH=$HOME/istio-버전/bin:$PATH" &g...
Service Mesh 이스티오(istio) 서미스 매쉬 오픈소스 설치 이스티오 명령어(프로그램) 설치 curl -L https://istio.io/downloadIstio | sh - echo "export PATH=$HOME/istio-버전/bin:$PATH" &g...
Helm Helm 설치 (master) 방화벽 해제 systemctl stop firewalld systemctl disable firewalld setenforce 0
Controller 파드를 제어하는 제어자 Auto Healing : 특정 노드가 꺼지면 컨트롤러가 파드를 새로 생성함 Software Update : 새로운 버전의 파드가 배포되면 새로운 파드로 변경해줌 Job : 한 번만 수행되어야...
3계층 아키텍처 구성 mysql 이미지를 이용해서 DB서버 설정(시크릿, 볼륨, 파드, 서비스(클러스터IP)) tomcat 이미지를 이용해서 was 서버 설정(파드, 서비스(클러스터IP)) httpd 서비스를 이용해서 web 서버 설정(파드, 서비스(로드밸런서)) ...
쿠버네티스 가상머신 준비 cpu(vt) mem 프로그램 centos8 2 4 master ip : 192.168.197.100 centos8 2 4 node1 ip : 192.168.197.110 centos8 2 4 node2 ...