Add a docs page that links to commercial offerings (#2150)

* Add a docs page that links to commercial offerings

* Add a PFS placeholder

* Add wording on PFS from Jurgen

* Fix bot comments, add link for Jurgen.

* Add Doug's IBM bit

* Add Google and Openshift

* Drop empty section

* Move the vendor options up a level

* Stick with knative offerings everywhere
This commit is contained in:
Matt Moore 2020-02-04 09:07:30 -08:00 committed by GitHub
parent 822fadbc6e
commit 19518d7978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
docs/knative-offerings.md Normal file
View File

@ -0,0 +1,24 @@
---
title: "Knative Offerings"
linkTitle: "Knative Offerings"
weight: 15
type: "docs"
---
Knative has a rich community with many vendors participating, and many of those
vendors offer commercial Knative products. Please check with each of these
vendors for what is or is not supported.
<!-- TODO: Talk about criteria for inclusion here? a la Conformance -->
Here is a list of commercial Knative products (alphabetically):
- [Google Cloud Run for Anthos](https://cloud.google.com/run/docs/gke/setup): extend Google Kubernetes Engine with a flexible serverless development platform. With Cloud Run for Anthos, you get the operational flexibility of Kubernetes with the developer experience of Serverless, allowing you to deploy and manage Knative based services on your own cluster.
- [Google Cloud Run](https://cloud.google.com/run/docs/setup): A fully-managed Knative-based serverless platform. With no Kubernetes cluster to manage, Cloud Run lets you go from container to production in seconds.
- [Managed Knative for IBM Cloud Kubernetes Service](https://cloud.ibm.com/docs/containers?topic=containers-serverless-apps-knative): is a managed add-on for the [IBM Kubernetes Service](https://cloud.ibm.com/docs/containers?topic=containers-getting-started) that enables you to deploy and manage Knative based services on your own Kubernetes cluster.
- [Openshift Serverless](https://access.redhat.com/documentation/en-us/openshift_container_platform/4.3/html-single/serverless_applications/index): on OpenShift Container Platform enables stateful, stateless, and serverless workloads to all run on a single multi-cloud container platform with automated operations. Developers can use a single platform for hosting their microservices, legacy, and serverless applications.
- [Pivotal Function Service (PFS)](https://docs.pivotal.io/pfs): is a platform for building and running functions, applications, and containers on Kubernetes. PFS is based on the [riff](https://projectriff.io) open source project.
<!-- TODO: In which category do we put SAP/Kyma? -->
<!-- TODO(you!): Add a new section if your project builds ON Knative (vs. offering it directly) -->