docker desktop 의 대용으로 많이 사용되고 있다고 한다.
컨테이너 관리뿐 아니라 간편하게 쿠버네티스 환경을 만들 수 있는데 도커가 필요하지 않다.
Rancher desktop 은 데스크탑의 Rancher가 아니며, 로컬 kubernetes 및 컨테이너 관리 플랫폼이라 사용처가 다르다.
Rancher를 로컬 시스템에서 실행하려면 Rancher Desktop 에 Rancher 를 설치할 수 있다.
PS C:\sungyeonwoo\SRE-Incubation> docker ps
error during connect: This error may indicate that the docker daemon is not running.: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/json": open //./pipe/docker_engine: The system cannot find the file specified.
PS C:\sungyeonwoo\SRE-Incubation>
PS C:\sungyeonwoo\SRE-Incubation> kubectl get all
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/kubernetes ClusterIP 10.43.0.1 <none> 443/TCP 42h
PS C:\sungyeonwoo\SRE-Incubation>
도커가 실행되지 않고 있지만 클러스터 명령이 동작한다
https://docs.rancherdesktop.io/
https://zellyshu.github.io/posts/2022-01-27-rancher-desktop-installation/
'Kubernetes > Rancher' 카테고리의 다른 글
[k8s-Rancher] 4. AWS EC2로 RKE2 k8s 클러스터 구축 (2) | 2023.05.16 |
---|---|
Minikube Cluster with Rancher UI (0) | 2023.05.02 |
[k8s-Rancher] 3. VMware 로 RKE2 k8s 클러스터 구축 (미완) (0) | 2023.05.02 |
[Rancher] 1. Rancher 이해 (0) | 2023.04.18 |
Rancher 시작하기 (1) | 2023.04.17 |