Cilium

To use Airlock Microgateway in your Kubernetes cluster with Cilium, follow this guide to deploy the Airlock Microgateway Operator and its resources.

Deploy Airlock Microgateway

  1. Install Cilium according to the documentation (Cilium) Documentation.
  2. The Helm value cni.exclusive must be false for the Microgateway CNI plugin to work correctly.

    Currently we do not support the kube-proxy replacement.

  3. Depending on which Kubernetes distribution you are using, complete the instructions in the corresponding installation guide:
  4. Test Cilium. Use the Cilium CLI tool to verify connectivity.
  5. copy
    cilium connectivity test
  6. Cilium CNI forwards the traffic and is visible using Hubble, and Airlock Microgateway should be up and running.

Prerequisites

  • To use Airlock Microgateway, a valid license is required. Airlock Microgateway is available in a Premium and a free Community edition. To request and configure/change a license, see the article Licensing and license-dependent behavior.
  • Cilium has been deployed as described in their documentation (Cilium) Documentation.