GithubHelp home page GithubHelp logo

mm-balogun / ksctl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ksctl/ksctl

0.0 0.0 0.0 2.65 MB

A Simple Multi-Environment Kubernetes management CLI tool

Home Page: https://kubesimplify.github.io/ksctl/

License: Apache License 2.0

Shell 2.48% Go 89.26% PowerShell 4.27% Makefile 1.37% Dockerfile 2.62%

ksctl's Introduction

ksctl

A Kubernetes Distribution that can create clusters as well as high-availability clusters locally as well as on cloud platforms

Prerequisites

  • Docker installed (if using docker container to run the CLI and for Local clusters)

Supported Platforms

Platform Status
Linux ✔️
macOS ✔️
Windows ✔️

Project Scope

Many cloud providers offer their flavor of Kubernetes. Each provider has its unique CLI tool which is used to create and manage clusters on that particular cloud. When working in a multi-cloud environment, it can get difficult to create and manage so many clusters. ksctl is a single CLI tool that can interact with a multitude of cloud providers, making it easy for you to manage multi-cloud clusters, with just a single CLI tool. Currently, we support Civo and Local clusters.

You can also use ksctl to create clusters locally using docker.

Contribution Guidelines

Please refer to our contribution guide if you wish to contribute to the project 😄

Software Requirement Specification Docs

Google Doc Link

Demo Screenshot

Setup CLI

Linux

Install

make install_linux

macOS

Install

# macOS on M1
make install_macos

# macOS on INTEL
make install_macos_intel

Uninstall

make uninstall

Windows

Install

./install.ps1

Uninstall

./uninstall.ps1

Usage

Please refer to the usage guide to know how you can use ksctl

RoadMap

Legends


DONE -> GREEN

NOT STARTED -> RED

NO PLANS -> BLACK

BACKLOG -> BLUE


flowchart LR;
  classDef green color:#022e1f,fill:#00f500;
  classDef red color:#022e1f,fill:#f11111;
  classDef white color:#022e1f,fill:#fff;
  classDef black color:#fff,fill:#000;
  classDef blue color:#fff,fill:#00f;

  XX[CLI]:::white--providers-->web{API};
  web:::white--CIVO-->civo{Types};
  civo:::blue--managed-->civom[Create & Delete]:::green;
  civo--HA-->civoha[Create & Delete]:::blue;

  web--LOCAL-->local{Types};
  local:::green--managed-->localm[Create & Delete]:::green;
  local--HA-->localha[Create & Delete]:::black;

  web--EKS-->aws{Types};
  aws:::red--managed-->awsm[Create & Delete]:::red;
  aws--HA-->awsha[Create & Delete]:::red;

Loading

ksctl's People

Contributors

dipankardas011 avatar siddhant-khisty avatar kranurag7 avatar jonathino2590 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.