Quickstart

Get Aeraki up and running in less than 5 minutes!

Follow these instructions to install, run, and test Aeraki:

  1. Download Aeraki from the github.

    1. git clone https://github.com/aeraki-mesh/aeraki.git
  2. Install Istio, Aeraki and demo applications.

    1. make demo

    Note: Aeraki requires to enable Istio DNS proxying. Please turn on DNS proxying if you are installing Aeraki with an existing Istio deployment, or you can use make demo command to install Aeraki and Istio from scratch, make demo will take care of the Istio configuration.

  3. Open the following URLs in your browser to play with Aeraki and view service metrics

What’s next?

Learn about more ways to configure and use Aeraki from the following pages:

Last modified May 23, 2022: 增加 v1.1 文档目录 (431bf1a)