Skip to content
DocsTry Aspire
DocsTry

withKind

Method
📦 CommunityToolkit.Aspire.Hosting.Kind v13.5.1-beta.736
interface KubernetesEnvironmentResource {
// ... omitted for brevity
withKind(): KindEnvironmentResource;
}

Signature

methodwithKindbuilder
Configures the Kubernetes environment to create and deploy to a local Kind cluster. Enables `aspire deploy` to provision the cluster, load container images, and install the generated Helm chart.
withKind(): KindEnvironmentResource
KindEnvironmentResource

Applies to

This method applies to the following types: