From 19518d7978bf089625fa76291944eb8736c6d342 Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Tue, 4 Feb 2020 09:07:30 -0800 Subject: [PATCH] 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 --- docs/knative-offerings.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/knative-offerings.md diff --git a/docs/knative-offerings.md b/docs/knative-offerings.md new file mode 100644 index 000000000..1d6b3702c --- /dev/null +++ b/docs/knative-offerings.md @@ -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. + + + +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. + + + +