Skip to content

ADD: support infrastructure #73

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

Merged
merged 2 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,55 @@ tags: index-page # Note: This adds a custom class to layout.njk
</div>
</section><!-- End Features Section -->

<!-- ======= Support Infrastructure Section ======= -->
<section id="features" class="features section-bg about light">
<div class="container">

<div class="section-title">
<h2>Support Infrastructure</h2>
<p>Kuadrant puts in the effort of integrating with different resrouces, so you can don't have too.</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>There is a number of supported platforms</p>
<ul class="list-group">
<li class="list-group-item"><span class="icon"><i class="bx bx-check-circle bx-xs"></i></span> Kubernetes Native</li>
<li class="list-group-item"><span class="icon"><i class="bx bx-check-circle bx-xs"></i></span> OpenShift</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>There is a number of supported gateways</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>There is a number of supported 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> AWS Route 53</li>
<li class="list-group-item"><span class="icon"><i class="bx bx-check-circle bx-xs"></i></span> Google Cloud DNS</li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- Supported Infrastructure Section -->

<!-- ======= Components Section ======= -->
<section id="components" class="components">
Expand Down
Loading