...
Accessing Grafana:
Open https://Domain-Name/monitoring, If you get access denied, request devops to add your githubid to the
Accessing pgadmin:
Open https://Domain-Name/pgadmin
Accessing Kibana:
Open https://Domain-Name/kibana
Accessing playground pod:
Login to Bastion server via ssh command, if kubeconfig is already configured, use the following command to get the shell access to the playground pod
Code Block |
---|
kubectl exec -it <playground-pod-name> -n playground -- /bin/sh |