The easiest way to run RoLaGuard is to use a VM with Minikube, with all components preinstalled, and ready to use.
- Download the VM file from here, it's an OVA file, you could import on any hosted hypervisor software (we recommends VirtualBox)
- Import the VM downloaded into your system:
VBoxManage import rolaguard-minikube.ova - Power on the VM imported:
VBoxManage startvm "rolaguard-minikube" --type headless - Access to RoLaGuard from your browser: http://localhost:30003
- To power off your VM, just run:
VBoxManage controlvm "rolaguard-minikube" acpipowerbutton- If it's needed, you could access to your VM:
ssh -p 11122 root@127.0.0.1with password: root- And also, you could see the Kubernetes Dashboard here
To install Minikube and configure RoLaGuard Community Edition on a local Kubernetes cluster follow the instructions for your OS:
Once Minikubes is running and all RoLaGuard conponents are active, to access the RoLaGuard web interface, write this address in you web browser:
http://localhost.rolaguard:30003
To access the system use these credentials:
- user: admin
- password: admin
Please, remember to change the password!!