Astrolift¶
Astrolift is an opinionated, multi-tenant, multi-cloud Platform-as-a-Service. It lets engineering teams onboard a Git repo, declare requirements via a single astrolift.toml manifest, and deploy onto any Kubernetes cluster -- vanilla, EKS, GKE, or AKS -- with the same control plane.
What you get¶
- One manifest, any cloud. Define your app's shape once. The platform handles the rest.
- Managed services on demand. Declare a Postgres database, a Redis cache, or an object store in your manifest. The platform provisions it.
- Preview environments. Every pull request gets an isolated environment with its own URL.
- Zero-downtime deploys. Rolling updates, health checks, and automatic rollback out of the box.
- Multi-tenant by design. Organizations, teams, projects, and fine-grained RBAC from day one.
Next steps¶
App developers¶
- Getting Started -- install the CLI and deploy your first app.
- Using the dashboard -- a tour of the web UI.
- Working with apps -- registering, deploying, manifest editor, secrets, sub-resources.
- Running an org -- alerts, audit, cost, quotas, operator views.
Platform operators¶
- For Operators -- what an Astrolift install looks like, install paths per cloud.
- Installing Astrolift -- pick a cloud, follow the runbook.