Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Start with [Deploy to Kubernetes](/deployment/kubernetes/) for the shared Kubern
- [Aspire prerequisites](/get-started/prerequisites/)
- [Aspire CLI](/get-started/install-cli/) installed
- [kubectl](https://kubernetes.io/docs/tasks/tools/) installed and available on your `PATH`
- [Helm](https://helm.sh/docs/intro/install/) installed and available on your `PATH`
- [Helm](https://helm.sh/docs/intro/install/) **v4.2.0 or later** installed and available on your `PATH`
- [Azure CLI](https://learn.microsoft.com/cli/azure/install-azure-cli) installed and available on your `PATH`
- An active Azure account and subscription

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Aspire supports two Kubernetes deployment targets:
- [Aspire prerequisites](/get-started/prerequisites/)
- [Aspire CLI](/get-started/install-cli/) installed
- [kubectl](https://kubernetes.io/docs/tasks/tools/) installed and available on your `PATH`
- [Helm](https://helm.sh/docs/intro/install/) installed and available on your `PATH`
- [Helm](https://helm.sh/docs/intro/install/) **v4.2.0 or later** installed and available on your `PATH`

## How Aspire maps resources to Kubernetes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For hosting integration setup and configuration, see [Kubernetes integration](/i
- [Aspire prerequisites](/get-started/prerequisites/)
- [Aspire CLI](/get-started/install-cli/) installed
- [kubectl](https://kubernetes.io/docs/tasks/tools/) installed with a configured cluster context
- [Helm](https://helm.sh/docs/intro/install/) installed and available on your `PATH`
- [Helm](https://helm.sh/docs/intro/install/) **v4.2.0 or later** installed and available on your `PATH`
- An existing Kubernetes cluster (local or remote)
Comment thread
IEvangelist marked this conversation as resolved.

## Configure your AppHost
Expand Down
Loading