From 8bec7d7c8af7412ecc49e169e504d935d984941f Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Tue, 18 Apr 2017 18:25:37 -0400 Subject: [PATCH] Create reference link for IBM Bluemix Container Service Create a documentation link for IBM Bluemix Container Service similar to GCE and Azure. Also rename Softlayer references to Bluemix. Co-Authored-By: Xavier Loup --- _data/setup.yml | 4 +++- docs/setup/pick-right-solution.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_data/setup.yml b/_data/setup.yml index fc9e9942d6..deb2b4b1fd 100644 --- a/_data/setup.yml +++ b/_data/setup.yml @@ -17,6 +17,8 @@ toc: path: https://cloud.google.com/container-engine/docs/before-you-begin/ - title: Running Kubernetes on Azure Container Service path: https://docs.microsoft.com/en-us/azure/container-service/container-service-kubernetes-walkthrough + - title: Running Kubernetes on IBM Bluemix Container Service (Beta) + path: https://console.ng.bluemix.net/docs/containers/container_index.html - title: Turn-key Cloud Solutions section: @@ -24,7 +26,7 @@ toc: - docs/getting-started-guides/aws.md - docs/getting-started-guides/azure.md - docs/getting-started-guides/clc.md - - title: Running Kubernetes on IBM SoftLayer + - title: Running Kubernetes on IBM Bluemix path: https://github.com/patrocinio/kubernetes-softlayer - docs/getting-started-guides/stackpoint.md diff --git a/docs/setup/pick-right-solution.md b/docs/setup/pick-right-solution.md index 02ee26452e..ed703cfc2b 100644 --- a/docs/setup/pick-right-solution.md +++ b/docs/setup/pick-right-solution.md @@ -58,6 +58,8 @@ clusters. [OpenShift Dedicated](https://www.openshift.com/dedicated/) offers managed Kubernetes clusters powered by OpenShift and [OpenShift Online](https://www.openshift.com/features/) provides free hosted access for Kubernetes applications. +[IBM Bluemix Container Service](https://console.ng.bluemix.net/docs/containers/container_index.html) offers managed Kubernetes clusters (currently in beta). + ### Turn-key Cloud Solutions These solutions allow you to create Kubernetes clusters on a range of Cloud IaaS providers with only a @@ -68,7 +70,7 @@ few commands, and have active community support. - [Azure](/docs/getting-started-guides/azure) - [Tectonic by CoreOS](https://coreos.com/tectonic) - [CenturyLink Cloud](/docs/getting-started-guides/clc) -- [IBM SoftLayer](https://github.com/patrocinio/kubernetes-softlayer) +- [IBM Bluemix](https://github.com/patrocinio/kubernetes-softlayer) - [Stackpoint.io](/docs/getting-started-guides/stackpoint/) - [KUBE2GO.io](https://kube2go.io/) - [Madcore.Ai](https://madcore.ai/)