Coder Social home page Coder Social logo

multik3s's Introduction

multik3s

A command-line tool that makes k3s easier to use with multipass.

Work in progress, see help for usage.

Requirements:

Once the requirements are installed, just clone this repository somewhere on your computer and add an alias to multik3s script, such as below:

alias multik3s='bash /PATH/TO/REPOSITORY/src/multik3s.sh

To start a K3s cluster with multipass, just type:

multik3s init

if succeed and after a moment all nodes should be available, to check their statuses:

multik3s kubectl top node

This has created a default cluster with specification from cluster template.

To interract with your cluster, you can grab the k8s configuration file under ~/.multik3s/cluster_default_k3s.yaml or use the exec feature:

multik3s kubectl get pod
multik3s exec kubectl get pod
multik3s exec helm delete --purge release

Content of this CLI code is grandly inspired from:

multik3s's People

Contributors

kevinleturc avatar

Watchers

 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.