Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.89 KB

quick_start.md

File metadata and controls

49 lines (35 loc) · 1.89 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

Note: Beginning in Helm v3.8.0, OCI support is enabled by default, and it graduated from experimental to general availability. So you‘d better choose Helm v3.8.0 or above.

helm upgrade --install lunettes oci://registry-1.docker.io/lunettes/lunettes-chart --version [version]
  

see available version

Create test pod

kubectl run nginx --image=nginx

Visit

Open broswer to visit