mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
update: README.md
add: .dockerignore
This commit is contained in:
5
.dockerignore
Normal file
5
.dockerignore
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
target
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.iml
|
||||||
|
.md
|
||||||
27
README.md
27
README.md
@@ -12,7 +12,7 @@
|
|||||||
<img src="https://raw.githubusercontent.com/Qovery/public-resources/master/qovery_kubernetes_cloudproviders.svg" height="450px" alt="Qovery stack on top of Kubernetes and Cloud providers" />
|
<img src="https://raw.githubusercontent.com/Qovery/public-resources/master/qovery_kubernetes_cloudproviders.svg" height="450px" alt="Qovery stack on top of Kubernetes and Cloud providers" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Qovery engine is an open-source abstraction layer product that makes deployment on **AWS**, **GCP**, **Azure** and others Cloud providers easy to do. The engine is coded in **Rust** and take advantage of **Terraform** and **Helm** to manage resources.
|
Qovery engine is an open-source abstraction layer product that makes deployment on **AWS**, **GCP**, **Azure** and others Cloud providers easy to do. The engine is coded in [Rust](https://www.rust-lang.org) and take advantage of [Terraform](https://www.terraform.io), [Helm](https://helm.sh), [Kubectl](https://kubernetes.io/docs/reference/kubectl/overview), [Docker](https://www.docker.com) to manage resources.
|
||||||
|
|
||||||
- Website: https://www.qovery.com
|
- Website: https://www.qovery.com
|
||||||
- Full doc: https://docs.qovery.com
|
- Full doc: https://docs.qovery.com
|
||||||
@@ -30,13 +30,16 @@ TODO
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Cloud providers:** TODO
|
Qovery engine supports a number of build methods and target Cloud providers out of the box and more can be easily added:
|
||||||
- **Continuous integrations:** TODO
|
|
||||||
- **Container registries:** TODO
|
|
||||||
- **DNS provider:** TODO
|
|
||||||
- **Powerful CLI:** TODO
|
|
||||||
|
|
||||||
**[See more on our website](https://strapi.io/overview)**.
|
- **Cloud providers:** [AWS](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/amazon-web-services/), Digital Ocean ([in progress](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/digital-ocean/)), Azure ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/azure/)), GCP ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/google-cloud-platform/)), Scaleway ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/scaleway/))
|
||||||
|
- **Build platforms:** [Qovery CI](https://docs.qovery.com/docs/using-qovery/configuration/business/build-platform/qovery-ci/), Circle CI ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/build-platform/circle-ci/)), Gitlab CI ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/build-platform/gitlab-ci/)), Github Actions ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/build-platform/github-actions/))
|
||||||
|
- **Container registries:** [ECR](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/elastic-container-registry/), [DockerHub](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/docker-hub/), DOCR ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/digital-ocean-container-registry/)), ACR ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/azure-container-registry/)), SCR ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/scaleway-container-registry/))
|
||||||
|
- **DNS providers:** Cloudflare
|
||||||
|
- **Monitoring services:** Datadog ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/monitoring/datadog/)), Newrelic ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/monitoring/new-relic/))
|
||||||
|
- **Powerful CLI:** in progress
|
||||||
|
|
||||||
|
**[See more on our website](https://www.qovery.com)**.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
@@ -59,6 +62,16 @@ For general help using Qovery Engine, please refer to [the official Qovery Engin
|
|||||||
|
|
||||||
Check out our [roadmap](https://roadmap.qovery.com) to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature.
|
Check out our [roadmap](https://roadmap.qovery.com) to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature.
|
||||||
|
|
||||||
|
## FAQ
|
||||||
|
### Why Qovery
|
||||||
|
TODO
|
||||||
|
|
||||||
|
### Why Rust
|
||||||
|
TODO
|
||||||
|
|
||||||
|
### Why not Go
|
||||||
|
TODO
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
See the [LICENSE](./LICENSE) file for licensing information.
|
See the [LICENSE](./LICENSE) file for licensing information.
|
||||||
|
|||||||
Reference in New Issue
Block a user