Kuadrant configuration command line utility
Use go install
to install the latest version of the library. This command will install the kuadrantctl
binary executable in $GOBIN
(defaulting to $GOPATH/bin
).
go install github.com/kuadrant/kuadrantctl@latest
- Install Kuadrant
- Uninstall Kuadrant
- Generate Istio virtualservice objects
- Generate Istio authenticationpolicy objects
- Generate kuadrat authconfig objects
- Generate Gateway API HTTPRoute objects
The Development guide describes how to build the kuadrantctl CLI and how to test your changes before submitting a patch or opening a PR.
This software is licensed under the Apache 2.0 license.
See the LICENSE and NOTICE files that should have been provided along with this software for details.