convox/README.md

42 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2019-11-21 00:52:40 +00:00
# Convox
Convox is an open-source [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service) based
on Kubernetes available for multiple cloud providers.
2019-11-21 00:52:40 +00:00
## Supported Clouds
- Amazon Web Services
- Digital Ocean
- Google Cloud
- Microsoft Azure
## Getting Started
- [Introduction](docs/getting-started/introduction.md)
2019-11-21 00:45:34 +00:00
## Installation
* [Command Line Interface](docs/installation/cli.md)
* [Development Rack](docs/installation/development-rack)
* [Production Rack](docs/installation/production-rack)
2019-11-21 00:45:34 +00:00
2019-11-21 00:55:46 +00:00
## 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)
2019-11-21 00:55:46 +00:00
## Resources
- [Homepage](https://convox.com)
- [Community Forums](https://community.convox.com/)
2019-11-21 00:45:34 +00:00
## License
- [Apache 2.0](LICENSE)