From e0fbff3d3dc572bbfec69b5fdd6b3a110c6b975a Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 28 May 2020 17:59:19 +0200 Subject: [PATCH] new entries --- docs/demos.md | 5 +++++ docs/ibm_cloud.md | 7 +++++++ docs/index.md | 2 +- docs/openshift.md | 7 ++++++- mkdocs.yml | 1 + 5 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 docs/ibm_cloud.md diff --git a/docs/demos.md b/docs/demos.md index 65683d59..6ab8a2fe 100644 --- a/docs/demos.md +++ b/docs/demos.md @@ -9,6 +9,7 @@ - [Red Hat Demo Central](#red-hat-demo-central) - [Cloud Native Development Architectural Diagrams Demos](#cloud-native-development-architectural-diagrams-demos) - [OpenShift Demos](#openshift-demos) + - [IBM Cloud Pak Playbooks](#ibm-cloud-pak-playbooks) - [Knative](#knative) - [OpenShift Pipelines Workshop (Tekton)](#openshift-pipelines-workshop-tekton) - [Jenkins Demos](#jenkins-demos) @@ -77,6 +78,7 @@ * [gitlab.com: Project Examples](https://gitlab.com/redhatdemocentral/portfolio-architecture-examples) ## OpenShift Demos +* [developers.redhat.com: Developing on OpenShift (katacoda interactive learning) 🌟](https://developers.redhat.com/courses/openshift/) Learn how to access an OpenShift cluster, manage apps with the odo command-line tool, then try image and source-based deployment techniques. * [github.com/OpenShiftDemos 🌟](https://github.com/OpenShiftDemos) * [DockerHub OpenShift Demos](https://hub.docker.com/r/openshiftdemos/) * [Red Hat Tutorials & Examples: github.com/redhat-developer-demos 🌟](https://github.com/redhat-developer-demos) @@ -94,6 +96,9 @@ * [github.com/openshiftdemos 🌟](https://github.com/openshiftdemos) * [github.com/openshift-labs 🌟](https://github.com/openshift-labs) +### IBM Cloud Pak Playbooks +* [IBM Cloud Pak Playbook](https://cloudpak8s.io/apps/cp4a_overview/) + ### Knative * [knative-tutorial](https://github.com/redhat-developer-demos/knative-tutorial) A pratical guide to get started with knative. Knative concepts are explained simple and easy way with lots of demos and exercises. diff --git a/docs/ibm_cloud.md b/docs/ibm_cloud.md new file mode 100644 index 00000000..c38e3262 --- /dev/null +++ b/docs/ibm_cloud.md @@ -0,0 +1,7 @@ +# IBM Cloud +- [IBM Cloud](https://www.ibm.com/cloud) +- [Red Hat OpenShift on IBM Cloud](https://www.ibm.com/cloud/openshift) + +### IBM Cloud Pak +* [cloudpak8s.io](https://cloudpak8s.io/) IBM Cloud™ Paks are enterprise-ready, containerized software solutions that give clients an open, faster and more secure way to move core business applications to any cloud. +* [IBM Cloud Pak Playbook](https://cloudpak8s.io/apps/cp4a_overview/) \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index eb71591d..544195ec 100644 --- a/docs/index.md +++ b/docs/index.md @@ -123,7 +123,7 @@ Microservices architectures rely on DevOps practices, automation, CI/CD (continu - [OpenShift on Google Cloud](https://cloud.google.com/solutions/partners/openshift-on-gcp) - [Microsoft Azure](azure.md) - [Microsoft Azure Red Hat OpenShift](https://www.openshift.com/products/azure-openshift) - - [IBM Cloud](https://www.ibm.com/cloud) + - [IBM Cloud](ibm_cloud.md) - [Red Hat OpenShift on IBM Cloud](https://www.ibm.com/cloud/openshift) - [Oracle Cloud](oraclecloud.md) - [Digital Ocean](digitalocean.md) diff --git a/docs/openshift.md b/docs/openshift.md index 792f8a7d..a9f46d00 100644 --- a/docs/openshift.md +++ b/docs/openshift.md @@ -88,6 +88,7 @@ - [Atlassian Confluence6](#atlassian-confluence6) - [Sonatype Nexus 3](#sonatype-nexus-3) - [Rocket Chat](#rocket-chat) +- [OpenShift on IBM Cloud. IBM Cloud Pak](#openshift-on-ibm-cloud-ibm-cloud-pak) - [OpenShift on AWS](#openshift-on-aws) - [Other Awesome Lists](#other-awesome-lists) - [Videos](#videos) @@ -819,7 +820,11 @@ The other SCCs provide intermediate levels of constraint for various use cases. ### Rocket Chat - [Deploying Rocket.Chat on OpenShift](https://rocket.chat/docs/installation/paas-deployments/openshift/) - + +## OpenShift on IBM Cloud. IBM Cloud Pak +* [cloudpak8s.io 🌟](https://cloudpak8s.io/) IBM Cloud™ Paks are enterprise-ready, containerized software solutions that give clients an open, faster and more secure way to move core business applications to any cloud. +* [IBM Cloud Pak Playbook 🌟](https://cloudpak8s.io/apps/cp4a_overview/) + ## OpenShift on AWS * [blog.openshift.com: AWS and red hat quickstart workshop](https://blog.openshift.com/aws-and-red-hat-quickstart-workshop/) * [aws.amazon.com: AWS Quick Start (OpenShift 3.11 on AWS)](https://aws.amazon.com/quickstart/architecture/openshift/) View deployment guide diff --git a/mkdocs.yml b/mkdocs.yml index 265dbad9..fc93c4b4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -118,6 +118,7 @@ pages: - AWS: aws.md - Google Cloud Platform: GoogleCloudPlatform.md - Microsoft Azure: azure.md + - IBM Cloud: ibm_cloud.md - Oracle Cloud: oraclecloud.md - Digital Ocean: digitalocean.md - Cloudflare: cloudflare.md