{"id":20410277,"url":"https://github.com/kuadrant/kuadrant-operator","last_synced_at":"2025-04-07T07:06:54.049Z","repository":{"id":37501786,"uuid":"435440409","full_name":"Kuadrant/kuadrant-operator","owner":"Kuadrant","description":"The Operator to install and manage the lifecycle of the Kuadrant components deployments.","archived":false,"fork":false,"pushed_at":"2024-10-29T09:20:14.000Z","size":11854,"stargazers_count":37,"open_issues_count":139,"forks_count":33,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-10-29T11:38:08.388Z","etag":null,"topics":["authentication","authorization","k8s-services","kubernetes","rate-limiting"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kuadrant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-06T09:47:01.000Z","updated_at":"2024-10-29T09:20:19.000Z","dependencies_parsed_at":"2023-12-11T10:28:10.645Z","dependency_job_id":"17d70238-fa2c-4543-8532-297b25816e7d","html_url":"https://github.com/Kuadrant/kuadrant-operator","commit_stats":{"total_commits":654,"total_committers":33,"mean_commits":"19.818181818181817","dds":0.7171253822629969,"last_synced_commit":"ec5351da07ae8d2a1de2fe86ca9a56548a35e42b"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuadrant%2Fkuadrant-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuadrant%2Fkuadrant-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuadrant%2Fkuadrant-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuadrant%2Fkuadrant-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kuadrant","download_url":"https://codeload.github.com/Kuadrant/kuadrant-operator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608151,"owners_count":20965952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","authorization","k8s-services","kubernetes","rate-limiting"],"created_at":"2024-11-15T05:45:18.325Z","updated_at":"2025-04-07T07:06:54.026Z","avatar_url":"https://github.com/Kuadrant.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kuadrant Operator\n\n[![Code Style](https://github.com/Kuadrant/kuadrant-operator/actions/workflows/code-style.yaml/badge.svg)](https://github.com/Kuadrant/kuadrant-operator/actions/workflows/code-style.yaml)\n[![Testing](https://github.com/Kuadrant/kuadrant-operator/actions/workflows/test.yaml/badge.svg)](https://github.com/Kuadrant/kuadrant-operator/actions/workflows/test.yaml)\n[![codecov](https://codecov.io/gh/Kuadrant/kuadrant-operator/branch/main/graph/badge.svg?token=4Z16KPS3HT)](https://codecov.io/gh/Kuadrant/kuadrant-operator)\n[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9242/badge)](https://www.bestpractices.dev/projects/9242)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FKuadrant%2Fkuadrant-operator.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FKuadrant%2Fkuadrant-operator?ref=badge_shield)\n\n## Overview\n\nKuadrant 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 \u0026 authorization, and rate limiting.\n\nYou can find more information on the different aspects of Kuadrant at the documentation links below:\n\n- [Overview](https://docs.kuadrant.io)\n- [Getting Started \u0026 Installation](https://docs.kuadrant.io/dev/getting-started/)\n- [Architecture](https://docs.kuadrant.io/dev/architecture/docs/design/architectural-overview-v1/)\n\n## Contributing\n\nThe [Development guide](doc/overviews/development.md) describes how to build the kuadrant operator and\nhow to test your changes before submitting a patch or opening a PR.\n\nJoin us on the [#kuadrant](https://kubernetes.slack.com/archives/C05J0D0V525) channel in the Kubernetes Slack workspace,\nfor live discussions about the roadmap and more.\n\n## Licensing\n\nThis software is licensed under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).\n\nSee the LICENSE and NOTICE files that should have been provided along with this software for details.\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FKuadrant%2Fkuadrant-operator.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FKuadrant%2Fkuadrant-operator?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuadrant%2Fkuadrant-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuadrant%2Fkuadrant-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuadrant%2Fkuadrant-operator/lists"}