Code Monkey home page Code Monkey logo

terraform-aws-eks-load-balancer-controller's Introduction

LoadBalancer Policy

Image registries

AWS Load Balancer Chart

cluster_name = "eks-cluster" irsa_role_name = "ClusterAutoscalerIRSA" role_policies = { arn1 } create_namespace = false namespace = "kube-system" serviceaccount = "cluster-autoscaler-sa" chart_repo = "https://kubernetes.github.io/autoscaler" chart_name = "cluster-autoscaler" release_name = "cluster-autoscaler" chart_version = "9.29.1"

set = [ { name = "autoDiscovery.clusterName" value = "eks-cluster" }, { name = "awsRegion" value = "ap-northeast-1" }, { name = "rbac.serviceAccount.name" value = "cluster-autoscaler-sa" } ]

create policy

cluster_name   = "eks-cluster"
irsa_role_name = "AWSLoadBalancerControllerRole"
create_policy  = true

# iam_policy_arn    = "arn:aws:iam::391178969547:policy/AWS-LoadBalancer-Controller-Policy" 

namespace = {
  create_new = false,
  name       = "kube-system"
}

serviceaccount = {
  create_new = true,
  name       = "aws-lb-controller-sa"
}

provide existing policy arn

cluster_name   = "eks-cluster"
irsa_role_name = "AWSLoadBalancerControllerRole"
create_policy  = false

# Provide policy arn of aws managed or manually create policy for aws load balancer controller
iam_policy_arn    = "arn:aws:iam::391178969547:policy/AWS-LoadBalancer-Controller-Policy" 

namespace = {
  create_new = false,
  name       = "kube-system"
}

serviceaccount = {
  create_new = true,
  name       = "aws-lb-controller-sa"
}
with_deep_merge_yaml = {
  "append_list" = false
  "deep_copy_list" = false
  "id" = "09f4588d17b25f1300f8f38de43654e2742c0c5d"
  "input" = tolist([
    <<-EOT
    "clusterName": "eks-cluster"
    "region": "ap-northeast-1"
    "serviceAccount":
      "create": false
      "name": "cluster-autoscaler-sa"
    "vpcId": "vpc-0925410d256a3ab11"
    
    EOT,
  ])
  "output" = <<-EOT
  clusterName: eks-cluster
  region: ap-northeast-1
  serviceAccount:
    create: false
    name: cluster-autoscaler-sa
  vpcId: vpc-0925410d256a3ab11
  
  EOT
}

without_deep_merge_yaml = <<EOT
"clusterName": "eks-cluster"
"region": "ap-northeast-1"
"serviceAccount":
  "create": false
  "name": "cluster-autoscaler-sa"
"vpcId": "vpc-0925410d256a3ab11"

EOT

Last time: success

cluster_name   = "eks-cluster"
irsa_role_name = "AWSLoadBalancerControllerRole"
create_policy  = true
policy_name    = "aws-lbc-policy"

# Provide policy arn of aws managed or manually create policy for aws load balancer controller
# iam_policy_arn    = "arn:aws:iam::391178969547:policy/AWS-LoadBalancer-Controller-Policy" 

create_namespace = false
namespace        = "kube-system"
serviceaccount   = "cluster-autoscaler-sa"

chart_repo    = "https://aws.github.io/eks-charts"
chart_name    = "aws-load-balancer-controller"
release_name  = "aws-load-balancer-controller"
chart_version = "1.5.5"

terraform-aws-eks-load-balancer-controller's People

Contributors

shamimice03 avatar

Watchers

 avatar  avatar

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.