The steps required to create a kind cluster running cilium + hubble.
For full instructions see the Cillium Quick Installation,
and specifically, the kind
tab for setting up the cluster and the generic
tab for installing cillium.
If installing a lot of docker processes, it may be necessary to increase inotify user limits...
In /etc/sysctl.conf
:
fs.inotify.max_user_watches = 524288
fs.inotify.max_user_instances = 512
and:
reboot now
Just run:
XX.create-cilium-cluster.sh
or follow the numbers:
./01.get-cluster-config.sh
./02.create-cluster.sh
...
XX.delete-cluster.sh
This leaves cilium cli but ho, hum.