Mac 環境安裝 k8s, helm, harbor

前提

安裝好了 DockerDesktop, 啓用了Kubernetes

安裝helm

brew install helm

安裝 nginx-ingress-controller

helm upgrade --install ingress-nginx ingress-nginx  --repo https://kubernetes.github.io/ingress-nginx  --namespace ingress-nginx --create-namespace

安裝本地版 harbor

helm repo add harbor https://helm.goharbor.io
helm install my-release harbor/harbor --set expose.type=nodePort --set expose.tls.enabled=false

#vim /etc/hosts
127.0.0.1 core.harbor.domain

http://core.harbor.domain/harbor:30002
http://localhost:30002

login: admin
password: Harbor12345


ref:
https://serverascode.com/2020/04/28/local-harbor-install.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章