This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# We will create a VM with Debian, and inside it execute Minikube with driver=none | |
# This way we avoid using Minikube's VM on Windows or Macos, that has a custom kernel | |
# You need to install VirtualBox and Vagrant on your host machine before you continue | |
# This works for latest versions on 2021-10-22. It doesn't work using Win+WSL2 | |
# Use the following repository to download Vagrant boxes definition | |
git clone https://github.com/sysdiglabs/falco-workshop.git | |
# Use box4 that includes Docker, Kubectl, Minikube and many other tools | |
cd box4 | |
vagrant box update |
OlderNewer