Install Kuma

This guide is mostly useful for Universal setup, as for Kubernetes we recommend using kubectl for managing resources. More in Kubernetes quickstart guide.

This is a simple guide on how to install Kuma on your machine.

  1. Go to the Kuma packages page to download and extract the installation archive for your OS, or download and extract the latest release automatically (Linux or macOS):
    curl -L https://kuma.io/installer.sh | VERSION=2.9.0 sh -
    
  2. To finish installation, add Kuma binaries to path:
    export PATH=$(pwd)/kuma-2.9.0/bin:$PATH
    

    This directory contains binaries for kuma-dp, kuma-cp, kumactl, envoy and coredns

If you only need kumactl on macOS you can install it via brew install kumactl.

Next steps