Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.09 KB

microk8s.rst

File metadata and controls

41 lines (28 loc) · 1.09 KB
.. only:: not (epub or latex or html)

    WARNING: You are looking at unreleased Cilium documentation.
    Please use the official rendered version released here:
    http://docs.cilium.io

Getting Started Using MicroK8s

This guide uses microk8s to demonstrate deployment and operation of Cilium in a single-node Kubernetes cluster. To run Cilium inside microk8s, a GNU/Linux distribution with kernel 4.9 or later is required (per the :ref:`admin_system_reqs`).

Install microk8s

  1. Install microk8s >= 1.15 as per microk8s documentation: MicroK8s User guide.

  2. Enable the microk8s Cilium service

    microk8s.enable cilium
    
  3. Cilium is now configured! The cilium CLI is provided as microk8s.cilium.

Next steps

Now that you have a Kubernetes cluster with Cilium up and running, you can take a couple of next steps to explore various capabilities: