github.com/imran-kn/cilium-fork@v1.6.9/Documentation/gettingstarted/gsg_requirements.rst (about) 1 If you haven't read the :ref:`intro` yet, we'd encourage you to do that first. 2 3 The best way to get help if you get stuck is to ask a question on the `Cilium 4 Slack channel <https://cilium.herokuapp.com>`_. With Cilium contributors 5 across the globe, there is almost always someone available to help. 6 7 Setup Cilium 8 ============ 9 10 If you have not set up Cilium yet, pick any installation method as described in 11 section :ref:`gs_install` to set up Cilium for your Kubernetes environment. If 12 in doubt, pick :ref:`gs_minikube` as the simplest way to set up a Kubernetes 13 cluster with Cilium: 14 15 .. parsed-literal:: 16 17 minikube start --network-plugin=cni --memory=4096 18 minikube ssh -- sudo mount bpffs -t bpf /sys/fs/bpf 19 kubectl create -f \ |SCM_WEB|\/install/kubernetes/quick-install.yaml 20