Log in with username admin
and password from the grafana-password
secret in the monitoring
namespace, you can get it with kubectl:
kubectl get secret -n monitoring grafana-password --template={{.data.password}} | base64 -d
The backend API is accessable at api.<DOMAIN_NAME>
where the domain name is the value you put in the terraform.tfvars
file. Or using curl:
curl https://api.<DOMAIN_NAME>
kubectl exec -it svc/main-database-rw psql