enum CoreDnsComputeType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EKS.CoreDnsComputeType |
Java | software.amazon.awscdk.services.eks.CoreDnsComputeType |
Python | aws_cdk.aws_eks.CoreDnsComputeType |
TypeScript (source) | @aws-cdk/aws-eks » CoreDnsComputeType |
The type of compute resources to use for CoreDNS.
Members
| Name | Description |
|---|---|
| EC2 | Deploy CoreDNS on EC2 instances. |
| FARGATE | Deploy CoreDNS on Fargate-managed instances. |
EC2
Deploy CoreDNS on EC2 instances.
FARGATE
Deploy CoreDNS on Fargate-managed instances.

.NET
Java
Python
TypeScript (