Skip to content
DocsTry Aspire
DocsTry

AksNodePoolMode

Enumnet10.0
📦 Aspire.Hosting.Azure.Kubernetes v13.5.1-preview.1.26420.4
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.