github.com/imran-kn/cilium-fork@v1.6.9/Documentation/gettingstarted/microk8s.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 .. _gs_microk8s: 8 9 ****************************** 10 Getting Started Using MicroK8s 11 ****************************** 12 13 This guide uses `microk8s <https://microk8s.io/>`_ to demonstrate deployment 14 and operation of Cilium in a single-node Kubernetes cluster. To run Cilium 15 inside microk8s, a GNU/Linux distribution with kernel 4.9 or later is 16 required (per the :ref:`admin_system_reqs`). 17 18 Install microk8s 19 ================ 20 21 #. Install ``microk8s`` >= 1.15 as per microk8s documentation: `MicroK8s User 22 guide <https://microk8s.io/docs/>`_. 23 24 #. Enable the microk8s Cilium service 25 26 :: 27 28 microk8s.enable cilium 29 30 #. Cilium is now configured! The ``cilium`` CLI is provided as ``microk8s.cilium``. 31 32 Next steps 33 ========== 34 35 Now that you have a Kubernetes cluster with Cilium up and running, you can take 36 a couple of next steps to explore various capabilities: 37 38 * :ref:`gs_http` 39 * :ref:`gs_dns` 40 * :ref:`gs_cassandra` 41 * :ref:`gs_kafka`