Giter VIP home page Giter VIP logo

tk8's Introduction

Logo

TK8: A multi-cloud, multi-cluster Kubernetes platform installation and integration tool with HA support!

TK8 is a CLI written in Golang to deploy the upstream Vanilla Kubernetes fully automated using Terraform, Kubespray and Ansible on any environment. We'll provide kubeadm support as soon kubeadm HA support is available.

With TK8 you can also install additional add-ons such as a Jmeter Cluster for load testing, Prometheus for monitoring, Jaeger, Linkerd or Zippkin for tracing, Ambassador API Gateway with Envoy for ingress and load balancing, Istio for service mesh support , Jenkins-X for CI/CD and Helm or Kedge for packaging on Kubernetes.

This release supports the Kubernetes installation on AWS and OpenStack / Bare-Metal with HA capabilities.

N.B: MS Azure and GCP support will be added in the very near future.

Installation

Building from source

go get -u github.com/kubernauts/tk8

Docker image

docker pull kubernautslabs/tk8

Usage

You can either use the cli to install a supported addon in an existing Kubernetes cluster or to provision and install Kubernetes on the supported platforms. The basic usage instructions are as below:

Usage:
  tk8 [command]

Available Commands:
  addon       Install kubernetes addon packages
  cluster     Used to create kubernetes cluster on cloud infrastructures
  help        Help about any command

Flags:
      --config string   uses the config.yaml
  -h, --help            help for tk8
  -t, --toggle          Help message for toggle

Use "tk8 [command] --help" for more information about a command.

Install a supported addon in an existing Kubernetes cluster

Using installed binary

Usage:
  tk8 addon [flags]

Flags:
  -m, --heapster   Deploy Heapster
  -h, --help       help for addon
  -l, --ltaas      Deploy Load Testing As A Service
  -p, --prom       Deploy prometheus

Global Flags:
      --config string   Path to the config.yaml

Using Docker image

docker run -it --name tk8 -v ~/.kube/config:/root/.kube/config kubernautslabs/tk8 tk8 addon [flags]

Provision and install Kubernetes on the supported platforms

Using installed binary

Usage:
  tk8 cluster [flags]
  tk8 cluster [command]

Available Commands:
  aws         Manages the infrastructure on AWS
  baremetal   Manages the infrastructure on Baremetal
  init        Initialise kubespray repository
  openstack   Manages the infrastructure on Openstack

Flags:
  -h, --help   help for cluster

Global Flags:
      --config string   Path to the config.yaml

Use "tk8 cluster [command] --help" for more information about a command.

Specific platform instructions can be found in the official documentation or in docs

Using Docker image

docker run -it --name tk8 -v ~/.ssh/id_rsa:/root/.ssh/id_rsa kubernautslabs/tk8 cluster [flags] [command]

tk8's People

Contributors

muellermh avatar arush-sal avatar arashkaffamanesh avatar infinitydon avatar surajnarwade avatar anoopl avatar gitbook-bot avatar nikita-mk 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.