Class Cluster.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Cluster>
- Enclosing class:
Cluster
Cluster
.-
Method Summary
Modifier and TypeMethodDescriptionalbController
(AlbControllerOptions albController) (experimental) Install the AWS Load Balancer Controller onto the cluster.bootstrapClusterCreatorAdminPermissions
(Boolean bootstrapClusterCreatorAdminPermissions) (experimental) Whether or not IAM principal of the cluster creator was set as a cluster admin access entry during cluster creation time.build()
clusterLogging
(List<? extends ClusterLoggingTypes> clusterLogging) (experimental) The cluster log types which you want to enable.clusterName
(String clusterName) (experimental) Name for the cluster.compute
(ComputeConfig compute) (experimental) Configuration for compute settings in Auto Mode.coreDnsComputeType
(CoreDnsComputeType coreDnsComputeType) (experimental) Controls the "eks.amazonaws.com/compute-type" annotation in the CoreDNS configuration on your cluster to determine which compute type to use for CoreDNS.static Cluster.Builder
defaultCapacity
(Number defaultCapacity) (experimental) Number of instances to allocate as an initial capacity for this cluster.defaultCapacityInstance
(InstanceType defaultCapacityInstance) (experimental) The instance type to use for the default capacity.defaultCapacityType
(DefaultCapacityType defaultCapacityType) (experimental) The default capacity type for the cluster.endpointAccess
(EndpointAccess endpointAccess) (experimental) Configure access to the Kubernetes API server endpoint..(experimental) Specify which IP family is used to assign Kubernetes pod and service IP addresses.kubectlProviderOptions
(KubectlProviderOptions kubectlProviderOptions) (experimental) Options for creating the kubectl provider - a lambda function that executeskubectl
andhelm
against the cluster.mastersRole
(IRole mastersRole) (experimental) An IAM role that will be added to thesystem:masters
Kubernetes RBAC group.outputConfigCommand
(Boolean outputConfigCommand) (experimental) Determines whether a CloudFormation output with theaws eks update-kubeconfig
command will be synthesized.(experimental) Indicates whether Kubernetes resources added throughaddManifest()
can be automatically pruned.(experimental) Role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf.secretsEncryptionKey
(IKey secretsEncryptionKey) (experimental) KMS secret for envelope encryption for Kubernetes secrets.securityGroup
(ISecurityGroup securityGroup) (experimental) Security Group to use for Control Plane ENIs.serviceIpv4Cidr
(String serviceIpv4Cidr) (experimental) The CIDR block to assign Kubernetes service IP addresses from.(experimental) The tags assigned to the EKS cluster.version
(KubernetesVersion version) (experimental) The Kubernetes version to run in the cluster.(experimental) The VPC in which to create the Cluster.vpcSubnets
(List<? extends SubnetSelection> vpcSubnets) (experimental) Where to place EKS Control Plane ENIs.
-
Method Details
-
create
@Stability(Experimental) public static Cluster.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- a Construct, most likely a cdk.Stack created. This parameter is required.id
- the id of the Construct to create. This parameter is required.- Returns:
- a new instance of
Cluster.Builder
.
-
version
(experimental) The Kubernetes version to run in the cluster.- Parameters:
version
- The Kubernetes version to run in the cluster. This parameter is required.- Returns:
this
-
albController
(experimental) Install the AWS Load Balancer Controller onto the cluster.Default: - The controller is not installed.
- Parameters:
albController
- Install the AWS Load Balancer Controller onto the cluster. This parameter is required.- Returns:
this
- See Also:
-
clusterLogging
@Stability(Experimental) public Cluster.Builder clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging) (experimental) The cluster log types which you want to enable.Default: - none
- Parameters:
clusterLogging
- The cluster log types which you want to enable. This parameter is required.- Returns:
this
-
clusterName
(experimental) Name for the cluster.Default: - Automatically generated name
- Parameters:
clusterName
- Name for the cluster. This parameter is required.- Returns:
this
-
coreDnsComputeType
@Stability(Experimental) public Cluster.Builder coreDnsComputeType(CoreDnsComputeType coreDnsComputeType) (experimental) Controls the "eks.amazonaws.com/compute-type" annotation in the CoreDNS configuration on your cluster to determine which compute type to use for CoreDNS.Default: CoreDnsComputeType.EC2 (for `FargateCluster` the default is FARGATE)
- Parameters:
coreDnsComputeType
- Controls the "eks.amazonaws.com/compute-type" annotation in the CoreDNS configuration on your cluster to determine which compute type to use for CoreDNS. This parameter is required.- Returns:
this
-
endpointAccess
(experimental) Configure access to the Kubernetes API server endpoint..Default: EndpointAccess.PUBLIC_AND_PRIVATE
- Parameters:
endpointAccess
- Configure access to the Kubernetes API server endpoint.. This parameter is required.- Returns:
this
- See Also:
-
ipFamily
(experimental) Specify which IP family is used to assign Kubernetes pod and service IP addresses.Default: - IpFamily.IP_V4
- Parameters:
ipFamily
- Specify which IP family is used to assign Kubernetes pod and service IP addresses. This parameter is required.- Returns:
this
- See Also:
-
kubectlProviderOptions
@Stability(Experimental) public Cluster.Builder kubectlProviderOptions(KubectlProviderOptions kubectlProviderOptions) (experimental) Options for creating the kubectl provider - a lambda function that executeskubectl
andhelm
against the cluster.If defined,
kubectlLayer
is a required property.If not defined, kubectl provider will not be created by default.
- Parameters:
kubectlProviderOptions
- Options for creating the kubectl provider - a lambda function that executeskubectl
andhelm
against the cluster. This parameter is required.- Returns:
this
-
mastersRole
(experimental) An IAM role that will be added to thesystem:masters
Kubernetes RBAC group.Default: - no masters role.
- Parameters:
mastersRole
- An IAM role that will be added to thesystem:masters
Kubernetes RBAC group. This parameter is required.- Returns:
this
- See Also:
-
prune
(experimental) Indicates whether Kubernetes resources added throughaddManifest()
can be automatically pruned.When this is enabled (default), prune labels will be allocated and injected to each resource. These labels will then be used when issuing the
kubectl apply
operation with the--prune
switch.Default: true
- Parameters:
prune
- Indicates whether Kubernetes resources added throughaddManifest()
can be automatically pruned. This parameter is required.- Returns:
this
-
role
(experimental) Role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf.Default: - A role is automatically created for you
- Parameters:
role
- Role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf. This parameter is required.- Returns:
this
-
secretsEncryptionKey
(experimental) KMS secret for envelope encryption for Kubernetes secrets.Default: - By default, Kubernetes stores all secret object data within etcd and all etcd volumes used by Amazon EKS are encrypted at the disk-level using AWS-Managed encryption keys.
- Parameters:
secretsEncryptionKey
- KMS secret for envelope encryption for Kubernetes secrets. This parameter is required.- Returns:
this
-
securityGroup
(experimental) Security Group to use for Control Plane ENIs.Default: - A security group is automatically created
- Parameters:
securityGroup
- Security Group to use for Control Plane ENIs. This parameter is required.- Returns:
this
-
serviceIpv4Cidr
(experimental) The CIDR block to assign Kubernetes service IP addresses from.Default: - Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks
- Parameters:
serviceIpv4Cidr
- The CIDR block to assign Kubernetes service IP addresses from. This parameter is required.- Returns:
this
- See Also:
-
tags
(experimental) The tags assigned to the EKS cluster.Default: - none
- Parameters:
tags
- The tags assigned to the EKS cluster. This parameter is required.- Returns:
this
-
vpc
(experimental) The VPC in which to create the Cluster.Default: - a VPC with default configuration will be created and can be accessed through `cluster.vpc`.
- Parameters:
vpc
- The VPC in which to create the Cluster. This parameter is required.- Returns:
this
-
vpcSubnets
@Stability(Experimental) public Cluster.Builder vpcSubnets(List<? extends SubnetSelection> vpcSubnets) (experimental) Where to place EKS Control Plane ENIs.For example, to only select private subnets, supply the following:
vpcSubnets: [{ subnetType: ec2.SubnetType.PRIVATE_WITH_EGRESS }]
Default: - All public and private subnets
- Parameters:
vpcSubnets
- Where to place EKS Control Plane ENIs. This parameter is required.- Returns:
this
-
bootstrapClusterCreatorAdminPermissions
@Stability(Experimental) public Cluster.Builder bootstrapClusterCreatorAdminPermissions(Boolean bootstrapClusterCreatorAdminPermissions) (experimental) Whether or not IAM principal of the cluster creator was set as a cluster admin access entry during cluster creation time.Changing this value after the cluster has been created will result in the cluster being replaced.
Default: true
- Parameters:
bootstrapClusterCreatorAdminPermissions
- Whether or not IAM principal of the cluster creator was set as a cluster admin access entry during cluster creation time. This parameter is required.- Returns:
this
-
compute
(experimental) Configuration for compute settings in Auto Mode.When enabled, EKS will automatically manage compute resources.
Default: - Auto Mode compute disabled
- Parameters:
compute
- Configuration for compute settings in Auto Mode. This parameter is required.- Returns:
this
-
defaultCapacity
(experimental) Number of instances to allocate as an initial capacity for this cluster.Instance type can be configured through
defaultCapacityInstanceType
, which defaults tom5.large
.Use
cluster.addAutoScalingGroupCapacity
to add additional customized capacity. Set this to0
is you wish to avoid the initial capacity allocation.Default: 2
- Parameters:
defaultCapacity
- Number of instances to allocate as an initial capacity for this cluster. This parameter is required.- Returns:
this
-
defaultCapacityInstance
@Stability(Experimental) public Cluster.Builder defaultCapacityInstance(InstanceType defaultCapacityInstance) (experimental) The instance type to use for the default capacity.This will only be taken into account if
defaultCapacity
is > 0.Default: m5.large
- Parameters:
defaultCapacityInstance
- The instance type to use for the default capacity. This parameter is required.- Returns:
this
-
defaultCapacityType
@Stability(Experimental) public Cluster.Builder defaultCapacityType(DefaultCapacityType defaultCapacityType) (experimental) The default capacity type for the cluster.Default: AUTOMODE
- Parameters:
defaultCapacityType
- The default capacity type for the cluster. This parameter is required.- Returns:
this
-
outputConfigCommand
(experimental) Determines whether a CloudFormation output with theaws eks update-kubeconfig
command will be synthesized.This command will include the cluster name and, if applicable, the ARN of the masters IAM role.
Default: true
- Parameters:
outputConfigCommand
- Determines whether a CloudFormation output with theaws eks update-kubeconfig
command will be synthesized. This parameter is required.- Returns:
this
-
build
-