https://github.com/kuadrant/kuadrant-operator
The Operator to install and manage the lifecycle of the Kuadrant components deployments.
https://github.com/kuadrant/kuadrant-operator
authentication authorization k8s-services kubernetes rate-limiting
Last synced: about 1 year ago
JSON representation
The Operator to install and manage the lifecycle of the Kuadrant components deployments.
- Host: GitHub
- URL: https://github.com/kuadrant/kuadrant-operator
- Owner: Kuadrant
- License: apache-2.0
- Created: 2021-12-06T09:47:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:20:14.000Z (over 1 year ago)
- Last Synced: 2024-10-29T11:38:08.388Z (over 1 year ago)
- Topics: authentication, authorization, k8s-services, kubernetes, rate-limiting
- Language: Go
- Homepage:
- Size: 11.3 MB
- Stars: 37
- Watchers: 10
- Forks: 33
- Open Issues: 139
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Kuadrant Operator
[](https://github.com/Kuadrant/kuadrant-operator/actions/workflows/code-style.yaml)
[](https://github.com/Kuadrant/kuadrant-operator/actions/workflows/test.yaml)
[](https://codecov.io/gh/Kuadrant/kuadrant-operator)
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://www.bestpractices.dev/projects/9242)
[](https://app.fossa.com/projects/git%2Bgithub.com%2FKuadrant%2Fkuadrant-operator?ref=badge_shield)
## Overview
Kuadrant leverages [Gateway API](https://gateway-api.sigs.k8s.io/) and [Policy Attachment](https://gateway-api.sigs.k8s.io/geps/gep-2648/) to enhance gateway providers like [Istio](https://istio.io/latest/docs/tasks/traffic-management/ingress/gateway-api/) and [Envoy Gateway](https://gateway.envoyproxy.io/) with additional features via Policies. Those features include TLS, DNS, application authentication & authorization, and rate limiting.
You can find more information on the different aspects of Kuadrant at the documentation links below:
- [Overview](https://docs.kuadrant.io)
- [Getting Started & Installation](https://docs.kuadrant.io/dev/getting-started/)
- [Architecture](https://docs.kuadrant.io/dev/architecture/docs/design/architectural-overview-v1/)
## Contributing
The [Development guide](doc/overviews/development.md) describes how to build the kuadrant operator and
how to test your changes before submitting a patch or opening a PR.
Join us on the [#kuadrant](https://kubernetes.slack.com/archives/C05J0D0V525) channel in the Kubernetes Slack workspace,
for live discussions about the roadmap and more.
## Licensing
This software is licensed under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).
See the LICENSE and NOTICE files that should have been provided along with this software for details.
[](https://app.fossa.com/projects/git%2Bgithub.com%2FKuadrant%2Fkuadrant-operator?ref=badge_large)