GithubHelp home page GithubHelp logo

franklinunix / cloud-native-workshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from red-wine-software/cloud-native-workshop

0.0 1.0 0.0 94.74 MB

HTML 15.25% Dockerfile 0.62% Makefile 0.14% Go 4.57% Java 12.75% TSQL 1.77% Shell 49.53% JavaScript 14.95% CSS 0.42%

cloud-native-workshop's Introduction

Cloud Native Workshop

Devfile

Overview

This one day hands-on cloud-native workshops provides developers and introduction to cloud-natives applications and gives them an experience of building cloud-native applications using OpenShift, Eclipse Che7, Spring Boot, Quarkus, Vert.x and more.

During the various steps of the the workshop you will use CodeReady Workspaces, an online IDE that is running on Red Hat OpenShift to write, test and deploy these services:

  • Catalog Service exposes using a REST API content of a catalog stored in a relational database
  • Inventory Service exposes using a REST API the inventory stored in a relational database
  • Gateway Service calls the Catalog Service and Inventory Service in an efficient way
  • WebUI Service calls Gateway Service to retrieve all the informations.

The outcome is an online store with a catalog of product items and an inventory of stock:

coolstore-website

In addition to the application code, you will learn how to deploy the various services to OpenShift and how to use it to route the trafic to these services and monitor them.

You will also have the opportunity to look at some optional steps such as debugging, continuous delivery, externalized configuration and more.

Let's start the workshop with the discovery of OpenShift and CodeReady Workspaces.

Agenda

  • Introduction to Cloud-Native Development
  • Getting your Developer Workspace with Eclipse Che7
  • Building Services with Quarkus
  • Building Services with Spring Boot
  • Building Reactive Services with Vert.x
  • Monitoring Application Health
  • Service Resilience and Fault Tolerance
  • Externalize Application Configuration
  • Building Cloud-Native Pipelines with Tekton
  • Connecting and monitoring microservice applications with Service Mesh
  • Setting up A/B Testing with Service Mesh

Deploy the Workshop on RHPDS

An Operator is provided for deploying the workshop infrastructure (lab instructions, Nexus, Gitea, Eclipse Che, etc) on OpenShift.

Please follow the instructions from OpenShift Workshop Operator and deploy the following Workshop custom resource cloud_native_workshop_cr.yaml

Run locally the lab instructions

In order to run the guide locally, please follow the instructions below:

$ git clone
$ cd cloud-native-workshop/guide
$ docker run -it --rm -p 8080:8080 \
      -v $(pwd):/app-data \
      -e LOG_TO_STDOUT#true \
      -e CONTENT_URL_PREFIX#"file:///app-data" \
      -e WORKSHOPS_URLS#"file:///app-data/_workshop.yml" \
      quay.io/osevg/workshopper:latest

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.