Kubernetes operator that manages Praxis proxy instances via the Gateway API.
Note: Supports Gateway API
v1.5.1
make build # build
make test # test
make lint # clippy + fmt check
make container # container imageSee Getting Started for deploying to a Kubernetes cluster.
kubectl apply -f deploy/rbac.yaml
kubectl apply -f deploy/deployment.yaml
kubectl apply -f deploy/gatewayclass.yaml- Getting Started: deploy and route traffic in minutes
- Architecture: how the operator works
- Gateway API Support: feature matrix and conformance status
- Configuration: environment variables, RBAC, resources
- Troubleshooting: common problems and debugging
- Development: building, testing, contributing
- Conventions: coding standards
Issues and pull requests are welcome. Familiarize yourself with the following documentation first:
For larger changes, open a discussion and follow the proposal process.