-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintenance/docs #294
Merged
Merged
Maintenance/docs #294
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
542bc79
Update development guide for website
Boomatang 32fba2e
Update Readme
Boomatang 7223c4a
Update jwt and k8s RBAC guide for wedsite
Boomatang f127683
Update Authenticated rate limitinh for application developers guide
Boomatang 07ae96f
Fix merge issue
Boomatang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,27 +7,6 @@ | |
|
||
The Operator to install and manage the lifecycle of the [Kuadrant](https://github.com/Kuadrant/) components deployments. | ||
|
||
<!--ts--> | ||
- [Overview](#overview) | ||
- [Architecture](#architecture) | ||
- [Kuadrant components](#kuadrant-components) | ||
- [Provided APIs](#provided-apis) | ||
- [Getting started](#getting-started) | ||
- [Pre-requisites](#pre-requisites) | ||
- [Installing Kuadrant](#installing-kuadrant) | ||
- [1. Install the Kuadrant Operator](#1-install-the-kuadrant-operator) | ||
- [2. Request a Kuadrant instance](#2-request-a-kuadrant-instance) | ||
- [Protect your service](#protect-your-service) | ||
- [If you are an *API Provider*](#if-you-are-an-api-provider) | ||
- [If you are a *Cluster Operator*](#if-you-are-a-cluster-operator) | ||
- [User guides](#user-guides) | ||
- [Kuadrant Rate Limiting](#kuadrant-rate-limiting) | ||
- [Documentation](#documentation) | ||
- [Contributing](#contributing) | ||
- [Licensing](#licensing) | ||
|
||
<!--te--> | ||
|
||
## Overview | ||
|
||
Kuadrant is a re-architecture of API Management using Cloud Native concepts and separating the components to be less coupled, | ||
|
@@ -75,7 +54,7 @@ Additionally, Kuadrant provides the following CRDs | |
|--------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|-------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------| | ||
| [Kuadrant CRD](https://github.com/Kuadrant/kuadrant-operator/blob/main/api/v1beta1/kuadrant_types.go) | [Kuadrant Operator](https://github.com/Kuadrant/kuadrant-operator) | Represents an instance of kuadrant | [Kuadrant CR](https://github.com/Kuadrant/kuadrant-operator/blob/main/config/samples/kuadrant_v1beta1_kuadrant.yaml) | | ||
| [Limitador CRD](https://github.com/Kuadrant/limitador-operator/blob/main/api/v1alpha1/limitador_types.go) | [Limitador Operator](https://github.com/Kuadrant/limitador-operator) | Represents an instance of Limitador | [Limitador CR](https://github.com/Kuadrant/limitador-operator/blob/main/config/samples/limitador_v1alpha1_limitador.yaml) | | ||
| [Authorino CRD](https://github.com/Kuadrant/authorino-operator#the-authorino-custom-resource-definition-crd) | [Authorino Operator](https://github.com/Kuadrant/authorino-operator) | Represents an instance of Authorino | [Authorino CR](https://github.com/Kuadrant/authorino-operator/blob/main/config/samples/authorino-operator_v1beta1_authorino.yaml) | | ||
| [Authorino CRD](https://docs.kuadrant.io/authorino-operator/#the-authorino-custom-resource-definition-crd) | [Authorino Operator](https://github.com/Kuadrant/authorino-operator) | Represents an instance of Authorino | [Authorino CR](https://github.com/Kuadrant/authorino-operator/blob/main/config/samples/authorino-operator_v1beta1_authorino.yaml) | | ||
|
||
<img alt="Kuadrant Architecture" src="doc/images/kuadrant-architecture.svg" /> | ||
|
||
|
@@ -146,15 +125,23 @@ EOF | |
|
||
* Deploy the service/API to be protected ("Upstream") | ||
* Expose the service/API using the kubernetes Gateway API, ie | ||
<<<<<<< HEAD | ||
[HTTPRoute](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.HTTPRoute) object. | ||
======= | ||
[HTTPRoute](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io%2fv1alpha2.HTTPRoute) object. | ||
>>>>>>> 689f000 (Update Readme) | ||
* Write and apply the Kuadrant's [RateLimitPolicy](doc/rate-limiting.md) and/or | ||
[AuthPolicy](doc/auth.md) custom resources targeting the HTTPRoute resource | ||
to have your API protected. | ||
|
||
#### If you are a *Cluster Operator* | ||
|
||
* (Optionally) deploy istio ingress gateway using the | ||
<<<<<<< HEAD | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👀 |
||
[Gateway](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.Gateway) resource. | ||
======= | ||
[Gateway](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io%2fv1alpha2.Gateway) resource. | ||
>>>>>>> 689f000 (Update Readme) | ||
* Write and apply the Kuadrant's [RateLimitPolicy](doc/rate-limiting.md) and/or | ||
[AuthPolicy](doc/auth.md) custom resources targeting the Gateway resource | ||
to have your gateway traffic protected. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀