Uses of Class
software.amazon.awscdk.services.eks_v2.FargateCluster.Builder
Packages that use FargateCluster.Builder
-
Uses of FargateCluster.Builder in software.amazon.awscdk.services.eks_v2
Methods in software.amazon.awscdk.services.eks_v2 that return FargateCluster.BuilderModifier and TypeMethodDescriptionFargateCluster.Builder.albController(AlbControllerOptions albController) Install the AWS Load Balancer Controller onto the cluster.FargateCluster.Builder.clusterLogging(List<? extends ClusterLoggingTypes> clusterLogging) The cluster log types which you want to enable.FargateCluster.Builder.clusterName(String clusterName) Name for the cluster.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.static FargateCluster.BuilderFargateCluster.Builder.defaultProfile(FargateProfileOptions defaultProfile) Fargate Profile to create along with the cluster.FargateCluster.Builder.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.FargateCluster.Builder.kubectlProviderOptions(KubectlProviderOptions kubectlProviderOptions) Options for creating the kubectl provider - a lambda function that executeskubectlandhelmagainst the cluster.FargateCluster.Builder.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.FargateCluster.Builder.remoteNodeNetworks(List<? extends RemoteNodeNetwork> remoteNodeNetworks) IPv4 CIDR blocks defining the expected address range of hybrid nodes that will join the cluster.FargateCluster.Builder.remotePodNetworks(List<? extends RemotePodNetwork> remotePodNetworks) IPv4 CIDR blocks for Pods running Kubernetes webhooks on hybrid nodes.FargateCluster.Builder.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.FargateCluster.Builder.secretsEncryptionKey(IKeyRef secretsEncryptionKey) KMS secret for envelope encryption for Kubernetes secrets.FargateCluster.Builder.securityGroup(ISecurityGroup securityGroup) Security Group to use for Control Plane ENIs.FargateCluster.Builder.serviceIpv4Cidr(String serviceIpv4Cidr) The CIDR block to assign Kubernetes service IP addresses from.The tags assigned to the EKS cluster.FargateCluster.Builder.version(KubernetesVersion version) The Kubernetes version to run in the cluster.The VPC in which to create the Cluster.FargateCluster.Builder.vpcSubnets(List<? extends SubnetSelection> vpcSubnets) Where to place EKS Control Plane ENIs.