Instances¶
flowchart TD
subgraph App["<div style='margin-top:10px; white-space: nowrap;'>App</div>"]
subgraph group[ ]
Dev["Dev instance"]
Staging["Staging instance"]
Prod["Production Instance"]
end
style group fill:none,stroke:none,stroke-width:0px
end
KubernetesA["Kubernetes Cluster A"]
KubernetesB["Kubernetes Cluster B"]
Dev --> KubernetesB
Staging --> KubernetesB
Prod --> KubernetesA
Application instance is a single isolated copy of your application that deployed to a kubernetes cluster and has:
- Environment (like production, staging)
- Stack with a specific revision
- Endpoints to configure domains and public ports
- Builds (if stack contains buildable services) and deploys
- Backups and imports (if stack contains services that provide such)
- App Services per each service that used to override stack configuration for this specific instance
- Live logs streaming
- Cron schedules and jobs
- Tasks history
You can remove or add a new instance from the "[App] > Instances" page.