전체 글104 AWS ECS 콘솔 구축하기 AWS ECS컨테이너 애플리케이션을 쉽게 배포, 관리 및 확대할 수 있도록 도와주는 완전 관리형 컨테이너 오케스트레이션 서비스 AWS ECS용어ECS Cluster : 컨테이너를 실행할 리소스 그룹ECS Task : 작업 단위 ECS Service : Task 기반으로 실행하고 관리 1. ECS VPC 배포Cloudformation → VPC 생성 2. ECS ECR 생성 리포지토리 이름 : cat 3. ECS 보안 그룹 생성생성 방법 : EC2 → 네트워크 및 보안 → 보안 그룹 → 보안 그룹 생성 1) Application Load Balancer 보안 그룹 생성Security Group Name : dev-ecs-alb-sgDescription: dev-ecs-alb-security-Gr.. 2024. 12. 10. Kubernetes Nginx Ingress Controller & Ingress 설치 및 구성 Kubernetes ingress하나의 IP로 여러 서비스 관리 가능URL 기반으로 다른 서비스로 연결 가능SSL/TLS 인증서 한 곳에서 관리 Kubernetes Ingress 흐름도 Nginx Ingress Controller 정보https://github.com/kubernetes/ingress-nginx GitHub - kubernetes/ingress-nginx: Ingress NGINX Controller for KubernetesIngress NGINX Controller for Kubernetes. Contribute to kubernetes/ingress-nginx development by creating an account on GitHub.github.com Nginx Ingres.. 2024. 12. 3. AWS EFS CSI Driver 설치 가이드 아키텍처Amazon Elastic File System(Amazon EFS)은 완전히 탄력적인 서버리스 파일 스토리지를 제공하므로 스토리지 용량과 성능을 프로비저닝하거나 관리하지 않고도 파일 데이터를 공유할 수 있습니다사용 가능한 EFS CSI Driver 버전aws eks describe-addon-versions \ --addon-name aws-efs-csi-driver \ --kubernetes-version 1.26 \ --query "addons[].addonVersions[].[addonVersion, compatibilities[].defaultVersion]" \ --output textOIDC 공급자 연결eksctl utils associate-iam-oidc-pr.. 2024. 12. 1. K8SGPT 구성하기 https://github.com/k8sgpt-ai/k8sgpt GitHub - k8sgpt-ai/k8sgpt: Giving Kubernetes Superpowers to everyoneGiving Kubernetes Superpowers to everyone. Contribute to k8sgpt-ai/k8sgpt development by creating an account on GitHub.github.com 설치 가이드OS별로 설정 가이드가 다름(OS별로 참고하여 설치 진행) K8SGPT 설치하기(master 서버)curl -LO https://github.com/k8sgpt-ai/k8sgpt/releases/download/v0.3.46/k8sgpt_amd64.debsudo dpkg -i .. 2024. 11. 23. LocalAI 설치 LocalAI인터넷 없이 Local에서 AI 활용 가능다양한 모델들도 쉽게 다운로드 하여 활용 가능GPU 필요하지 않음공식 사이트https://github.com/mudler/LocalAI GitHub - mudler/LocalAI: :robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Dr:robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-grade hardw.. 2024. 11. 23. Harbor 스캔 적용(Trivy) Containerd 이미지를 harbor push 할때 해당 이미지가 취약점이 존재하는 체크 harbor 설치 방법https://monta010.tistory.com/164 Harbor 설치harbor에서 제공하는 offline 형태로 설치하는 방식설치 시 docker-compoose 형태로 배포되어 "docker-compose" 설치 필요 docker-compose 설치sudo apt updatesudo apt-get install -y ca-certificates \ curl \ software-properties-commonmonta010.tistory.com 기본적으로 harbor 설치할 떄는 Trivy 설치 되지 않음설치 시 별도 옵션을 통하여 설치 진행해야 함 Trivy 설치옵션 추가하.. 2024. 11. 20. Harbor 설치 harbor에서 제공하는 offline 형태로 설치하는 방식설치 시 docker-compoose 형태로 배포되어 "docker-compose" 설치 필요 docker-compose 설치sudo apt updatesudo apt-get install -y ca-certificates \ curl \ software-properties-common \ apt-transport-https \ gnupg \ lsb-releasecurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpecho \ "deb [arch=a.. 2024. 11. 20. [zabbix] zabbix Agent 설치 zabbix Agnet 설치 페이지 https://www.zabbix.com/download Download and install ZabbixTalk to experts Benefit from expert advice and best practices for all Zabbix-related matters Get technical advice Get instant access to a team of Zabbix experts for guaranteed professional support 24x7 Obtain knowledge Focused, comprehensive training for awww.zabbix.com zabbix Agent OS 별 설치 안내 페이지환경에 맞춰서 설치 진행 Zabb.. 2024. 11. 14. [zabbix] zabbix Server 설치 zabbix 자체적으로 제공하는 docker-compose를 통한 설치 가이드설치 전 docker-compose version : 2.30.3 이상으로 진행(낮은 버전일 경우 설치 안됨) Zabbix docker gituhb https://github.com/zabbix/zabbix-docker GitHub - zabbix/zabbix-docker: Official Zabbix DockerfilesOfficial Zabbix Dockerfiles. Contribute to zabbix/zabbix-docker development by creating an account on GitHub.github.com Zabbix docker-compose 코드 clonegit clone https://githu.. 2024. 11. 14. 이전 1 2 3 4 5 ··· 12 다음