Git Product home page Git Product logo

aws-eks's Introduction

Deploy EKS Cluster and "default" components

This repository contains the necessary elements to deploy an AWS EKS cluster via Terraform Cloud.

NOTE

The provided work-frame is not production ready and is designed for a development environment. It can be a good start for reaching a production environment

Components

Requirements

Name Version
kubernetes 1.11.1

Providers

Name Version
aws 4.4.0

Modules

Name Source Version
eks terraform-aws-modules/eks/aws n/a
grafana ./modules/grafana n/a
haproxy-external ./modules/haproxy-external n/a
karpenter ./modules/karpenter n/a
karpenter_irsa terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks n/a
prometheus ./modules/prometheus n/a
vpc terraform-aws-modules/vpc/aws n/a
vpc_cni_irsa terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks n/a

Resources

Name Type
aws_iam_instance_profile.karpenter resource
aws_eks_cluster.eks-cluster data source
aws_eks_cluster_auth.eks-auth data source

Inputs

Name Description Type Default Required
eks-cluster-name EKS Cluster Name string "eks-dev" no
eks-cluster-version EKS Cluster Version string "1.21" no
environment VPC Environment Tag string "dev" no
vpc-azs VPC Availability Zones list(string)
[
"us-east-2a",
"us-east-2b",
"us-east-2c"
]
no
vpc-cidr AWS VPC CIRDs string "192.168.0.0/16" no
vpc-enable-dns-hostnames Enable DNS for resolving VM's hostnames bool true no
vpc-name AWS VPC Name string "vpc-dev" no
vpc-public-subnets VPC public subnets list(string)
[
"192.168.0.0/18",
"192.168.64.0/18",
"192.168.128.0/18"
]
no

Outputs

Name Description
eks-endpoint n/a
eks-name n/a
karpenter-arn n/a

aws-eks's People

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.