Git Product home page Git Product logo

k3eks's Introduction

k3eks

EKS Clusters Built with only whats required for fast and secure Kubernetes workloads

Premise

Amazon's EKS is great for handling the Kuberentes control plane & etcd, but it leaves some of the complexity of managing the Kubernetes nodes to the user. Why not incorporate the management of the nodes themsleves back into feature-rich Kubernetes abstractions?

By using the cloud native design of k3os and coupling it with Terraform and ASGs, we can decrease the "state" of our server layer and shift our complexity up to the Kubernetes layer. This essentially makes EKS as turn-key and fully managed as Azure's AKS and Google's GKE.

Design

Image of Architecture

Terraform

TF plan will create ASG comprised of k3os workers that should bootstrap themselves into an EKS cluster

Eventual goal is to have Terraform create the EKS cluster as well for a "single-click" deploy of a Kubernetes stack.

Variables to set You will probably need to define the following TF vars (e.g. terraform.tfvars)

  • aws_ami - AMI for k3os
  • vpc_subnets - subnets that the ASG should deploy to
  • vpc_id - VPC ID
  • aws_profile - Local IAM profile for your ~/.aws/credentials file. Additioanlly you can change this section of the TF plan to just use the default.
  • aws_credentials_file - Path to AWS credentials file. Usually ~/.aws/credentials.

k3eks's People

Contributors

wjimenez5271 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.