2019-03-19 17:48:21 +00:00
---
2020-04-05 13:32:51 +00:00
title: Partner
bigheader: I partner di Kubernetes
abstract: Far crescere l'ecosistema di Kubernetes.
2019-03-19 17:48:21 +00:00
class: gridPage
cid: partners
---
< section id = "users" >
2020-04-05 13:32:51 +00:00
< main class = "main-section" >
< h5 > Kubernetes collabora con i partner per creare per creare un codebase che supporti uno spettro di piattaforme complementari.< / h5 >
2019-11-25 15:41:09 +00:00
< div class = "col-container" >
< div class = "col-nav" >
< center >
< h5 >
2020-04-05 13:32:51 +00:00
< b > Fornitori Certificati di Servizi su Kubernetes< / b >
2019-03-19 17:48:21 +00:00
< / h5 >
2020-05-01 14:28:20 +00:00
< br > Fornitori di servizi riconosciuti e con grande esperienza nell'aiutare le imprese ad adottare con successo Kubernetes.
2019-03-19 17:48:21 +00:00
< br > < br > < br >
2020-04-05 13:32:51 +00:00
< button id = "kcsp" class = "button" onClick = "updateSrc(this.id)" > Guarda i Partners KCSP< / button >
< br > < br > Interessato a diventare un partner < a href = "https://www.cncf.io/certification/kcsp/" > KCSP< / a > ?
2019-03-19 17:48:21 +00:00
< / center >
< / div >
< div class = "col-nav" >
< center >
< h5 >
2020-04-05 13:32:51 +00:00
< b > Distribuzioni di Kubernetes Certificate, Certified Hosted Platforms and Software di installazione Certificati< / b >
2020-05-01 14:28:20 +00:00
< / h5 > La conformità del software assicura che le versioni di Kubernetes prodotte da ogni fornitore supportino coerentemente le API necessarie.
2019-03-19 17:48:21 +00:00
< br > < br > < br >
2020-04-05 13:32:51 +00:00
< button id = "conformance" class = "button" onClick = "updateSrc(this.id)" > Guarda i Partner certificati< / button >
< br > < br > Interessato a diventare un partner < a href = "https://www.cncf.io/certification/software-conformance/" > certificato Kubernetes< / a > ?
2019-03-19 17:48:21 +00:00
< / center >
< / div >
< div class = "col-nav" >
< center >
2020-04-05 13:32:51 +00:00
< h5 > < b > Partner per la Formazione su Kubernetes< / b > < / h5 >
2020-05-01 14:28:20 +00:00
< br > Professionisti riconosciuti e certificati, con solida esperienza nella formazione su tecnologie Cloud Native.
2019-03-19 17:48:21 +00:00
< br > < br > < br > < br >
2020-04-05 13:32:51 +00:00
< button id = "ktp" class = "button" onClick = "updateSrc(this.id)" > Guarda i KTP partner< / button >
< br > < br > Interessato a diventare un partner < a href = "https://www.cncf.io/certification/training/" > KTP< / a > ?
2019-03-19 17:48:21 +00:00
< / center >
< / div >
< / div >
< script src = "https://code.jquery.com/jquery-3.3.1.min.js" integrity = "sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin = "anonymous" > < / script >
< script type = "text/javascript" >
var defaultLink = "https://landscape.cncf.io/category=kubernetes-certified-service-provider&format=card-mode&grouping=category&embed=yes";
var firstLink = "https://landscape.cncf.io/category=certified-kubernetes-distribution,certified-kubernetes-hosted,certified-kubernetes-installer&format=card-mode&grouping=category&embed=yes";
var secondLink = "https://landscape.cncf.io/category=kubernetes-training-partner&format=card-mode&grouping=category&embed=yes";
function updateSrc(buttonId) {
if (buttonId == "kcsp") {
$("#landscape").attr("src",defaultLink);
window.location.hash = "#kcsp";
}
if (buttonId == "conformance") {
$("#landscape").attr("src",firstLink);
window.location.hash = "#conformance";
}
if (buttonId == "ktp") {
$("#landscape").attr("src",secondLink);
window.location.hash = "#ktp";
}
}
// Automatically load the correct iframe based on the URL fragment
document.addEventListener('DOMContentLoaded', function() {
var showContent = "kcsp";
if (window.location.hash) {
console.log('hash is:', window.location.hash.substring(1));
showContent = window.location.hash.substring(1);
}
updateSrc(showContent);
});
< / script >
< body >
< div id = "frameHolder" >
2020-04-05 13:32:51 +00:00
< iframe id = "landscape" title = "Panorama CNCF" frameBorder = "0" scrolling = "no" style = "width: 1px; min-width: 100%" src = "" > < / iframe >
2019-03-19 17:48:21 +00:00
< script src = "https://landscape.cncf.io/iframeResizer.js" > < / script >
< / div >
< / body >
< / main >
< / section >
< style >
{{< include " partner-style . css " > }}
< / style >
< script >
{{< include " partner-script . js " > }}
< / script >