250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 논문 리뷰
- pytorch
- FLASK
- numpy
- 컴퓨터 비전
- Computer Vision
- vue.js
- 장고
- 데이터베이스
- Docker
- tensorflow
- GUI
- Web Programming
- paper review
- Python
- 그래픽 유저 인터페이스
- MariaDB
- 파이토치
- 웹 프로그래밍
- Deep Learning
- k8s
- OpenCV
- kubernetes
- Tkinter
- yaml
- 파이썬
- Django
- POD
- 텐서플로우
- 딥러닝
Archives
- Today
- Total
Maxima's Lab
[Kubernetes] Rancher Desktop 설치 방법 (Ubuntu) 본문
728x90
SMALL
안녕하세요, 오늘은 Ubuntu OS에서 Rancher Desktop을 설치하는 방법에 대해서 알아보겠습니다.
https://docs.rancherdesktop.io/getting-started/installation/
위의 링크에 접속 후 다음 명령어 입력을 통해 Rancher Desktop을 설치합니다.
위의 이미지 속 명령어는 다음과 같습니다.
curl -s https://download.opensuse.org/repositories/isv:/Rancher:/stable/deb/Release.key | gpg --dearmor | sudo dd status=none of=/usr/share/keyrings/isv-rancher-stable-archive-keyring.gpg
echo 'deb [signed-by=/usr/share/keyrings/isv-rancher-stable-archive-keyring.gpg] https://download.opensuse.org/repositories/isv:/Rancher:/stable/deb/ ./' | sudo dd status=none of=/etc/apt/sources.list.d/isv-rancher-stable.list
sudo apt update
sudo apt install rancher-desktop
지금까지 Ubuntu OS에서 Rancher Desktop을 설치하는 방법에 대해서 알아보았습니다.
감사드립니다.
728x90
LIST
'Kubernetes' 카테고리의 다른 글
[Kubernetes] Pod Scheduling (Taints & Tolerations) 개념 및 예제 코드 (0) | 2024.06.13 |
---|---|
[Kubernetes] YAML 파일 내 Object kind (k8s 객체 유형) (0) | 2024.06.09 |
[Kubernetes] Flask 애플리케이션을 Kubernetes 클러스터 배포하는 방법 (0) | 2024.03.03 |
[Kubernetes] kubectl 개념 및 사용 방법 (create, apply, get, edit, scale 등) (0) | 2024.03.02 |
[Kubernetes] YAML 파일 작성하는 방법 (Pod, Deployment, Service, ConfigMap, Secret, PVC) (0) | 2024.03.02 |
Comments