Skip to content

piomin/openshift-quickstart

Repository files navigation

Workshops: Java Development on OpenShift Twitter

CircleCI

SonarCloud Bugs Coverage Lines of Code

In this repo you can find several workshops introducing the topic "Java development on OpenShift".
For accessing it you will have to switch to the dedicated branch in this repository following instructions below.
You can go through these workshops using:

1. Microservices on OpenShift with Spring Boot

Introduction to the Java development on OpenShift based on the Spring Boot framework [~3h].
You will learn how to:

  • easily deploy and debug applications on OpenShift using odo
  • follow best practices for running apps on Kubernetes-native platform
  • run and monitor microservices properly

Instruction

2. Introduction to Quarkus

Introduction to the Java development on OpenShift based on the Quarkus framework [~3h].
You will learn how to:

  • build and run a simple REST-based apps on OpenShift
  • deploy Quarkus applications on OpenShift using Maven command
  • use interesting Quarkus features during development

Instruction

3. Event-driven architecture with Kafka and Spring Cloud Stream

Introduction to the event-driven architecture on OpenShift based on the Kafka and Spring Cloud Stream framework [~8h].
You will learn how to:

  • integrate your Spring Boot application with Kafka using Spring Cloud Stream
  • basics about Kafka partitioning, consumer grouping, offsets etc. using Kafka binder for Spring Cloud Stream
  • use event-driven design patterns
  • use Kafka Streams

Instruction

4. Knative Eventing on OpenShift with Quarkus

Building event-driven application with Quarkus and Kafka and running them on OpenShift Serverless. [~3h].
You will learn how to:

  • deploy application on Knative easily
  • integrate Quarkus with the Kafka broker
  • configure Knative event routing

Instruction

Contact info

For more information or help you can contact me directly via e-mail: piotr.minkowski@gmail.com.