Istio 7주차 정리
☁️ 클라우드 인프라 준비하기 1. west 클러스터 설정 및 확인 (1) west 클러스터 생성 kind create cluster --name west --image kindest/node:v1.23.17 --kubeconfig ./west-kubeconfig --config - <<EOF kind: Cluster apiVersio...
☁️ 클라우드 인프라 준비하기 1. west 클러스터 설정 및 확인 (1) west 클러스터 생성 kind create cluster --name west --image kindest/node:v1.23.17 --kubeconfig ./west-kubeconfig --config - <<EOF kind: Cluster apiVersio...
☸️ k8s(1.23.17) 배포 : NodePort(30000 HTTP, 30005 HTTPS) 1. 소스 코드 다운로드 git clone https://github.com/AcornPublishing/istio-in-action cd istio-in-action/book-source-code-master pwd # 각자 자신의 pwd 경로 #...
☸️ k8s(1.23.17) 배포 : NodePort(30000 HTTP, 30005 HTTPS) 1. 소스 코드 다운로드 git clone https://github.com/AcornPublishing/istio-in-action cd istio-in-action/book-source-code-master pwd # 각자 자신의 pwd 경로 #...
☸️ k8s(1.23.17) 배포 : NodePort(30000 HTTP, 30005 HTTPS) 1. 소스 코드 다운로드 git clone https://github.com/AcornPublishing/istio-in-action cd istio-in-action/book-source-code-master pwd # 각자 자신의 pwd 경로 #...
☸️ k8s(1.23.17) 배포 : NodePort(30000 HTTP, 30005 HTTPS) 1. 소스 코드 다운로드 git clone https://github.com/AcornPublishing/istio-in-action cd istio-in-action/book-source-code-master pwd # 결과 /home/devshi...
🖥️🔗🖥️ [실습 1] Simple Client to Server communication https://aws-ia.github.io/terraform-aws-eks-blueprints/patterns/network/client-server-communication/ 1. Terraform 코드 준비 및 프로비저닝 git clone https...
🚀 Envoy in action https://github.com/AcornPublishing/istio-in-action https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/load_balancers 1. 도커 이미지 가져오기 d...
🏁 Getting Started: GenAI with Inferentia & FSx Workshop 1. AWS Cloud9 이동 genaifsxworkshoponeks Cloud9 IDE Open 클릭 2. New Terminal 생성 Cloud9 IDE 화면 로드 후 상단 탭의 (+) 버튼 > 새 터미널 클릭하여 터미널 생성...
🐳 kind : k8s(1.23.17) 배포 1. 깃 레포지토리 클론 git clone https://github.com/AcornPublishing/istio-in-action cd istio-in-action/book-source-code-master # 결과 Cloning into 'istio-in-action'... remote: Enum...
⚙️ 실습 환경 구성 - 젠킨스 1. 작업 디렉토리 생성 후 이동 mkdir cicd-labs cd cicd-labs 2. 도커 컴포즈 파일 생성 cat <<EOT > docker-compose.yaml services: jenkins: container_name: jenkins image: jenkins/...