Skip to content

Scripts for setting up a local kind cluster with Cilium as its CNI

Notifications You must be signed in to change notification settings

georgenicoll/kind-cilium

Repository files navigation

Kind cluster with Cillium

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.

Pre-requisites

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

Scripts

Just run:

XX.create-cilium-cluster.sh

or follow the numbers:

./01.get-cluster-config.sh
./02.create-cluster.sh
...

Get rid

XX.delete-cluster.sh

This leaves cilium cli but ho, hum.

About

Scripts for setting up a local kind cluster with Cilium as its CNI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages