Rancher

bo-yoon·2021년 6월 16일
0

kubernetes-tools

목록 보기
1/2

참고

https://more.suse.com/fy21-global-web-landing-page-how-to-build-enterprise-kubernetes-strategy
http://www.osckorea.com/solution/rancher
https://engineering.linecorp.com/ko/blog/building-large-kubernetes-cluster/ => Rancher 를 대신할 수 있는 라인에서 개발한 툴
https://openinfradays.kr/2020/files/track2/track2-4.pdf
https://meetup.toast.com/posts/207

Rancher 란?

  • 다양한 기능 및 통합 멀티클러스터 관리를 제공하는 툴
  • Web UI 기반
  • 쿠버네티스 환경에 적합한 온프레미스, 퍼블릭 클라우드 지원
  • 오픈 소스로써 제약이 없음

이미지 출처 : https://rancher.com/imgs/products/rancher/simplified-cluster-operations.svg

설치

환경: mac os, docker 데스트톱으로 설치한 로컬 쿠버네티스

sudo docker run --privileged -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher

접속

http://localhost

테스트

  • 파드 실행 후 모니터링 가능한지 확인
➜  ~ kubectl run nginx --image=nginx
pod/nginx created

profile
개발 로그 🍎 🍎 🍎

0개의 댓글