Giter VIP home page Giter VIP logo

m-aws-kubernetes-service's Introduction

m-aws-kubernetes-service

Epiphany Module: AWS Kubernetes Service

Prepare AWS access key

Have a look here.

Build image

In main directory run:

make build

Run module

cd examples/basic_flow
AWS_ACCESS_KEY="access key id" AWS_SECRET_KEY="access key secret" make all

Or use config file with credentials:

cd examples/basic_flow
cat >awsks.mk <<'EOF'
AWS_ACCESS_KEY ?= "access key id"
AWS_SECRET_KEY ?= "access key secret"
EOF
make all

Destroy EKS cluster

cd examples/basic_flow
make -k destroy

Release module

make release

or if you want to set different version number:

make release VERSION=number_of_your_choice

Notes

  • The cluster autoscaler major and minor versions must match your cluster. For example if you are running a 1.16 EKS cluster set version to v1.16.5. For more details check documentation

Module dependencies

Component Version Repo/Website License
Terraform 0.13.2 https://www.terraform.io/ Mozilla Public License 2.0
Terraform AWS provider 3.7.0 https://github.com/terraform-providers/terraform-provider-aws Mozilla Public License 2.0
Terraform Kubernetes provider 1.13.2 https://github.com/hashicorp/terraform-provider-kubernetes Mozilla Public License 2.0
Terraform Helm Provider 1.3.1 https://github.com/hashicorp/terraform-provider-helm Mozilla Public License 2.0
Terraform AWS EKS module 12.2.0 https://github.com/terraform-aws-modules/terraform-aws-eks Apache License 2.0
Terraform AWS IAM module 2.21.0 https://github.com/terraform-aws-modules/terraform-aws-iam/tree/master/modules/iam-assumable-role-with-oidc Apache License 2.0
Make 4.3 https://www.gnu.org/software/make/ GNU General Public License
yq 3.3.4 https://github.com/mikefarah/yq/ MIT License

m-aws-kubernetes-service's People

Contributors

atsikham avatar mkyc avatar sk4zuzu avatar

Watchers

James Cloos 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.