Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.76 KB

quick_start.md

File metadata and controls

50 lines (38 loc) · 1.76 KB

Deploy Lunettes with kind quickly

Dependency

  1. kind
  2. install Docker
  3. kubectl
  4. Installing Helm

Running local Kubernetes clusters

If you want to deploy Kubernetes using our kind configuration, you need to clone the project to your local machine first.

git clone https://github.com/alipay/container-observability-service lunettes && cd lunettes

kind create cluster \
  --name k8s \
  --config ./hack/kind.yaml

Deploy Lunettes with helm

helm install lunettes oci://ghcr.io/alipay/lunettes-chart \
  --set enableAuditApiserver=true \
  --set lunettesType=NodePort \
  --set grafanadiType=NodePort \
  --set grafanaType=NodePort \
  --set jaegerType=NodePort

Create test pod

kubectl run nginx --image=nginx

Visit

Open broswer to visit