Coder Social home page Coder Social logo

tf-aws-kubernetes's Introduction

tf-aws-kubernetes

This is a PoC for using Terraform to build and deploy a Kubernetes cluster to an AWS VPC.

Currently this is a PoC, and proper security measures are not implemented.

Repeat after me: not for production use

Things you will need

  • An Amazon Web Services account
  • Potentially a few $ (this demo spawns several t2.small / m3.mediums)
  • Terraform

Create a keypair in AWS

Create your tfvars file

$ cp terraform.tfvars.tmpl terraform.tfvars

This file serves as your main config for your AWS keys etc. Use your keypair name here. Also make sure to use your IP CIDR for allowed_network, otherwise you won't be able to connect to the cluster.

Build the cluster

$ terraform apply

Create a tunnel for kubectl

$ $(terraform output create-tunnel)

Check your nodes

$ kubectl get nodes
NAME         LABELS                              STATUS
10.0.0.110   kubernetes.io/hostname=10.0.0.110   Ready
10.0.0.16    kubernetes.io/hostname=10.0.0.16    Ready
10.0.0.52    kubernetes.io/hostname=10.0.0.52    Ready

Open the UI in your browser

$ open $(terraform output ui-url)

SSH into the master

$ ssh core@$(terraform output master-ip)

tf-aws-kubernetes's People

Contributors

chiefy avatar

Watchers

Prakash A 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.