728x90 반응형 SMALL DevOps/컨테이너7 EKS Load Balancer - 쿠버네티스 Ingress, Service Load Balancer 로 프로비저닝 하기 - EKS Application Load Balancing 이란 ? : 클러스터에 인그레스 자원이 생성될 때에 ALB 및 필요한 자원이 생성되도록 트리거 - EKS Load Balancer 와 쿠버네티스 리소스 간 매핑 쿠버네티스의 Ingress의 경우, Application Load Balancers으로 프로비저닝됩니다. 쿠버네티스의 Service의 경우, Network Load Balancers으로 프로비저닝됩니다. 클러스터에 컨트롤러 추가하기 AWS Load Balancer controller를 클러스터에 추가하는 작업을 수행합니다. 먼저, 인증서 구성을 웹훅에 삽입할 수 있도록 cert-manager 를 설치합니다. Cert-manager는 쿠버네티스 클러스터 내에서 TLS인증서를 자동으로 프로비.. 2023. 4. 9. EKS 클러스터 만들기 https://catalog.us-east-1.prod.workshops.aws/workshops/9c0aa9ab-90a9-44a6-abe1-8dff360ae428/ko-KR Workshop Studio catalog.us-east-1.prod.workshops.aws - EKS 클러스터 구성 파일 작성 cat eks-demo-cluster.yaml --- apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: name: eks-demo # 생성할 EKS 클러스터명 region: ${AWS_REGION} # 클러스터를 생성할 리전 version: "1.23" vpc: cidr: "10.0.0.0/16" # 클러스터에서 사용할 VPC의 CIDR nat:.. 2023. 4. 9. (Jenkins) Dockerfile 을 통한 python 이 설치된 Jenkins Agent 도커 컨테이너 이미지 만들기 1. dockerfile 을 만든다 https://www.gyanblog.com/python/how-install-python-windows-command-line-Dockerfile/ How to Install Python from command line and Docker on Windows How to install Python from command line using pyenv, and we will also create a Dockerfile for Windows www.gyanblog.com *활용하는 이미지는 도커 jenkins agent 임 *도커 jenkins agent 는 windowsservercore-1809 의 확장이며, git 이 설치되어 있음 !!!! 일 하나 줄었음 ㅎ_ㅎ .. 2022. 3. 7. (Docker) Windows Docker Agent Images / 도커 윈도우 컨테이너를 젠킨스 slave 로 연결하기 이미지 설명 : jenkins agent(slave) : Windows OS 일단 레퍼런스 https://www.jenkins.io/blog/2020/05/11/docker-windows-agents/ Windows Docker Agent Images: General Availability We would like to announce the availability of official Windows agent images for Docker. These images allow provisioning Jenkins agents with Windows OS on Docker and Kubernetes. New images All official Docker images for agents now provi.. 2022. 2. 9. 이전 1 2 다음 728x90 반응형 LIST