pavan541cs / MoviesApi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy ECK Operator - (Elastic Search, Kibana)
kubectl apply -f https://download.elastic.co/downloads/eck/1.0.1/all-in-one.yaml
kubectl apply -f logging/eck.yaml
kubectl apply -f logging/kibana.yml

Deploy FluentBit
kubectl apply -f logging/fluentbit.yml

Deploy Prometheus Operator
helm repo add stable https://charts.helm.sh/stable
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update

helm search repo prometheus-community
helm install prometheus-community/kube-prometheus-stack --name=monitoring --namespace=monitoring


Working URLs for local minikube

http://192.168.64.24:32530/config - Prom
http://192.168.64.24:32238/#/alerts - Alert Manager
http://192.168.64.24:32450 - Grafana

https://192.168.64.24:31638/ - Kinana

Elastic
elastic, w7AzF9419fFhAM030V6CTQ1p



About


Languages

Language:Java 98.3%Language:Dockerfile 1.7%