Giter VIP home page Giter VIP logo

terraform-playground's Introduction

EC2 Instance Specs

  • Ubuntu bionic 18.04LTS
  • instance storage, we don't care about persisting storage state
  • AMI, ami-0c0933478b3757789

EC2 AMI Lookup

Up to date list of all AWS Ubuntu images.

Use this list to modify the current AMI's if needed.

http://cloud-images.ubuntu.com/locator/ec2/

Kubernetes setup

Kubernetes on AWS
  1. Install kubectl

xcode-select --install brew install kubernetes-cli

  1. Install VirtualBox

https://www.virtualbox.org/wiki/Downloads

  1. Install Minikube

brew cask install minikube this will now be on the terminal path and you can execute minikube

  1. If you already installed the Docker Desktop app you need to run: rm /usr/local/bin/kubectl brew link --overwrite kubernetes-cli This will remove the symlinks to the cli forced in the Docker.app not the installed cli And also optionally: brew link --overwrite --dry-run kubernetes-cli

Minikube Configuration all the minikube configuration is in either ~/.minikube or ~/.kube The main config file can be found here, ~./kube/config

brew install wget wget https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.4.0/aws-iam-authenticator_0.4.0_linux_amd64 rename to aws-iam-authenticator mv /usr/local/bin/aws-iam-authenticator

terraform-playground's People

Contributors

trentmillar avatar

Watchers

 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.