Skip to main content

Explore Your Environment

Once greyhound provisions your environment, you can interact with it through the links in the PR comment.

PR Comment

The greyhound PR comment is your dashboard for the environment. It shows:

SectionWhat It Contains
StatusCurrent environment state (Provisioning, Active, Failed, etc.)
ServicesEach running service with its external URL
BuildsBuild status for each container image
DatabaseConnection endpoints for any Aurora clusters

Accessing Your Services

Each service with an ingress rule gets a unique URL. Click the link in the PR comment to open it in your browser.

Viewing Logs

Access pod logs through your team's standard Kubernetes tooling (kubectl, K9s, etc.). The environment runs in a dedicated namespace — the namespace name is shown in the PR comment.

Database Connections

If your environment includes a database, the PR comment shows connection details. Use the writer endpoint for read/write access and the reader endpoint for read replicas.

You can use interpolation variables like ${database.<pool>.writer_endpoint} in your config to automatically wire these up.