Skip to content

tang95/observability-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prerequisites

install helmistio and kubectl

install

helm upgrade observability observability -n monitoring --create-namespace --install
istioctl install -y -f istio-config/mesh-config.yaml
kubectl label namespace default istio-injection=enabled
kubectl apply -k microservices-demo

uninstall

kubectl delete -k microservices-demo
helm uninstall observability -n monitoring
kubectl delete namespace monitoring
istioctl uninstall -y --purge
kubectl delete namespace istio-system
kubectl label namespace default istio-injection-

usage

sudo kubectl port-forward svc/istio-ingressgateway -n istio-system 80
# open http://127.0.0.1

grafana

kubectl get secret --namespace monitoring observability-grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
kubectl port-forward svc/observability-grafana -n monitoring 3000:80
# open http://127.0.0.1:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published