Giter Club home page Giter Club logo

kubero-cli's Introduction

kubero-cli

A CLI for kubero. The simplest PaaS for Kubernetes. The main repository is here. Please use the main repository to open issues.

Installation

Download the latest release here and extract the binary.

Shortcut (MacOS, Linux)

curl -fsSL get.kubero.dev | bash

Brew (MacOS, Linux)

brew tap kubero-dev/kubero
brew install kubero-cli

Supported installer

  • Scaleway
  • Linode
  • Digital Ocean
  • Google GKE
  • Kind (localhost)
  • Vultr (soon)
  • Oracle Cloud OCI/OKE (soon)
  • Exoscale (soon)
  • Swissflow (soon)

Usage

Command map

    kubero
    ├── install                // create kubernetes cluster and install kubero with all required components
    ├── login                  // login to kubero, safe instance to credentials file
    ├── logout                 // logout from kubero, remove instance from credentials file
    ├── instance               // print current kubero instance
    │   ├── create             // create a configuration to a kubero instance
    │   ├── delete             // delete a configuration to a kubero instance
    │   ├── select             // select a kubero instance
    ├── create                 // create a new pipeline and app config
    │   ├── app
    │   └── pipeline
    ├── list                   // list all running pipelines and apps
    ├── up                     // deploy app and pipeline
    │   ├── app
    │   └── pipeline
    ├── down                   // delete app and pipeline
    │   ├── app
    │   └── pipeline
    ├── fetch                  // sync app and pipeline to local config
    │   ├── app
    │   └── pipeline
    ├── config                 // print configurations
    │   ├── addons
    │   ├── buildpacks
    │   └── podsizes
    ├── dashboard              // Open the kubero dashboard
    ├── tunnel                 // Open a tunnel to a natted cluster
    └── help                   // Help about any command   

Environment variables for credentials

Scaleway

export SCALEWAY_ACCESS_TOKEN=xxx
export SCALEWAY_PROJECTID=xxx
export SCALEWAY_ORGANIZATIONID=xxx

Linode

export LINODE_ACCESS_TOKEN=xxx

Digital Ocean

export DIGITALOCEAN_ACCESS_TOKEN=xxx

Google GKE

export GOOGLE_API_KEY=xxx

Development

Create a dev VERSION File

echo "dev" > cmd/kuberoCli/VERSION

kubero-cli's People

Contributors

mms-gianni avatar afonso-pereira avatar donswayo avatar jfmatth avatar dependabot[bot] avatar goreleaserbot 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.