Instances¶
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.