Coder Social home page Coder Social logo

sugarkube's Introduction

Sugarkube

Sugarkube is an orchestrator that lets you create ephemeral Kubernetes clusters. With only a few commands you can launch and configure a Kubernetes cluster, install all your applications into it and create any required infrastructure. This lets you spin up and tear down clusters on-demand which is incredibly powerful. Sugarkube lets you automate the creation of Kubernetes clusters 100%. That includes setting up your cloud accounts (e.g. creating S3 buckets, encryption keys, DNS, etc.) and tearing it all down when you're done.

For more information see the complete documentation.

sugarkube's People

Contributors

boosh avatar dependabot[bot] avatar kolba avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

sugarkube's Issues

Support required to pass maps to a kapp

I have a scenario where I need to pass a list of tags from sugarkube configuration to a kapp that wraps some terraform. The variable does not pass correctly as it appears to always be passed as a string.

I tried defining a variable like so:

vars:
tags: {}

which should be an empty map...

Example terraform variable definition:

variable "tags" {
type = "map"
description = "Tags to apply"
}

Example Makefile:

override tf-params += -var tags=$(TAGS)

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.