Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Accessing Grafana:

    Open https://Domain-Name/monitoring, If you get access denied, request devops to add your githubid to the

  1. Accessing pgadmin:

Open https://Domain-Name/pgadmin

  1. Accessing Kibana:

Open https://Domain-Name/kibana

  1. 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