• Retrieve the state of Kuma and the configured in every environment.
    • On Universal environments, it allows to change the state of Kuma by applying new policies with the kumactl apply [..] command.
    • On Kubernetes it is read-only, because you are supposed to change the state of Kuma by leveraging Kuma's CRDs.
    • kumactl install [..]: provides helpers to install Kuma in Kubernetes, or to configure the PostgreSQL database on Universal.
    • kumactl config [..]: configures the local or remote control-planes that kumactl should talk to. You can have more than one enabled, and the configuration will be stored in .
    • kumactl apply [..]: used to change the state of Kuma. Only available on Universal.
    • kumactl inspect [..]: used to retrieve an augmented state of entities in Kuma.
    • : help dialog that explains the commands available.
    • kumactl version [—detailed]: shows the version of the program.