Skip to content

manuelsaks/quick-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Info

The script creates Ubuntu LTS machine using Multipass and installs RKE2 with Rancher on a single virtual machine.

It takes about 5-10 minutes.

Linux

  1. Install Multipass and make sure it's working (download: multipass.run/install).
  2. To get help run:
    bash linux/run.sh -h 
    
  3. To try it out run:
    bash linux/run.sh
    

Windows

  1. Make sure that you have running and correctly configured Hyper-V.
  2. Install Multipass and choose Hyper-V as provider (download: multipass.run/install).
  3. To get help run:
    powershell windows\hyperv_run.ps1 -h
    
  4. To try it out run:
    powershell windows\hyperv_run.ps1
    

Removal

  • To permanently delete a specific instance:

    multipass delete <instance-name> --purge
    
  • To permanently delete all instances:

    multipass delete --all --purge
    

About

RKE2 + Rancher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published