OpenShift Origin Cloud Native Development

Build SpringBoot and GoLang Micro services running in OpenShift Origin

OpenShift Origin Cloud Native Development
OpenShift Origin Cloud Native Development

OpenShift Origin Cloud Native Development free download

Build SpringBoot and GoLang Micro services running in OpenShift Origin

Summary

This course teaches student how to build a Cloud Native Micro Services (SpringBoot Java and GoLang) running in OpenShift Origin version 3.9 - 3.10.

It begins by creating two REST API in Java and GoLang.  Once the applications were built, students learns how to build Image and Dockerize the application and have it published to Docker Hub.

After familiarising and getting comfortable to Docker, lecture transitions to OpenShift installation,  administration, and  basic concepts. From the knowledge gained in OpenShift, the SpringBoot and GoLang application will then be deployed as micro service running in OpenShift.


Outline

  1. About the Author

  2. Docker Overview

  3. Docker Step by Step Installation

  4. MySQL Container

  5. Persistent Storage

  6. Dockerfile

  7. Build Micro Service in Docker

    1. GoLang Micro Service

    2. Java SpringBoot Micro Service

  8. Cloud Native Build Process

  9. DockerHub

  10. OpenShift Architecture

  11. Three Types of OpenShift Installation

    1. OpenShift in Docker

    2. OpenShift in MiniShift

    3. OpenShift Cluster

  12. Securing OpenShift Installation

  13. OpenShift Key Concepts

    1. Projects

    2. Applications

    3. Routes

    4. Pods

  14. MySQL in OpenShift

  15. Port Forwarding

  16. Persistent Storage

  17. Deploy SpringBoot REST API Project in OpenShift

  18. Source to Image using GoLang REST Project