Container

참고: https://argoproj.github.io/argo-workflows/quick-start/ ArgoCD 개념 GitOps를 구현하기 위한 도구 중 하나 GitOps: Git 저장소를 사용하는 소프트웨어 배포 접근 방식(인프라+소프트웨어) Declarative Application Management 사용 git에 push한 desired state와 현재 kubernetes의 상태를 확인해 동기화 시켜줌 이외의 기능 멀티 쿠버네티스 클러스터 연계 SSO 연동 권한 제어(RBAC) Hook 지원 알림 기능 등... https://argoproj.github.io/argo-workflows/#features 단점 쿠버네티스에서만 동작 많은 지식이 필요 빌드 파이프라인은 별도 구축 필요 버전마다..
참고: https://zellyshu.github.io/posts/2022-01-27-rancher-desktop-installation/ 로컬 환경에서 간단하게 쿠버 환경 테스트 해보고자 구성 도구를 찾다가 Rancher를 알게 되었다. 해당 관련 내용 정리 예정! Rancher Desktop Electron으로 구현되어서 Windows, MacOS, Linux 에서 사용 가능한 것이 특징 특히 Mac의 경우 Intel 과 Silicon Mac 모두 지원 컨테이너 관리뿐만 아니라 간편하게 쿠버네티스 환경을 만들 수 있다는 것이 장점 Docs에서 자세한 내용을 확인할 수 있다. ❗ Rancher와는 다르다.. Rancher는 기업 대상으로 하는 클라우드 기반의 플랫폼 ❗ https://ksr930.tis..
· Container
https://linuxcontainers.org/lxd/introduction/ Linux Containers - LXD - Introduction What's LXD? LXD is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. It's image based with pre-made images available for a wide numbe linuxcontainers.org https://github.com/lxc/lxd GitHub - l..
· Container
"Docker는 LXC라는 컨테이너 기술을 기반으로 만들어진 상위레벨의 컨테이너 기술" https://linuxcontainers.org/ Linux Containers LXC LXC is a well-known Linux container runtime that consists of tools, templates, and library and language bindings. It's pretty low level, very flexible and covers just about every containment feature supported by the upstream kernel. LXC is production r linuxcontainers.org https://github.com/lxc/lxc..
· Container
https://docs.docker.com/engine/swarm/ Swarm mode overview docs.docker.com Docker Swarm docker container를 위한 클러스터링, 스케줄링 툴 여러 개의 서버와 컨테이너 관리를 쉽게 기능 docker engine 통합 관리(docker manager node에서 worker node를 통합 관리) load balancing(worker node 접속 시 round robin 방식으로 worker node의 task를 연결) task 개수 조절 기능(scale) multi-host-networking(overlay network를 통해 task 간 사용할 수 있는 네트워크 제공) 내장 DNS 서버 제공 종류 docker warm m..
· Container
https://docs.docker.com/machine/ Docker Machine overview docs.docker.com Docker Machine Dokcer Engine을 클라우드 컴퓨터, VM을 비롯한 원격지의 서버에 설치할 수 있도록 돕는 도구 일반적으로 로컬 시스템에 Docker Machine을 설치하고 원격지 서버에는 Docker Engine을 설치하고 로컬과 통신 " Virtual Machine에 Docker 설치하고 이와 쉽게 통신하게 하는 프로그램" 사용법 https://kin3303.tistory.com/26 20. Docker Machine Docker Machine Docker Machine 은 Docker Engine을 사용자 로컬 머신이 아닌 클라우드 컴퓨터, VM 을 ..
yj_oo_
'Container' 카테고리의 글 목록