NOTES:
- Watch all cluster members come up. $ kubectl get pods --namespace=logging -l app=elasticsearch-master -w
- Retrieve elastic user's password. $ kubectl get secrets --namespace=logging elasticsearch-master-credentials -ojsonpath='{.data.password}' | base64 -d
- Test cluster health using Helm test. $ helm --namespace=logging test elasticsearch Operation completed!
NOTES:
- Watch all containers come up. $ kubectl get pods --namespace=logging -l release=kibana -w
- Retrieve the elastic user's password. $ kubectl get secrets --namespace=logging elasticsearch-master-credentials -ojsonpath='{.data.password}' | base64 -d
- Retrieve the kibana service account token. $ kubectl get secrets --namespace=logging kibana-kibana-es-token -ojsonpath='{.data.token}' | base64 -d Operation completed!
token: AAEAAWVsYXN0aWMva2liYW5hL2tpYmFuYS1raWJhbmE6NGlLRmFKUDNUdzJiV2dpMWlfY1hJdw
kubectl port-forward service/kibana-service 5601:5601