mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
* aws: fix order of install instructions * tweak install instructions in readme * fix up readme
42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
# Convox
|
|
|
|
Convox is an open-source [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service) based
|
|
on Kubernetes available for multiple cloud providers.
|
|
|
|
## Supported Clouds
|
|
|
|
- Amazon Web Services
|
|
- Digital Ocean
|
|
- Google Cloud
|
|
- Microsoft Azure
|
|
|
|
## Getting Started
|
|
|
|
- [Introduction](docs/getting-started/introduction.md)
|
|
|
|
## Installation
|
|
|
|
* [Command Line Interface](docs/installation/cli.md)
|
|
* [Development Rack](docs/installation/development-rack)
|
|
* [Production Rack](docs/installation/production-rack)
|
|
|
|
## Features
|
|
|
|
* [Release Management](docs/deployment/releases.md)
|
|
* [Secrets Management](docs/configuration/environment.md)
|
|
* [Load Balancing](docs/configuration/load-balancers.md) (automatic SSL)
|
|
* [Service Discovery](docs/configuration/service-discovery.md)
|
|
* [Resource Management](docs/reference/primitives/app/resource.md) (Postgres, Redis, etc)
|
|
* [Automated Rollbacks](docs/deployment/rollbacks.md)
|
|
* [Autoscaling](docs/deployment/scaling.md)
|
|
* [Scheduled Runs](docs/reference/primitives/app/timers.md) (cron)
|
|
* [One-off Commands](docs/management/run.md)
|
|
|
|
## Resources
|
|
|
|
- [Homepage](https://convox.com)
|
|
- [Community Forums](https://community.convox.com/)
|
|
|
|
## License
|
|
|
|
- [Apache 2.0](LICENSE) |