kumactl

CLI utility for managing Kuma service mesh control plane

brewmacoslinux
Try with needOr install directly
Source

About

Kuma control plane command-line utility

Commands

kumactl

Examples

Install Kuma control plane in Kubernetes cluster$ kumactl install control-plane | kubectl apply -f -
Get list of dataplanes in the mesh$ kumactl get dataplanes
Apply a traffic policy to the mesh$ kumactl apply -f traffic-policy.yaml