전체 글
-
쿠버네티스 설치를 위한 설정 1K8s 2025. 7. 8. 17:40
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ Installing kubeadmThis page shows how to install the kubeadm toolbox. For information on how to create a cluster with kubeadm once you have performed this installation process, see the Creating a cluster with kubeadm page. This installation guide is for Kubernetes v1.33. Ifkubernetes.io https://devopscat.tisto..
-
쿠버네티스 설치를 위한 설정 2K8s 2025. 7. 4. 13:24
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ Installing kubeadmThis page shows how to install the kubeadm toolbox. For information on how to create a cluster with kubeadm once you have performed this installation process, see the Creating a cluster with kubeadm page. This installation guide is for Kubernetes v1.33. Ifkubernetes.iohttps://devopscat.tistor..
-
Ubuntu 24.04.2 LTS 설치Linux 2025. 7. 3. 22:20
https://ubuntu.com/download/server#manual-install Get Ubuntu Server | Download | UbuntuGet Ubuntu Server one of three ways; by using Multipass on your desktop, using MAAS to provision machines in your data centre or installing it directly on a server.ubuntu.comNew - 다운로드 받은 iso 이미지 선택Memory : 3GB, CPU: 2CoreHard Disk : 25GBUser 생성다른 VM이랑 이름 겹치면 Finish 안됨.. Commit all wizard data. 라는 메시지와 함께 Fini..
-
도커 네트워크Docker 2025. 7. 1. 17:36
도커 네트워킹(Docker Networking)- 컨테이너 간의 통신 및 컨테이너와 외부와의 네트워크 연결을 관리하는 핵심 개념 - 도커를 사용한 현대적인 애플리케이션 배포 및 관리에서 필수적인 역할을 수행함 - 독립된 환경(컨테이너화된 애플리케이션) 간 서로 통신할 수 있어야함 도커 네트워크(Docker Network) 도커 컨테이너는 내부 IP를 순차적으로 할당하며, 이 IP는 컨테이너를 재시작 할 때 마다 변경될 수 있다. 이 내부 IP는 도커가 설치된 호스트, 즉 내부 망에서만 쓸 수 있는 IP 이므로 외부와 연결될 필요가 있다. 이 과정은 컨테이너를 시작할 때마다 호스트에 veth..라는 네트워크 인터페이스를 생성함으로써 이뤄진다. 도커는 각 컨테이너에 외부와의 네트워크를 제공하기 위해 컨테이..
-
docker 설치 - Rocky Linux8Docker 2025. 6. 25. 19:10
Rocky Linux8에 설치하므로 CentOS 매뉴얼 참고https://docs.docker.com/engine/install/centos/ CentOSLearn how to install Docker Engine on CentOS. These instructions cover the different installation methods, how to uninstall, and next steps.docs.docker.com# 1. 기존 Docker 제거 (선택)sudo dnf remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-e..
-
kubectl /eksctl 설치 - Linux(AMD64)Linux 2025. 6. 24. 00:02
1. kubectl 설치https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/install-kubectl.html#linux_amd64_kubectl kubectl 및 eksctl 설정 - Amazon EKSAmazon EKS 클러스터 제어 영역과 마이너 버전이 하나 다른 kubectl 버전을 사용해야 합니다. 예를 들어 1.31 kubectl 클라이언트는 Kubernetes 1.30, 1.31 및 1.32 클러스터에서 작업합니다.docs.aws.amazon.comkubectl: kubectl은 쿠버네티스(Kubernetes) 클러스터를 관리하기 위한 커맨드라인 도구(CLI) 이다.eksctl: eksctl은 AWS 클라우드 또는 온프레미스(EKS Anywhe..
-
AWS CLI 설치(Linux x86_64)Linux 2025. 6. 23. 17:52
https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/getting-started-install.html 최신 버전의 AWS CLI 설치 또는 업데이트 - AWS Command Line Interface이전 버전에서 업데이트하는 경우 unzip 명령을 실행하면 기존 파일을 덮어쓸지 묻는 메시지가 표시됩니다. 스크립트 자동화와 같은 경우에 이러한 프롬프트를 건너뛰려면 unzip에 대한 -u 업데이docs.aws.amazon.comAWS CLI 설치# OS 아키텍처 확인uname -m# AWS CLI를 설치 파일 다운로드curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"..