Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,35 @@ Open broswer to visit
- debugslo: [http://localhost:9097/d/lunettes-debugslo/lunettes-debugslo?orgId=1](http://localhost:9097/d/lunettes-debugslo/lunettes-debugslo?orgId=1)
- jaejer: [http://localhost:9095/search](http://localhost:9095/search)
- kibana: [http://localhost:9092](http://localhost:9092)
- prometheus: [http://localhost:9091/graph?](http://localhost:9091/graph?)
- prometheus: [http://localhost:9091/graph?](http://localhost:9091/graph?)




If you deploy Kubernetes on minikube. The usage guidelines are as follows


```bash
git clone https://github.com/alipay/container-observability-service lunettes && cd lunettes
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: ```


```bash
helm upgrade --install lunettes deploy/helm/lunettes/ \
--set enableAuditApiserver=true \
--set lunettesType=NodePort \
--set grafanadiType=NodePort \
--set grafanaType=NodePort \
--set jaegerType=NodePort
```


## Visit

Open broswer to visit
- grafana:
minikube service grafana -n lunettes
- kibana:
minikube service es-kibana-nodeport-svc -n lunettes
- prometheus:
minikube service prometheus -n lunettes
- jaejer:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: jaeger

minikube service jaeger-collector -n lunettes