728x90
2022. 01. 20 기준
# multipass 설치
$ brew install --cask multipass
# multipass 환경 생성
$ multipass launch --name k3s --mem 4G --disk 40G
# multipass 접속
$ multipass shell k3s
# k3s 설치
$ curl -sfL https://get.k3s.io | sh -
# 권한 부여
$ sudo chmod 777 /etc/rancher/k3s/k3s.yaml
728x90
'스터디 > 쿠버네티스 스터디 (사내)' 카테고리의 다른 글
k8s의 CoreDNS (0) | 2023.03.15 |
---|---|
Nginx index.html 수정 후 쿠버네티스로 배포한 후 접속해보기 (0) | 2023.02.16 |