Description
Describe the issue or suggestion
We should have an article in the deployment section on deploying to Kubernetes. This article should link off to the AKS documentation article on how to create an AKS cluster and/or to an azd
template that would lay down an AKS cluster with very little actually in it (if anything at all).
Note: This article should not have a dedicated section in it on creating an AKS cluster, or any other type of cluster. It should link to articles that already exist on how to create the cluster.
The article should cover:
- How to hand-roll or hand-author their own K8S YAML files
- How to configure/deploy using Aspir8.
- We should probably show a screen shot in this doc using the Visual Studio Code extension for Kubernetes, to reiterate that the tools developers use today for developing with Kubernetes are still just-as-useful with .NET Aspire apps
cc @alexwolfmsft and @IEvangelist as this may be covered in one of our other deployment-related issues or threads but I wanted this issue to be crisp on what we'll need to make sure we educate existing AKS customers on how .NET Aspire will work with AKS and any other flavor of K8S.
Activity