Skip to content
DocsTry Aspire
DocsTry

AksNodePoolMode

Enumnet8.0
📦 Aspire.Hosting.Azure.Kubernetes v13.4.0-preview.1.26281.18
Specifies the mode of an AKS node pool.
namespace Aspire.Hosting.Azure.Kubernetes;
public enum AksNodePoolMode
System= 0
System node pool for hosting system pods.
User= 1
User node pool for hosting application workloads.