Giter Club home page Giter Club logo

tango's Introduction

Tango is a brand new project and is just starting up. Not everything in this document is implemented yet

Tango

Kubernetes for App Devs

Tango is an opinionated toolchain that helps application developers deploy easily to Kubernetes. Its goals are simple:

  • Configure a Kubernetes cluster with the best technologies for running apps, with one command
  • Build and deploy an application according to best practices, with one command

Tango combines a lot of software from the Kubernetes & cloud native ecosystems and follows best practices for your app. Check out some of these practices and technologies:

Tango was first explained at @arschles's talk at KubeCon North America 2018.

Commands

The tango CLI gives app developers access to their Kubernetes cluster in a really opinionated way. If you're used to using kubectl to access your cluster, tango will probably feel super restrictive to you.

Here are the commands that tango gives you:

tango install

This command sets up a "vanilla" Kubernetes cluster to work with Tango. You only need to run this once per cluster, before you initialize any apps.

tango init

This command initializes an app for Tango. It creates all the files you need in your local repository, and also tells the cluster about your app so that you can deploy it in the future.

tango dev

This command builds your app, deploys one instance of it to the cluster. Then, it:

  • Creates a tunneling proxy to your instance for the port (or ports) that you specify
  • Tails the logs

It's a great command to use for dev and testing.

tango deploy

This command builds and deploys your app to production. It guides you step by step through the deployment process and asks you for confirmation at each step, so you don't accidentally break something ๐Ÿ˜€. As it goes, it follows best practices along the way (immutable docker image tags, metrics, traffic splitting, ...)

tango fork

This command takes your entire app's structure and deploys it to a different tango environment. The application's configurations won't come along with it, though, so you don't accidentally share a database with another tango environment.

tango login

This command logs you into the Tango server. TODO: more on how logins and user creation works.

tango's People

Contributors

arschles avatar

Watchers

James Cloos 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.