Repository of helper scripts and configs for Kubernetes testing and development on Linux.
The tooling is geared towards using KVM / virsh as the virtualization mechanism.
The script assumes an enviroment with the following VMs/domains:
- master1
- worker1
- worker2
- worker3
$ ./lab.sh start
$ ./lab.sh stop
$ ./lab.sh status
$ ./lab.sh get-nodes
$ ./lab.sh exec ls -lah
$ ./lab.sh list-snapshots
$ ./lab.sh create-snapshots initial_snapshot
$ ./lab.sh restore-snapshots initial_snapshot
$ ./lab.sh delete-snapshots initial_snapshot
$ ./lab.sh ping
# ./lab.sh bash-completion > /etc/bash_completion.d/lab