GithubHelp home page GithubHelp logo

goku's Introduction

Goku - Super Saiyan Kubernetes Deployment

Watchs app code to deploy new Docker images to Kubernetes

This tool is still in very early alpha stages

Requirements

  • Minikube + kubectl
  • Helm tiller installed on Kubernetes cluster (helm init)

Example goku.yaml config

All paths to dockerfiles & charts are constructed relative to the goku.yaml location.

See examples/ for further details

charts:
- name: testchart
  path: testchart
  images:
  - name: goku/app1
    # The helm variable to override the Docker image name.
    # this will be replaced with <name:TIMESTAMP> on save and be re-deployed.
    imageValueName: app1image
    path: app1
  - name: goku/app2
    imageValueName: app2image
    path: app2

CLI Usage:

Usage:
  goku [command]
Available Commands:
  config      Checks goku.yaml config structure
  help        Help about any command
  init        Download kubernetes binaries locally
  start       Create a new minikube, enable addons: ingress, helm, heapster
  version     Print the version number of Goku
  watch       Watch goku managed containers for changes and redeploy to Kubernetes via Helm
Flags:
  -h, --help     help for goku
  -t, --toggle   Help message for toggle
Use "goku [command] --help" for more information about a command.

Bugs & TODO

  • BUG: Helm values imageValueName Can't contain period , . - _ characters at the moment.
  • TODO check that kubectl config get-context == 'minikube'`. Not some other production cluster!!!

Disclaimer

You probably should not use this in production!

goku's People

Contributors

timatooth avatar

Stargazers

 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.