Skip to content

Commit

Permalink
Update docs/reference/aspire-faq.yml
Browse files Browse the repository at this point in the history
Co-authored-by: David Fowler <[email protected]>
  • Loading branch information
alistairmatthews and davidfowl committed Nov 23, 2023
1 parent 8ae4c74 commit 8d2be2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/aspire-faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sections:
- question: |
What's the relationship between .NET Aspire and Kubernetes?
answer: |
.NET Aspire makes it easy to develop cloud-native applications that consist of microservices and associated services. Each microservice is run in a container. Kubernetes is a technology that orchestrates and manages containers but you can't deploy directly from an Aspire Visual Studio solution to Kubernetes. However, when you build a .NET Aspire solution, it creates a manifest that tool authors could use to produce artifacts for deployment to Kubernetes.
.NET Aspire makes it easy to develop distributed applications that can be orchestrated on your local development environment as executables and containers. Kubernetes is a technology that orchestrates and manages containers across multiple machines. .NET Aspire applications can produce a manifest that tool authors can use to produce artifacts for deployment to Kubernetes. In essence, Kubernetes is a deployment target for aspire applications.
- question: |
Are worker services supported in .NET Aspire?
answer: |
Expand Down

0 comments on commit 8d2be2b

Please sign in to comment.