Skip to main content

CDKTF construct library for Amazon EKS

Project description

npm version PyPI version release construct hub

cdktf-aws-eks

CDKTF construct library for Amazon EKS.

Usage

The following sample creates:

  1. A new VPC
  2. Amazon EKS cluster(control plane)
  3. The default nodegroup with the cluster
  4. The 2nd nodegroup with spot instances
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
from pahud.cdktf_aws_eks import Cluster

# create the cluster and the default nodegroup
cluster = Cluster(stack, "demo-cluster",
    version=KubernetesVersion.V1_21,
    scaling_config={"min_capacity": 1}
)

# create the optional 2nd nodegroup
cluster.add_node_group("NG2",
    scaling_config={
        "min_capacity": 1,
        "max_capacity": 10,
        "desired_capacity": 5
    },
    capacity_type=CapacityType.SPOT,
    instance_types=["t3.large", "c5.large", "m5.large"]
)

Existing VPC subnets

To deploy in any existing VPC, specify the privateSubnets and publicSubnets(if any).

# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
Cluster(stack, "demo-cluster",
    private_subnets=["subnet-111", "subnet-222", "subnet-333"],
    public_subnets=["subnet-444", "subnet-555", "subnet-666"],
    version=KubernetesVersion.V1_21
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pahud-cdktf-aws-eks-0.2.20.tar.gz (71.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pahud_cdktf_aws_eks-0.2.20-py3-none-any.whl (70.3 kB view details)

Uploaded Python 3

File details

Details for the file pahud-cdktf-aws-eks-0.2.20.tar.gz.

File metadata

  • Download URL: pahud-cdktf-aws-eks-0.2.20.tar.gz
  • Upload date:
  • Size: 71.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.10

File hashes

Hashes for pahud-cdktf-aws-eks-0.2.20.tar.gz
Algorithm Hash digest
SHA256 8b60c9c4da8ed6e09fe019ad406ff0289471e4dcd9b3ab71d46e7c38e341c724
MD5 afbb5ae15d1c49ad0cfcb5a1e596ffa6
BLAKE2b-256 fdf3ab21b4fe56680fec9d176c5ac7d4e1d95cb1e3f20a8b2057174e9bb0b116

See more details on using hashes here.

File details

Details for the file pahud_cdktf_aws_eks-0.2.20-py3-none-any.whl.

File metadata

  • Download URL: pahud_cdktf_aws_eks-0.2.20-py3-none-any.whl
  • Upload date:
  • Size: 70.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.7.10

File hashes

Hashes for pahud_cdktf_aws_eks-0.2.20-py3-none-any.whl
Algorithm Hash digest
SHA256 c519e4b6e9d37ba63b67cf31c8f5e49c7d5cb481f8822461ec06e1a9387b834d
MD5 718070f4eddcac17155071b93de5fb8c
BLAKE2b-256 c6805cb0ac7e3fafc4ef1a8ed6e9a81f4699d9fd2bdb5d98fcbff1d5d4b7dfea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page