由于minikube在macOS本地运行效率太低,我在本地使用了orbstack替代 https://orbstack.dev/
brew install minikube
minikube start
- 创建helm项目
helm create go-hello-http
- 部署
helm install go-hello-http ./go-hello-http
- 映射本机端口验证部署
kubectl port-forward svc/go-hello-http 8080:80
- 访问
http://localhost:8080
helm repo add grafana https://grafana.github.io/helm-charts
helm repo update
helm install loki grafana/loki-stack -f loki-values.yaml