This builder class helps you prepare a blueprint for setting up windows nodes with EKS cluster. The WindowsBuilder creates the following:

  1. An EKS Cluster` with passed k8s version and cluster tags.
  2. A non-windows nodegroup for standard software.
  3. A windows nodegroup to schedule windows workloads

Hierarchy (view full)

Constructors

Properties

env: {
    account?: string;
    region?: string;
}
props: Partial<EksBlueprintProps>

Methods