dawedawe
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/FAQ.md
|
|
|
@ -6,7 +6,7 @@ A: Three main ways: |
|
|
|
|
|
|
|
- Tye is optimized for .NET Core - we have built-in knowledge of how .NET projects work, which we use to power most experiences. |
|
|
|
- Tye's development features are oriented towards *local development* (avoid running in a container unless necessary). |
|
|
|
- Tye aims so solve problems along the whole spectrum of development to CI/CD based deployment. |
|
|
|
- Tye aims to solve problems along the whole spectrum of development to CI/CD based deployment. |
|
|
|
|
|
|
|
The development features of Tye are the most mature right now. We plan to add more recipes and capabilities for deployment in the coming months. |
|
|
|
|
|
|
|
@ -32,4 +32,4 @@ We had to start somewhere... we started with Kubernetes because it's: |
|
|
|
|
|
|
|
- Not cloud-provider specific |
|
|
|
- Very powerful |
|
|
|
- Difficult for newcomers (we want to try and simplify the process) |
|
|
|
- Difficult for newcomers (we want to try and simplify the process) |
|
|
|
|