このページは、まだ日本語ではご利用いただけません。翻訳中です。
旧バージョンのドキュメントを参照しています。 最新のドキュメントはこちらをご参照ください。
Install kumactl
This how-to guide explains how to install kumactl
in your environment.
kumactl
is a CLI tool that you can use to access Kong Mesh. It can do the following:
- Perform read-only operations on Kong Mesh resources on Kubernetes.
- Read and create resources in Kong Mesh in Universal mode.
The kumactl
binary is a client to the Kong Mesh HTTP API.
Download Kong Mesh:
Make sure you have tar and gzip installed.
Add the kumactl
executable to your path:
cd kong-mesh-2.2.9/bin
export PATH=$(pwd):$PATH
Next steps
After you’ve installed kumactl
, you can deploy Kong Mesh in standalone or multi-zone mode in either Kubernetes or Universal.