Aspire.Hosting.Azure.Kubernetes
Official
📦 Aspire.Hosting.Azure.Kubernetes v13.3.0-preview.1.26254.5 9 Functions
2 Types
2 types and 0 members
Types
Functions
method
addAzureKubernetesEnvironment builder Adds an Azure Kubernetes Service environment resource
addAzureKubernetesEnvironment(name: string): AzureKubernetesEnvironmentResource method
addGateway builder Adds a Kubernetes Gateway API Gateway to an AKS environment
addGateway(name: string): KubernetesGatewayResource method
addIngress builder Adds a Kubernetes Ingress resource to an AKS environment
addIngress(name: string): KubernetesIngressResource method
addNodePool builder Adds a node pool to the AKS cluster
addNodePool(name: string, vmSize?: string, minCount?: number, maxCount?: number): AksNodePoolResource method
withContainerRegistry builder Configures the AKS environment to use a specific container registry
withContainerRegistry(registry: AzureContainerRegistryResource): AzureKubernetesEnvironmentResource method
withSubnet builder Configures the AKS cluster to use a VNet subnet
withSubnet(subnet: AzureSubnetResource): AzureKubernetesEnvironmentResource method
withSubnet builder Configures an AKS node pool to use a specific VNet subnet
withSubnet(subnet: AzureSubnetResource): AksNodePoolResource method
withSystemNodePool builder Replaces the default system node pool with a customized configuration
withSystemNodePool(vmSize?: string, minCount?: number, maxCount?: number): AzureKubernetesEnvironmentResource method
withWorkloadIdentity builder Enables workload identity on the AKS cluster
withWorkloadIdentity(enabled?: boolean): AzureKubernetesEnvironmentResource