GithubHelp home page GithubHelp logo

isabella232 / kismatic-provision Goto Github PK

View Code? Open in Web Editor NEW

This project forked from austinlparker/kismatic-provision

0.0 0.0 0.0 50.77 MB

Quickly make demo & development Kubernetes environments with Kismatic

License: Apache License 2.0

Shell 0.46% Go 98.59% Makefile 0.95%

kismatic-provision's Introduction

kismatic-provision

CircleCI

Overview

Quickly build Kubernetes development, test and demo clusters on AWS, Packet.net and Vagrant (other provisioners coming!).

Download

The provisioner is included with KET. If you want to download the provisioner separately:

Download latest executable (OSX)

wget -O provision https://kismatic-installer.s3-accelerate.amazonaws.com/latest-darwin/provision
chmod +x provision

Download latest executable (Linux)

curl -O -L https://kismatic-installer.s3-accelerate.amazonaws.com/latest/provision
chmod +x provision

AWS Quick Start

Set environment variables

  • AWS_ACCESS_KEY_ID: Your AWS access key, required for all operations
  • AWS_SECRET_ACCESS_KEY: Your AWS secret key, required for all operations

Create Minikube-style cluster

Create infrastructure for a minikube (single machine instance) along with a kismatic "plan" file. The -f flag forces the creation of a new VPC with wide open security.

./provision aws create-minikube -f

Quick Start Guides

Documentation

For more detailed documentation, see the /docs directory.

Current limitations

  1. AWS is imited to us-east-1 region. (Packet has no such restriction)
  2. CentOS support requires a "subscription" to the AMI on the Amazon Marketplace. If you try to build CentOS nodes without first having clicked through the EULA, you will receive an error with a URL you will need to visit on AWS. This happens once per account.
  3. Master nodes are not properly load balanced.
  4. The first Worker node is called out as an Ingress node in generated plan files. You can remove this if you don't have a need for Ingress.

kismatic-provision's People

Contributors

alexbrand avatar dkoshkin avatar dragoonis avatar sashajeltuhin 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.