Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

wizardbyron/k8s-multipass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-multipass

Create & destroy a small Kubernetes cluster via Multipass.

Prerequisites

  • PC with Internet connection, enough memory and disk space. (Seriously!!!)
  • Multipass

Usage

  1. Clone this repo.
  2. Execute ./k8sctl [create <version>|start|stop|restart|destroy] to create/start/stop/restart/destroy the cluster which has 1 control plane and 2 nodes by default.
  3. (Option)You can excute ./k8sctl check to check all nodes and pods are ready.
  4. (Option)You can excute ./k8sctl status to check cluster status.
  5. You can login the control plane node by ./k8sctl login. Or multipass shell with instance name like k8s-control-plane,k8s-node-1.

LICENSE

LICENSE

About

Setup a Kubernetes cluster with Multipass.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages