Coder Social home page Coder Social logo

terraform-aws-eks-init's Introduction

terraform aws eks init

To install karpenter addons with daemonsets kind addons. Install this before install rayshoo/eks-addons/aws module. To use this module, it is recommended to separate node subnets and pod subnets.

Example

module "eks" {
  source  = "terraform-aws-modules/eks/aws"
  version = "18.31.2"
  ...
}

module "eks_init" {
  source  = "rayshoo/eks-init/aws"
  version = "1.0.1"

  profile =  local.profile
  shared_credentials_files = var.shared_credentials_files

  azs = local.azs
  eks_pod_subnet_ids = slice(module.vpc.*_subnets, 0, 3)

  cluster_name      = module.eks.cluster_name
  cluster_endpoint  = module.eks.cluster_endpoint
  cluster_version   = module.eks.cluster_version
  oidc_provider_arn = module.eks.oidc_provider_arn
  fargate_profiles  = module.eks.fargate_profiles

  cluster_ca_certificate = module.eks.cluster_certificate_authority_data
  cluster_primary_security_group_id = module.eks.cluster_primary_security_group_id

  tags = local.tags
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.