local k8s deployment using kind
Purpose of this repo is to test differnet kubernetes technologies on a local cluster.
Increase max_user_watches and max_user_instances
echo fs.inotify.max_user_watches=655360 | sudo tee -a /etc/sysctl.conf
echo fs.inotify.max_user_instances=1280 | sudo tee -a /etc/sysctl.conf
sudo sysctl -p