diff --git a/_includes/partner-script.js b/_includes/partner-script.js index e4a5362df0..c1c639b34c 100644 --- a/_includes/partner-script.js +++ b/_includes/partner-script.js @@ -35,6 +35,27 @@ link: 'http://wercker.com/workflows/partners/kubernetes/', blurb: 'Netscaler CPX gives app developers all the features they need to load balance their microservices and containerized apps with Kubernetes.' }, + { + type: 0, + name: 'Cockroach Labs', + logo: 'cockroach_labs', + link: 'https://www.cockroachlabs.com/blog/running-cockroachdb-on-kubernetes/', + blurb: 'CockroachDB is a distributed SQL database whose built-in replication and survivability model pair with Kubernetes to truly make data easy.' + }, + { + type: 0, + name: 'Skippbox', + logo: 'skippbox', + link: 'http://www.skippbox.com/tag/products/', + blurb: 'Creator of Cabin the first mobile application for Kubernetes, and kompose. Skippbox’s solutions distill all the power of k8s in simple easy to use interfaces.' + }, + { + type: 0, + name: 'Weave Works', + logo: 'weave_works', + link: ' https://weave.works/kubernetes', + blurb: 'Weaveworks enables Developers and Dev/Ops teams to easily connect, deploy, secure, manage, and troubleshoot microservices in Kubernetes.' + }, { type: 0, name: 'Wercker', @@ -140,6 +161,20 @@ link: 'https://www.diamanti.com/products/', blurb: 'Diamanti deploys containers with guaranteed performance using Kubernetes in the first hyperconverged appliance purpose built for containerized applications.' }, + { + type: 0, + name: 'Apprenda', + logo: 'apprenda', + link: 'https://apprenda.com/kubernetes-support/', + blurb: 'Apprenda creates and supports modern, enterprise-ready application platforms for both cloud native and traditional application workloads.' + }, + { + type: 0, + name: 'Aporeto', + logo: 'aporeto', + link: 'https://aporeto.com/trireme', + blurb: 'Aporeto makes cloud-native applications secure by default without impacting developer velocity and works at any scale, on any cloud.' + }, { type: 1, name: 'Apprenda', @@ -195,6 +230,13 @@ logo: 'tigera', link: 'http://docs.projectcalico.org/v1.5/getting-started/kubernetes/', blurb: 'Tigera builds high performance, policy driven, cloud native networking solutions for Kubernetes.' + }, + { + type: 1, + name: 'Skippbox', + logo: 'skippbox', + link: 'http://www.skippbox.com/services/', + blurb: 'Skippbox brings its Kubernetes expertise to help companies embrace Kubernetes on their way to digital transformation. Skippbox offers both professional services and expert training.' } ] diff --git a/images/square-logos/aporeto.png b/images/square-logos/aporeto.png new file mode 100644 index 0000000000..94e16c7e2a Binary files /dev/null and b/images/square-logos/aporeto.png differ diff --git a/images/square-logos/cockroach_labs.png b/images/square-logos/cockroach_labs.png new file mode 100644 index 0000000000..85750b1d7f Binary files /dev/null and b/images/square-logos/cockroach_labs.png differ diff --git a/images/square-logos/skippbox.png b/images/square-logos/skippbox.png new file mode 100644 index 0000000000..2ec4fa46e0 Binary files /dev/null and b/images/square-logos/skippbox.png differ diff --git a/images/square-logos/weave_works.png b/images/square-logos/weave_works.png new file mode 100644 index 0000000000..8c05c4ba6d Binary files /dev/null and b/images/square-logos/weave_works.png differ