38 lines
911 B
HTML
38 lines
911 B
HTML
---
|
|
title: Partners
|
|
---
|
|
|
|
<!Doctype html>
|
|
<html id="partners" class="gridPage">
|
|
{% include head-header.html %}
|
|
|
|
<section id="hero" class="light-text">
|
|
<h1>Kubernetes Partners</h1>
|
|
<h5>Growing the Kubernetes ecosystem.</h5>
|
|
<!--<h5></h5>-->
|
|
</section>
|
|
|
|
<section id="users">
|
|
<main>
|
|
<h5>We are working with a broad group of partners who contribute to the Kubernetes core codebase, making it stronger and richer. There partners create a vibrant Kubernetes ecosystem supporting a spectrum of complementing platforms, from open source solutions to market-leading technologies.</h5>
|
|
<h3>Technology Partners</h3>
|
|
<div id="isvContainer"></div>
|
|
<h3>Services Partners</h3>
|
|
<div id="servContainer"></div>
|
|
</main>
|
|
</section>
|
|
|
|
{% include footer.html %}
|
|
{% include case-study-styles.html %}
|
|
|
|
<style>
|
|
{% include partner-style.css %}
|
|
</style>
|
|
|
|
<script>
|
|
{% include partner-script.js %}
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|