GithubHelp home page GithubHelp logo

bsteciuk / kismatic Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 157.0 5.01 MB

Kismatic Enterprise Toolkit: Fully-Automated, Production-Grade Kubernetes Operations

Home Page: https://apprenda.com/kismatic

License: Apache License 2.0

Makefile 1.11% Python 2.30% Shell 5.22% Go 91.37%

kismatic's Introduction

Build Status

Kismatic Enterprise Toolkit (KET): Design, Deployment and Operations System for Production Kubernetes Clusters

Join our mailing list for updates on new releases: https://groups.google.com/forum/#!forum/kismatic-users

Join Slack to chat in real-time with the maintainers and community users of KET: https://kismatic.slack.com/signup

KET

KET is a set of tools for creating enterprise-tuned Kubernetes clusters. KET was built to make it simple for organizations who fully manage their own infrastructure to deploy and run secure, highly-available Kubernetes installations with built-in sane defaults for networking, circuit-breaking, cluster health-checking and much more!

The KET tools include:

  1. Kismatic CLI
    • Command-line control plane and lifecycle tool for installing and configuring Kubernetes on provisioned infrastructure.
  2. Kismatic Inspector
    • Cluster health and validation utility for assuring that software and network configurations of cluster nodes are correct when installing Kubernetes.
  3. Kuberang
    • Cluster build verification to ensure networking and scaling work as intended. This tool is used to smoke-test a newly built cluster.
  4. Kismatic RPM & DEB Packages
    • Packages for installing Kubernetes and its dependencies, focused on specific roles in an HA cluster.
    • With these packages installed on a local repo, it is possible to use Kismatic to install Kubernetes on nodes that do not have access to the public internet.

Dependencies

Dependency Current version
Kubernetes 1.4.5
Docker 1.11.2
Calico 1.6
Etcd (for Kubernetes) 3.0.13
Etcd (for Calico) 2.37

Download latest install tarball (OSX)

Download latest install tarball (Linux)

Dangerously Basic Installation Instructions

Use the kismatic install command to work through installation of a cluster. The installer expects the underlying infrastructure to be accessible via SSH using Public Key Authentication.

The installation consists of three phases:

  1. Plan: kismatic install plan
    1. The installer will ask basic questions about the intent of your cluster.
    2. The installer will produce a kismatic-cluster.yaml which you will edit to capture your intent.
  2. Provision
    1. You provision your own machines (can also happen before the Plan phase)
    2. You tweak your network
    3. Review the installation plan in kismatic-cluster.yaml and add information for each node.
  3. Install: kismatic install apply
    1. The installer checks your provisioned infrastructure against your intent.
    2. If the installation plan is valid, Kismatic will build you a cluster.
    3. After installation, Kismatic performs a basic test of scaling and networking on the cluster

###Using your cluster

KET automatically configures and deploys Kubernetes Dashboard in your new cluster. Open the link provided at the end of the installation in your browser to use it. This link will be in the form of https://%load_balanced_fqdn%:6443/ui, using %load_balanced_fqdn%(from your kismatic-cluster.yaml file). You will also be prompted for credentials: use admin for the User Name and %admin_password% (from your kismatic-cluster.yaml file) for the Password.

The installer also generates a kubeconfig file required for kubectl, just follow the instructions provided at the end of the installation to use it.

Usage Documentation

What you can build with Kismatic -- Useful examples for various ways you can use Kismatic in your organization.

Plan & Install a Kubernetes cluster -- Overview and details for each phase of the KET installation lifecycle.

Using KET with linkerd -- Instructions on how to use KET with linkerd in 1 command.

Using KET with Calico -- Instructions on how to use KET with the built-in SDN controller Project Calico.

Cert Generation -- Information on how KET handles certificates.

Kismatic CLI -- Dynamically generated Cobra documentation for the Kismatic CLI.

Roadmap -- Insight into the near-term features roadmap for the next few releases of KET.

Development Documentation

How to Build KET

How to Contribute to KET

Running Integration Tests

KET Code of Conduct

KET Release Process

kismatic's People

Contributors

adleong avatar alexbrand avatar dkoshkin avatar dutronlabs avatar josephjacks avatar tetsujinoni avatar

Watchers

 avatar  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.