docandrew / multipass-rke2

Virtualized environment for network security on RKE2 nodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multipass RKE2

Generates a virtualized network for running RKE2 on multipass nodes with additional nodes that can be used for passive traffic sniffing. This is a work in progress.

Prerequisites

You'll need multipass and lxd. Your machine will need to be set up with the correct boot options for virtualization.

On Ubuntu:

sudo snap install lxd
sudo lxd init

# go through lxd setup for your system.

sudo snap install multipass
sudo snap connect multipass:lxd lxd
sudo multipass set local.driver=lxd

Troubleshooting

Restarting the multipass daemon may help if there are issues.

sudo snap restart multipass.multipassd

About

Virtualized environment for network security on RKE2 nodes


Languages

Language:Shell 100.0%