What it doesBasics
- Project and runtime discovery
- Cluster status and lifecycle
- Service route inspection
- External and internal route switching
First useBasics
- Inspect one project's cluster and route state before changing it.
- Inspect cluster and route status.
- Apply the smallest lifecycle or routing change needed.
Everyday tasksEveryday use
Route a service to a live development process
A developer needs fast reloads while the rest of the application remains in the local cluster.
- Query project, cluster, and current route state.
- Confirm the local process is reachable from the development environment.
- Apply an external route for the intended service and namespace.
- Query route state and exercise the real ingress URL.
- Reset the override when the live-editing session ends.
What you getIngress traffic reaches the live process temporarily without changing the application ingress definition.
How to check: Before-and-after route status plus a request through the project URL.
Delete a disposable cluster with separate storage intent
A finished development environment should be removed without accidentally purging persistent volumes.
- Query cluster state and identify the exact project context.
- Request deletion without confirmation and read the confirmation message.
- Re-query the same project and cluster, then repeat with delete confirmation.
- Add purge and its separate confirmation only when volume removal is also approved.
- Query the cluster list to verify cleanup.
What you getCluster and storage cleanup follow separately reviewed decisions.
How to check: Same-context project and cluster query, confirmation message, explicit confirmation fields, command result, and final cluster inventory.
Settings to decideAdvanced
- AIDE executable
- Use the default executable only when AIDE is reliably available on the server PATH; otherwise set its reviewed launch path.
- Project selection
- Pass projectDir, projectFile, or both so every operation resolves the intended AIDE project rather than ambient server state.
- Route namespace
- Choose the namespace containing the service, which can differ from the default apps namespace.
- Cleanup confirmation
- Treat cluster deletion, volume purge, and purge confirmation as distinct decisions.
CommandsAdvanced
Problems and fixesHelp
Good to knowHelp
- It controls local AIDE environments.
- Privileged host setup stays with the AIDE command line.
- Delete and purge each ask for their own confirmation; query the project and cluster first to see what they hold.