공부하기싫어
article thumbnail

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/

 

Introduction | Rancher Desktop Docs

Rancher Desktop is an app that provides container management and Kubernetes on the desktop. It is available for Mac (both on Intel and Apple Silicon), Windows, and Linux.

docs.rancherdesktop.io

https://zellyshu.github.io/posts/2022-01-27-rancher-desktop-installation/

 

Rancher Desktop 1.0으로 Docker Desktop 대체해보기

Intro Docker Desktop의 유료화 소식을 지난해 9월에 듣고 대체재를 찾아보다 결국 포기한 적이 있었다. 하지만 메일로 22년 1월 31일까지 유료 구독에 등록해야 Docker Desktop을 사용할 수 있다는 이야길

zellyshu.github.io