-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98d8d37
commit 7c098c8
Showing
6 changed files
with
457 additions
and
31 deletions.
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 |
---|---|---|
@@ -0,0 +1,173 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport"> | ||
|
||
<title>Kuadrant Accepted as Cloud Native Computing Foundation (CNCF) Sandbox Project</title> | ||
<meta content="" name="description"> | ||
<meta content="" name="keywords"> | ||
|
||
<!-- Favicons --> | ||
<link href="/static/img/favicon.png" rel="icon"> | ||
<link href="/static/img/apple-touch-icon.png" rel="apple-touch-icon"> | ||
|
||
<!-- Google Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> | ||
|
||
<!-- Vendor CSS Files --> | ||
<link href="/static/vendor/aos/aos.css" rel="stylesheet"> | ||
<link href="/static/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="/static/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> | ||
<link href="/static/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="/static/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> | ||
<link href="/static/vendor/remixicon/remixicon.css" rel="stylesheet"> | ||
<link href="/static/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> | ||
|
||
<!-- Template Main CSS File --> | ||
<link href="/static/css/style.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- ======= Header ======= --> | ||
<header id="header" class="fixed-top "> | ||
<div class="container d-flex align-items-center"> | ||
|
||
<!-- <h1 class="logo me-auto"><a href="index.html">Kuadrant</a></h1> --> | ||
<!-- Uncomment below if you prefer to use an image logo --> | ||
<a href="/" class="logo me-auto"><img src="/static/img/kuadrant_logo_horizontal_reverse_rgb_600px.png" alt="" class="img-fluid"></a> | ||
|
||
<nav id="navbar" class="navbar"> | ||
<ul> | ||
<li><a class="nav-link " href="/"><i class="bx bx-home"></i> Home</a></li> | ||
|
||
<li> | ||
<a class="nav-link " href="/blog/"><i class="bx bx-notepad"></i> Blog</a> | ||
</li> | ||
<li> | ||
<a class="nav-link " href="/community/"><i class="bx bx-user-circle"></i> Community</a> | ||
</li> | ||
<li> | ||
<a class="nav-link " href="/contributing/"><i class="bx bx-user-plus"></i> Contributing</a> | ||
</li> | ||
<li><a class="nav-link btn-get-started" href="https://docs.kuadrant.io"><i class="bx bx-book"></i> Documentation</a></li> | ||
<li><a class="nav-link btn-get-started" href="https://github.com/Kuadrant/"><i class="bx bxl-github"></i> GitHub</a></li> | ||
</ul> | ||
<i class="bi bi-list mobile-nav-toggle"></i> | ||
</nav><!-- .navbar --> | ||
|
||
</div> | ||
</header><!-- End Header --> | ||
|
||
<main id="main" class="other-page"> | ||
|
||
|
||
<div class="container"> | ||
<h1>Kuadrant Accepted as Cloud Native Computing Foundation (CNCF) Sandbox Project</h1> | ||
<h4> | ||
<ul class="post-metadata"> | ||
<li>By: David Martin | <time datetime="2024-08-02">02 August 2024</time></li> | ||
</ul> | ||
</h4> | ||
<p>As of June 2024, Kuadrant has been <a href="https://github.com/cncf/sandbox/issues/80">accepted</a> as a <a href="https://www.cncf.io/projects/kuadrant/">sandbox project</a> in the CNCF.<br> | ||
The <a href="https://www.cncf.io/sandbox-projects/">CNCF Sandbox</a> is the entry point for early-stage projects.<br> | ||
This is a significant move towards building the Kuadrant community and aligns well with how existing CNCF and open source projects are used in Kuadrant.</p> | ||
<p>Kuadrant is a set of Kubernetes-native controllers, services and APIs that provide gateway policies for existing <a href="https://gateway-api.sigs.k8s.io/">Gateway API</a> providers on both single and multi-cluster environments. It builds on top of Kubernetes Gateway API and technologies such as Istio and Envoy to introduce provider-agnostic Gateway Policies for Kubernetes.</p> | ||
<p>The project provides the ability to connect ingress gateways upwards with Cloud DNS and Load Balancing providers, to set policies inwards with TLS and advanced (L7) service protection such as Auth and Rate limiting and to propagate desired gateway configurations downwards across multi-cluster environments.</p> | ||
<p>A high level introduction to the project is available through a short video published on the project's <a href="https://www.youtube.com/watch?v=euWAMvQojP4">YouTube channel</a>.</p> | ||
<p>Since the Kuadrant project began, there have been <a href="https://github.com/Kuadrant/kuadrant-operator/releases">numerous releases</a>, with the most recent release of 0.9.0 being finalised.</p> | ||
<p>We are always looking for ways to extend the community and help people to contribute.<br> | ||
To find out more about how to help:</p> | ||
<ul> | ||
<li>Check out the <a href="https://docs.kuadrant.io">documentation</a>.</li> | ||
<li>Explore the Kuadrant <a href="https://github.com/kuadrant/">repositories</a>.</li> | ||
<li>Engage with the <a href="https://kuadrant.io/community/">community</a>.</li> | ||
<li>Follow the <a href="https://github.com/cncf/toc/issues/1372">onboarding process</a> as we complete the transition to CNCF and evolve <a href="https://github.com/Kuadrant/governance">Kuadrant governance</a>.</li> | ||
</ul> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
</main><!-- End #main --> | ||
|
||
<!-- ======= Footer ======= --> | ||
<footer id="footer"> | ||
|
||
<div class="footer-top"> | ||
<div class="container"> | ||
<div class="row"> | ||
|
||
<div class="col-lg-4 col-md-6 footer-contact"> | ||
<p> | ||
<a href="https://www.cncf.io/sandbox-projects/"><img src="/static/img/cncf-color.png" class="logo" alt="CNCF logo"></a> | ||
</p> | ||
<p> | ||
We are a Cloud Native Computing Foundation sandbox project. | ||
</p> | ||
</div> | ||
|
||
<div class="col-lg-4 col-md-6 footer-links"> | ||
<h4>Useful Links</h4> | ||
<ul> | ||
|
||
<li> | ||
<i class="bx bx-chevron-right"></i> <a href="/blog/">Blog</a> | ||
</li> | ||
<li> | ||
<i class="bx bx-chevron-right"></i> <a href="/community/">Community</a> | ||
</li> | ||
<li> | ||
<i class="bx bx-chevron-right"></i> <a href="/contributing/">Contributing</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="col-lg-4 col-md-6 footer-links"> | ||
<h4>Our Social Networks</h4> | ||
<div class="social-links mt-3"> | ||
<a href="https://groups.google.com/g/kuadrant" class="envelope"><i class="bx bx-envelope"></i></a> | ||
<a href="https://github.com/Kuadrant/" class="github"><i class="bx bxl-github"></i></a> | ||
<a href="https://twitter.com/kuadrantio" class="twitter"><i class="bx bxl-twitter"></i></a> | ||
<a href="https://www.youtube.com/channel/UCCZ0ByQA06jn9aB7YFL1Z6w" class="youtube"><i class="bx bxl-youtube"></i></a> | ||
<a href="https://stackoverflow.com/questions/tagged/kuadrant+authorino+limitador" class="stack-overflow"><i class="bx bxl-stack-overflow"></i></a> | ||
<a href="https://kubernetes.slack.com/archives/C05J0D0V525" class="slack"><i class="bx bxl-slack"></i></a> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container footer-bottom clearfix"> | ||
<div class="copyright"> | ||
<p>Copyright <strong><span>The Kuadrant Contributors</span></strong>.</p> | ||
<p>The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see <a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a></p> | ||
<p>Kuadrant was originally created by <a href="https://www.redhat.com">Red Hat</a></p> | ||
</div> | ||
|
||
</div> | ||
</footer><!-- End Footer --> | ||
|
||
<div id="preloader"></div> | ||
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> | ||
|
||
<!-- Vendor JS Files --> | ||
<script src="/static/vendor/aos/aos.js"></script> | ||
<script src="/static/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="/static/vendor/glightbox/js/glightbox.min.js"></script> | ||
<script src="/static/vendor/isotope-layout/isotope.pkgd.min.js"></script> | ||
<script src="/static/vendor/swiper/swiper-bundle.min.js"></script> | ||
<script src="/static/vendor/waypoints/noframework.waypoints.js"></script> | ||
<script src="/static/vendor/php-email-form/validate.js"></script> | ||
|
||
<!-- Template Main JS File --> | ||
<script src="/static/js/main.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
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 |
---|---|---|
@@ -0,0 +1,166 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport"> | ||
|
||
<title>Blog</title> | ||
<meta content="" name="description"> | ||
<meta content="" name="keywords"> | ||
|
||
<!-- Favicons --> | ||
<link href="/static/img/favicon.png" rel="icon"> | ||
<link href="/static/img/apple-touch-icon.png" rel="apple-touch-icon"> | ||
|
||
<!-- Google Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> | ||
|
||
<!-- Vendor CSS Files --> | ||
<link href="/static/vendor/aos/aos.css" rel="stylesheet"> | ||
<link href="/static/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="/static/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> | ||
<link href="/static/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="/static/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> | ||
<link href="/static/vendor/remixicon/remixicon.css" rel="stylesheet"> | ||
<link href="/static/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> | ||
|
||
<!-- Template Main CSS File --> | ||
<link href="/static/css/style.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- ======= Header ======= --> | ||
<header id="header" class="fixed-top "> | ||
<div class="container d-flex align-items-center"> | ||
|
||
<!-- <h1 class="logo me-auto"><a href="index.html">Kuadrant</a></h1> --> | ||
<!-- Uncomment below if you prefer to use an image logo --> | ||
<a href="/" class="logo me-auto"><img src="/static/img/kuadrant_logo_horizontal_reverse_rgb_600px.png" alt="" class="img-fluid"></a> | ||
|
||
<nav id="navbar" class="navbar"> | ||
<ul> | ||
<li><a class="nav-link " href="/"><i class="bx bx-home"></i> Home</a></li> | ||
|
||
<li> | ||
<a class="nav-link active" href="/blog/"><i class="bx bx-notepad"></i> Blog</a> | ||
</li> | ||
<li> | ||
<a class="nav-link " href="/community/"><i class="bx bx-user-circle"></i> Community</a> | ||
</li> | ||
<li> | ||
<a class="nav-link " href="/contributing/"><i class="bx bx-user-plus"></i> Contributing</a> | ||
</li> | ||
<li><a class="nav-link btn-get-started" href="https://docs.kuadrant.io"><i class="bx bx-book"></i> Documentation</a></li> | ||
<li><a class="nav-link btn-get-started" href="https://github.com/Kuadrant/"><i class="bx bxl-github"></i> GitHub</a></li> | ||
</ul> | ||
<i class="bi bi-list mobile-nav-toggle"></i> | ||
</nav><!-- .navbar --> | ||
|
||
</div> | ||
</header><!-- End Header --> | ||
|
||
<main id="main" class="other-page"> | ||
|
||
|
||
<div class="container"> | ||
|
||
|
||
|
||
|
||
<h3>2024</h3> | ||
<ul reversed class="postlist"> | ||
|
||
<li class="postlist-item"> | ||
<a href="/blog/cncf-sandbox/" class="postlist-link">Kuadrant Accepted as Cloud Native Computing Foundation (CNCF) Sandbox Project</a> | ||
<time class="postlist-date" datetime="2024-08-02">August 2024</time> | ||
</li> | ||
|
||
</ul> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
</main><!-- End #main --> | ||
|
||
<!-- ======= Footer ======= --> | ||
<footer id="footer"> | ||
|
||
<div class="footer-top"> | ||
<div class="container"> | ||
<div class="row"> | ||
|
||
<div class="col-lg-4 col-md-6 footer-contact"> | ||
<p> | ||
<a href="https://www.cncf.io/sandbox-projects/"><img src="/static/img/cncf-color.png" class="logo" alt="CNCF logo"></a> | ||
</p> | ||
<p> | ||
We are a Cloud Native Computing Foundation sandbox project. | ||
</p> | ||
</div> | ||
|
||
<div class="col-lg-4 col-md-6 footer-links"> | ||
<h4>Useful Links</h4> | ||
<ul> | ||
|
||
<li> | ||
<i class="bx bx-chevron-right"></i> <a href="/blog/">Blog</a> | ||
</li> | ||
<li> | ||
<i class="bx bx-chevron-right"></i> <a href="/community/">Community</a> | ||
</li> | ||
<li> | ||
<i class="bx bx-chevron-right"></i> <a href="/contributing/">Contributing</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="col-lg-4 col-md-6 footer-links"> | ||
<h4>Our Social Networks</h4> | ||
<div class="social-links mt-3"> | ||
<a href="https://groups.google.com/g/kuadrant" class="envelope"><i class="bx bx-envelope"></i></a> | ||
<a href="https://github.com/Kuadrant/" class="github"><i class="bx bxl-github"></i></a> | ||
<a href="https://twitter.com/kuadrantio" class="twitter"><i class="bx bxl-twitter"></i></a> | ||
<a href="https://www.youtube.com/channel/UCCZ0ByQA06jn9aB7YFL1Z6w" class="youtube"><i class="bx bxl-youtube"></i></a> | ||
<a href="https://stackoverflow.com/questions/tagged/kuadrant+authorino+limitador" class="stack-overflow"><i class="bx bxl-stack-overflow"></i></a> | ||
<a href="https://kubernetes.slack.com/archives/C05J0D0V525" class="slack"><i class="bx bxl-slack"></i></a> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container footer-bottom clearfix"> | ||
<div class="copyright"> | ||
<p>Copyright <strong><span>The Kuadrant Contributors</span></strong>.</p> | ||
<p>The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see <a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a></p> | ||
<p>Kuadrant was originally created by <a href="https://www.redhat.com">Red Hat</a></p> | ||
</div> | ||
|
||
</div> | ||
</footer><!-- End Footer --> | ||
|
||
<div id="preloader"></div> | ||
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> | ||
|
||
<!-- Vendor JS Files --> | ||
<script src="/static/vendor/aos/aos.js"></script> | ||
<script src="/static/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="/static/vendor/glightbox/js/glightbox.min.js"></script> | ||
<script src="/static/vendor/isotope-layout/isotope.pkgd.min.js"></script> | ||
<script src="/static/vendor/swiper/swiper-bundle.min.js"></script> | ||
<script src="/static/vendor/waypoints/noframework.waypoints.js"></script> | ||
<script src="/static/vendor/php-email-form/validate.js"></script> | ||
|
||
<!-- Template Main JS File --> | ||
<script src="/static/js/main.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
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.