-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.njk
More file actions
247 lines (214 loc) · 14.7 KB
/
Copy pathindex.njk
File metadata and controls
247 lines (214 loc) · 14.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
---
layout: layout.njk
tags: index-page # Note: This adds a custom class to layout.njk
---
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-flex flex-column justify-content-center pt-4 pt-lg-0 order-2 order-lg-1" data-aos="fade-up" data-aos-delay="200">
<h1>Application Connectivity Policies for Gateway API</h1>
<h2> Kuadrant extends Gateway API to add a connectivity management API that makes it easy for platform engineers and application developers to collaborate, define and enforce a full connectivity solution.
</h2>
<div class="d-flex justify-content-center justify-content-lg-start">
<a href="https://docs.kuadrant.io/latest/getting-started-single-cluster/" class="btn-get-started">Get Started</a>
<a href="https://kubernetes.slack.com/archives/C05J0D0V525" class="btn-slack"><img class="slack-icon" src="/static/img/slack.png"> Chat on Slack</a>
<a href="https://youtu.be/euWAMvQojP4" class="glightbox btn-watch-video"><i class="bi bi-play-circle"></i><span>Watch Video</span></a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="zoom-in" data-aos-delay="200">
<img src="/static/img/hero-img.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<!-- ======= Features Section ======= -->
<section id="features" class="features section-bg about light">
<div class="container">
<div class="section-title">
<h2>Feature Overview</h2>
<p>Leveraging the emerging ingress and connectivity standard <a href="https://gateway-api.sigs.k8s.io/">Gateway API </a>, Kuadrant's features enable and empower cluster operators and application developers to work collaboratively to connect, secure, protect and observe their service endpoints.</p>
</div>
<div class="row">
<div class="col-xl-3 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<div class="icon"><i class="bx bx-globe"></i></div>
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/dns/">Connect: DNSPolicy</a></h4>
<p>Bring traffic to your Gateway(s). Balance and distribute traffic across your different gateway instances, leveraging advanced DNS strategies such as geo and weighted responses without needing to manage individual records. Integrate with multiple cloud DNS Providers including AWS Route 53 and Google Cloud DNS</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><i class="bx bx-lock"></i></div>
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/tls/">Secure: TLSPolicy</a></h4>
<p>Automatically secure traffic to your Gateways with automatic ACME-based TLS integration that supports all of the main ACME providers, including Let's Encrypt</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-shield"></i></div>
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth/">Protect: AuthPolicy</a></h4>
<p>Protect your services with our flexible and powerful <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth/">AuthPolicy API</a> that integrates Authentication and Authorization at the Gateway or HTTPRoute level.</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-shield"></i></div>
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/rate-limiting/">Protect: RateLimitPolicy</a></h4>
<p>Protect your services with our flexible and powerful <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/rate-limiting/">RateLimitPolicy</a> that integrates rate limiting at the Gateway or HTTPRoute level.</p>
</div>
</div>
</div>
<br><br>
</div>
</section><!-- End Features Section -->
<!-- ======= Kaudrant Inegrates with Section ======= -->
<section id="features" class="features section-bg about light">
<div class="container">
<div class="section-title">
<h2>Kuadrant Integrations</h2>
<p>Kuadrant integrates seamlessly with various resources, so you don't have to.</p>
</div>
<div class="row">
<div class="col-xl-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><i class="bx bx-buildings"></i></div>
<h4>Platforms</h4>
<p>Kuadrant supports multiple platforms:</p>
<ul class="list-group">
<li class="list-group-item"><span class="icon"><i class="bx bx-check-circle bx-xs"></i></span> <a href="https://kubernetes.io">Kubernetes</a></li>
<li class="list-group-item"><span class="icon"><i class="bx bx-check-circle bx-xs"></i></span> <a href="https://www.redhat.com/en/technologies/cloud-computing/openshift">OpenShift</a></li>
</ul>
</div>
</div>
<div class="col-xl-4 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-globe"></i></div>
<h4>Gateway Providers</h4>
<p>Kuadrant supports multiple <a href="https://gateway-api.sigs.k8s.io/">Gateway API</a> providers</p>
<ul class="list-group">
<li class="list-group-item"><span class="icon"><i class="bx bx-check-circle bx-xs"></i></span> <a href="https://istio.io">Istio</a></li>
<li class="list-group-item"><span class="icon"><i class="bx bx-check-circle bx-xs"></i></span> <a href="https://gateway.envoyproxy.io/">Envoy Gateway</a></li>
</ul>
</div>
</div>
<div class="col-xl-4 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-world"></i></div>
<h4>DNS Providers</h4>
<p>Kuadrant supports multiple DNS providers</p>
<ul class="list-group">
<li class="list-group-item"><span class="icon"><i class="bx bx-check-circle bx-xs"></i></span> <a href="https://aws.amazon.com/route53/">AWS Route 53</a></li>
<li class="list-group-item"><span class="icon"><i class="bx bx-check-circle bx-xs"></i></span> <a href="https://cloud.google.com/dns">Google Cloud DNS</a></li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- Kuadrant Integrates with Section -->
<!-- ======= Components Section ======= -->
<section id="components" class="components">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Components</h2>
<p>Below are some of the main components that come as part of Kuadrant. For a more detail, take a look at our <a href="https://docs.kuadrant.io/latest/architecture/docs/design/architectural-overview-v1/">Architectural Overview</a></p>
</div>
<div class="row">
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="400">
<div class="icon-box">
<div class="icon"><i class="bx bx-cog"></i></div>
<h4><a href="https://github.com/Kuadrant/kuadrant-operator">Kuadrant Operator</a></h4>
<p>Operator to install and manage the lifecycle of the Kuadrant components deployments. Provides the core Kuadrant policy APIs that are enforced by the Kuadrant components. </p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-transfer"></i></div>
<h4><a href="https://github.com/Kuadrant/dns-operator">DNS Operator</a></h4>
<p>The DNS Operator integrates with cloud DNS providers to configure DNS connectivity based on DNS Record resources defined by DNSPolicy.</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<div class="icon"><i class="bx bx-key"></i></div>
<h4><a href="https://github.com/Kuadrant/authorino">Authorino</a></h4>
<p>Authorino is lightweight Envoy external authorization server fully manageable via Kubernetes Custom Resources. Kuadrant's AuthPolicy defines how Auth requirements should be enforced by Authorino via its AuthConfig API that provides JWT authentication, API key, mTLS, pattern-matching authz, OPA, K8s SA tokens, K8s RBAC, external metadata fetching, and more, with minimum to no coding at all, no rebuilding of your applications.
</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><i class="bx bx-sort-down"></i></div>
<h4><a href="https://github.com/Kuadrant/limitador">Limitador</a></h4>
<p>Limitador is a generic rate-limiter written in Rust. Limits are defined by Kuadrant's RateLimitPolicy and enforced by Lmitador. Limitador can be used as a library, or as a service. The service exposes HTTP endpoints to apply and observe limits. Limitador can be used with Envoy because it also exposes a gRPC service, on a different port, that implements the Envoy Rate Limit protocol (v3).</p>
</div>
</div>
</div>
</section><!-- End Components Section -->
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container" data-aos="zoom-in">
<div class="row">
<div class="col-lg-9 text-center text-lg-start">
<h3>Getting Started</h3>
<p> Ready to simplify your API management and boost your application's security and observability? Dive into Kuadrant's comprehensive documentation, installation guides, and tutorials to get started today. Experience the benefits of streamlined API gateway management right away!</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="https://docs.kuadrant.io/latest/getting-started-single-cluster/">Getting Started</a>
</div>
</div>
</div>
</section>
<!-- End Cta Section -->
<!-- ======= Frequently Asked Questions Section ======= -->
<section id="faq" class="faq section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
</div>
<div class="faq-list">
<ul>
<li data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" class="collapse" data-bs-target="#faq-list-1">What is Kuadrant and why should I use it? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-1" class="collapse show" data-bs-parent=".faq-list">
<p>
Kuadrant is an open-source project designed to provide a unified and simplified interface for managing multiple API gateways. It offers a wide range of features such as multi-cluster ingress, robust access management, advanced security controls, and in-depth observability, making it an excellent choice for application developers and gateway administrators alike.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" class="collapse" data-bs-target="#faq-list-2">How does Kuadrant handle security? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-2" class="collapse" data-bs-parent=".faq-list">
<p>
Kuadrant offers several features that are aimed at providing a secure API management environment. It includes authentication, authorization, rate limiting, and quota management, among others. Its design adheres to best security practices, ensuring that your APIs are protected.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" class="collapse" data-bs-target="#faq-list-3">How do I get started with Kuadrant? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-3" class="collapse" data-bs-parent=".faq-list">
<p>
Getting started with Kuadrant is straightforward. You can find all the necessary information on the Kuadrant Documentation <a href="https://docs.kuadrant.io/latest/getting-started-single-cluster/">Getting Started page</a>, including detailed documentation and setup guides. For further assistance, you can also join the Kuadrant community where you'll find helpful resources and support.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="400">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" class="collapse" data-bs-target="#faq-list-4">Can I integrate Kuadrant with my existing applications and infrastructure? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-4" class="collapse" data-bs-parent=".faq-list">
<p>
Yes, Kuadrant is designed to be flexible and can be integrated into your existing application stack. It supports a range of popular infrastructure and platforms, making it a versatile choice for API management.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="500">
<i class="bx bx-help-circle icon-help"></i> <a data-bs-toggle="collapse" class="collapse" data-bs-target="#faq-list-5">Is Kuadrant suitable for large-scale applications? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-5" class="collapse" data-bs-parent=".faq-list">
<p>
Absolutely. Kuadrant is designed to handle the demands of both small and large-scale applications. Its features such as multi-cluster ingress management, scalability, and advanced observability make it a suitable choice for managing APIs at any scale.
</p>
</div>
</li>
</ul>
</div>
</div>
</section><!-- End Frequently Asked Questions Section -->