Istio 3주차 정리
☸️ 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...
☸️ 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/...
🌐 Blue/Green Upgrade 개요 무중단 배포를 위해 거의 동일한 운영 환경(Blue, Green) 활용 새로운 버전을 안전하게 배포하고 롤백 가능성 확보 EKS Blueprints로 두 개의 클러스터 또는 두 개의 디플로이먼트 버전 효율적으로 관리 💻 Blue/Green Upgrade 실습 https://aws-ia...
🔧 실습환경 구성 1. docker-compose-plugin 설치 - x86_64 sudo mkdir -p /usr/local/lib/docker/cli-plugins sudo curl -SL https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64...
🌱 테라폼 환경 구성 - Arch Linux 1. tfenv 설치 yay -S tfenv 2. 현재 사용자 tfenv 그룹에 추가 sudo usermod -aG tfenv $USER 3. 세션 새로고침 newgrp tfenv 4. 설치 가능한 테라폼 버전 확인 tfenv list-remote ✅ 출력 ... 1.5.7 1.5....
🚀 실습 환경 배포 1. YAML 파일 다운로드 curl -O https://s3.ap-northeast-2.amazonaws.com/cloudformation.cloudneta.net/K8S/myeks-6week.yaml # 결과 % Total % Received % Xferd Average Speed Time Time ...