Class FargateCluster.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FargateCluster>
- Enclosing class:
FargateCluster
FargateCluster.-
Method Summary
Modifier and TypeMethodDescriptionalbController(AlbControllerOptions albController) Install the AWS Load Balancer Controller onto the cluster.build()clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging) The cluster log types which you want to enable.clusterName(String clusterName) Name for the cluster.coreDnsComputeType(CoreDnsComputeType 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.static FargateCluster.BuilderdefaultProfile(FargateProfileOptions defaultProfile) Fargate Profile to create along with the cluster.endpointAccess(EndpointAccess endpointAccess) Configure access to the Kubernetes API server endpoint..Specify which IP family is used to assign Kubernetes pod and service IP addresses.kubectlProviderOptions(KubectlProviderOptions kubectlProviderOptions) Options for creating the kubectl provider - a lambda function that executeskubectlandhelmagainst the cluster.mastersRole(IRole mastersRole) An IAM role that will be added to thesystem:mastersKubernetes RBAC group.Indicates whether Kubernetes resources added throughaddManifest()can be automatically pruned.remoteNodeNetworks(List<? extends RemoteNodeNetwork> remoteNodeNetworks) IPv4 CIDR blocks defining the expected address range of hybrid nodes that will join the cluster.remotePodNetworks(List<? extends RemotePodNetwork> remotePodNetworks) IPv4 CIDR blocks for Pods running Kubernetes webhooks on hybrid nodes.removalPolicy(RemovalPolicy removalPolicy) The removal policy applied to all CloudFormation resources created by this construct when they are no longer managed by CloudFormation.Role that provides permissions for the Kubernetes control plane to make calls to AWS API operations on your behalf.secretsEncryptionKey(IKeyRef secretsEncryptionKey) KMS secret for envelope encryption for Kubernetes secrets.securityGroup(ISecurityGroup securityGroup) Security Group to use for Control Plane ENIs.serviceIpv4Cidr(String serviceIpv4Cidr) The CIDR block to assign Kubernetes service IP addresses from.The tags assigned to the EKS cluster.version(KubernetesVersion version) The Kubernetes version to run in the cluster.The VPC in which to create the Cluster.vpcSubnets(List<? extends SubnetSelection> vpcSubnets) Where to place EKS Control Plane ENIs.
-
Method Details
-
create
@Stability(Stable) public static FargateCluster.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- This parameter is required.id- This parameter is required.- Returns:
- a new instance of
FargateCluster.Builder.
-
version
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
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(Stable) public FargateCluster.Builder clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging) 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
Name for the cluster.Default: - Automatically generated name
- Parameters:
clusterName- Name for the cluster. This parameter is required.- Returns:
this
-
coreDnsComputeType
@Stability(Stable) public FargateCluster.Builder coreDnsComputeType(CoreDnsComputeType 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.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
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
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(Stable) public FargateCluster.Builder kubectlProviderOptions(KubectlProviderOptions kubectlProviderOptions) Options for creating the kubectl provider - a lambda function that executeskubectlandhelmagainst the cluster.If defined,
kubectlLayeris a required property.Default: - kubectl provider will not be created
- Parameters:
kubectlProviderOptions- Options for creating the kubectl provider - a lambda function that executeskubectlandhelmagainst the cluster. This parameter is required.- Returns:
this
-
mastersRole
An IAM role that will be added to thesystem:mastersKubernetes RBAC group.Default: - no masters role.
- Parameters:
mastersRole- An IAM role that will be added to thesystem:mastersKubernetes RBAC group. This parameter is required.- Returns:
this- See Also:
-
prune
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 applyoperation with the--pruneswitch.Default: true
- Parameters:
prune- Indicates whether Kubernetes resources added throughaddManifest()can be automatically pruned. This parameter is required.- Returns:
this
-
remoteNodeNetworks
@Stability(Stable) public FargateCluster.Builder remoteNodeNetworks(List<? extends RemoteNodeNetwork> remoteNodeNetworks) IPv4 CIDR blocks defining the expected address range of hybrid nodes that will join the cluster.Default: - none
- Parameters:
remoteNodeNetworks- IPv4 CIDR blocks defining the expected address range of hybrid nodes that will join the cluster. This parameter is required.- Returns:
this
-
remotePodNetworks
@Stability(Stable) public FargateCluster.Builder remotePodNetworks(List<? extends RemotePodNetwork> remotePodNetworks) IPv4 CIDR blocks for Pods running Kubernetes webhooks on hybrid nodes.Default: - none
- Parameters:
remotePodNetworks- IPv4 CIDR blocks for Pods running Kubernetes webhooks on hybrid nodes. This parameter is required.- Returns:
this
-
removalPolicy
The removal policy applied to all CloudFormation resources created by this construct when they are no longer managed by CloudFormation.This can happen in one of three situations:
- The resource is removed from the template, so CloudFormation stops managing it;
- A change to the resource is made that requires it to be replaced, so CloudFormation stops managing it;
- The stack is deleted, so CloudFormation stops managing all resources in it.
This affects the EKS cluster itself, associated IAM roles, node groups, security groups, VPC and any other CloudFormation resources managed by this construct.
Default: - Resources will be deleted.
- Parameters:
removalPolicy- The removal policy applied to all CloudFormation resources created by this construct when they are no longer managed by CloudFormation. This parameter is required.- Returns:
this
-
role
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
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
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
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
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
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(Stable) public FargateCluster.Builder vpcSubnets(List<? extends SubnetSelection> vpcSubnets) 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
-
defaultProfile
@Stability(Stable) public FargateCluster.Builder defaultProfile(FargateProfileOptions defaultProfile) Fargate Profile to create along with the cluster.Default: - A profile called "default" with 'default' and 'kube-system' selectors will be created if this is left undefined.
- Parameters:
defaultProfile- Fargate Profile to create along with the cluster. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FargateCluster>- Returns:
- a newly built instance of
FargateCluster.
-