github.com/imran-kn/cilium-fork@v1.6.9/Documentation/gettingstarted/k8s-install-default.rst (about) 1 .. only:: not (epub or latex or html) 2 3 WARNING: You are looking at unreleased Cilium documentation. 4 Please use the official rendered version released here: 5 http://docs.cilium.io 6 7 .. _k8s_quick_install: 8 9 ****************** 10 Quick Installation 11 ****************** 12 13 This guides takes you through the quick installation procedure. The default 14 settings will store all required state using Kubernetes custom resource 15 definitions (CRDs). This is the simplest installation method as it only depends 16 on Kubernetes and does not require additional external dependencies. It is a 17 good option for environments up to about 250 nodes. For bigger environments or 18 for environments which want to leverage the clustermesh functionality, a 19 kvstore set up is required which can be set up using an 20 :ref:`k8s_install_etcd` or using the :ref:`k8s_install_etcd_operator`. 21 22 Should you encounter any issues during the installation, please refer to the 23 :ref:`troubleshooting_k8s` section and / or seek help on the `Slack channel`. 24 25 Please consult the Kubernetes :ref:`k8s_requirements` for information on how 26 you need to configure your Kubernetes cluster to operate with Cilium. 27 28 29 Install Cilium 30 ============== 31 32 .. parsed-literal:: 33 34 kubectl create -f \ |SCM_WEB|\/install/kubernetes/quick-install.yaml 35 36 .. include:: k8s-install-validate.rst