快速开始
Get Aeraki up and running in less than 5 minutes!
请参照下面的步骤来安装、运行和测试 Aeraki:
从 github 下载 Aeraki。
git clone https://github.com/aeraki-mesh/aeraki.git
安装 Aeraki, Istio 和 demo 应用。
make demo
请注意: Aeraki 要求启用 Istio DNS 代理. 如果你在一个正在运行的 Istio 部署上安装 Aeraki,请确保打开了 Istio DNS 代理功能;你可以直接使用
make demo
命令来在一个全新的 K8s 集群上从头安装 Aeraki 和 Istio,make demo
会对 Istio 进行正确的配置。安装 aerakictl
aerakictl 脚本工具封装了一些常用的 debug 命令,我们将在后续的教程中使用这些命令来查看应用程序和代理的信息。
git clone https://github.com/aeraki-mesh/aerakictl.git ~/aerakictl;source ~/aerakictl/aerakictl.sh
在浏览器中打开下面的网页,来查看 Aeraki 部署的应用程序和上报的请求指标数据。
了解更多?
点击下面的链接,了解更多 Aeraki 的相关功能:
最后修改 January 13, 2022: tutorial: local rate limit (6a15d5a)