Giter Site home page Giter Site logo

dmolik / bflo-kube-tf Goto Github PK

View Code? Open in Web Editor NEW
4.0 6.0 1.0 94 KB

Buffalo Kubernetes/CNCF Meetup, Kube Cluster

License: MIT License

Shell 21.27% HCL 75.17% Makefile 3.56%
kubernetes kubeadm terraform aws packer artisanal alpine letsencrypt external-dns oidc

bflo-kube-tf's Introduction

Buffalo CNCF Terraform Files

Go from Zero to Hero in about 5 minutes. The whole concept is to go from nothing to a secure multi-tenant kubernetes in as short amount of time as possible. The driving factor is to provide safe and vanilla sandbo for members.

Deployment

Deployment is real easy but you will need a few things:

You are probably covered if you're running MacOS or a Linux distribution.

  • A working shell - IE: bash, zsh, or tsh; this is used for data gathering and provisioning.
  • ssh client - the ssh command is used as part of the data gathering and provisioning steps.
  • Terraform, you can download it Here.
  • Packer, you can get it Here
  • Some sort of make, perhaps GNUMake.

The next step is to create an AWS api key. Under Services -> IAM -> Users -> Security Credentials -> Access Keys

Now the grand reveal; to create your kubeadm kubernetes cluster you need to run:

make

That's it, enjoy!

To only run the terraform run:

make terraform

To build the AMIs, run:

make packer

To get the make file to stop asking for API keys run something like this:

export AWS_ACCESS_KEY_ID=<aws access key>
export AWS_SECRET_ACCESS_KEY=<aws secret>
export AWS_DEFAULT_REGION=<region name>

Resources used

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.