adelahozredhat / mad-dev-guides-m1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern Application Development Dev Track - Module 1

Overview

Audience Experience Level

Beginner

Average Time to Complete

60 minutes

This workshop aims to showcase how to modernize applications for solving the challenges faced by existing applications in the current landscape as below:

  • Integration: Challenging to leverage new cloud based services

  • Scalability: Not able to meet web scale due to data-centric architecture

  • Reliability: Unable to quickly deploy new capabilities

  • Developer productivity and Business Agility: Often low in comparison to cloud native applications

Take a look at the Konveyor Community’s Application Modernization Report for 2022 to understand how users and organizations define application modernization as well as top reasons for modernization.

app-mod-report-2022

Key Takeaways

  • Modernization has a broad spectrum of definitions, but containerizing and automation rank high.

  • The containerizing is a broad enough trend to encompass multiple strategies including refactoring with Microservices.

  • Increasing scalability and reliability are key reasons for modernization.

Technology Stack

  • Red Hat Enterprise Virtualization

  • Red Hat Application Runtimes (Quarkus, Spring Boot, Node.js, Tomcat)

  • Red Hat OpenShift (Pipeline, GitOps, Virtualization)

  • Oracle Database and PostgreSQL

Documentation

This workshop is based on Antora and Red Hat scholars template to build HTML based tutorials.

Lab Parameters

This lab supports both Antora variables than query parameters. Query params makes the workshop content dynamic, like URLs specific for your cluster to copy and paste.

Note
In the table above, CRC and Playground links use them.

Here’s the list of all query params used (they are all optional, but generated links won’t work unless at least CLUSTER_SUBDOMAIN is set):

PARAM Description

CLUSTER_SUBDOMAIN

The subdomain for your OpenShift cluster in the form apps.<cluster_name>.<base_domain>, e.g. apps.openshift.mydomain.tld

USERNAME

The username of your OpenShift cluster

Example [Dev Mode]:

Deploy to OpenShift

oc new-app  https://github.com/RedHat-Middleware-Workshops/mad-dev-guides-m1.git --strategy=docker

oc create route edge mad-dev-guides-m1 --service=mad-dev-guides-m1

Contributing

Please refer to the how to contribute on how you can contribute to the tutorial.

About

License:Apache License 2.0


Languages

Language:JavaScript 48.8%Language:Handlebars 38.4%Language:Shell 10.6%Language:Dockerfile 2.1%