Enclavely Docs
Platform

Routing

Environment URLs and how routing follows healthy releases.

Each project environment receives a route URL. Routing points to the active healthy release for that environment.

Inspect routes

enclavely routing --project kms-signer
enclavely routing --project kms-signer --env qa

Behavior

  • A new healthy release updates routing
  • Failed releases do not receive traffic
  • Each environment has isolated routing

Troubleshooting

  1. Confirm the latest release is healthy
  2. Confirm route exists for the expected environment
  3. Check logs and readiness for failed rollouts

After each deploy, verify route + status together for the environment you targeted.

On this page