<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE FL_Course SYSTEM "https://www.flane.de/dtd/fl_course095.dtd"><?xml-stylesheet type="text/xsl" href="https://portal.flane.ch/css/xml-course.xsl"?><course productid="24092" language="fr" source="https://portal.flane.ch/swisscom/fr/xml-course/redhat-do378" lastchanged="2026-02-02T20:42:13+01:00" parent="https://portal.flane.ch/swisscom/fr/xml-courses"><title>Red Hat Cloud-native Microservices Development with Quarkus</title><productcode>DO378</productcode><vendorcode>RH</vendorcode><vendorname>Red Hat</vendorname><fullproductcode>RH-DO378</fullproductcode><version>1.0</version><objective>&lt;h5&gt;Impact on the organization&lt;/h5&gt;&lt;ul&gt;
&lt;li&gt;Organizations are striving to make the move from monolithic applications to applications based on microservices, as well as how to reorganize their development paradigm to reap the benefits of microservice development in a DevOps economy. With Quarkus, developers can more quickly build, test, and deploy their applications, improving application time to market.&lt;/li&gt;&lt;li&gt;Organizations are also invested in the familiarity of Java&amp;trade; programming frameworks as well as the stability and benefits Red Hat OpenShift Container Platform. This course teaches developers how to leverage microservice application development with Quarkus for streamlined deployment on OpenShift clusters.&lt;/li&gt;&lt;/ul&gt;&lt;h5&gt;Impact on the individual&lt;/h5&gt;&lt;p&gt;As a result of attending this course, you will understand how to develop, monitor, test, and deploy microservice-based applications using Quarkus and Red Hat OpenShift.&lt;/p&gt;
&lt;p&gt;You should be able to demonstrate these skills:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Design a microservices-based architecture for an enterprise application.&lt;/li&gt;&lt;li&gt;Quickly build and test microservices with Quarkus and deploy on to OpenShift Container Platform.&lt;/li&gt;&lt;li&gt;Implement fault tolerance and health checks for microservices.&lt;/li&gt;&lt;li&gt;Secure microservices to prevent unauthorized access.&lt;/li&gt;&lt;li&gt;Monitor and trace microservices.&lt;/li&gt;&lt;/ul&gt;</objective><essentials>&lt;ul&gt;
&lt;li&gt;Experience with Java application development or &lt;span class=&quot;cms-link-marked&quot;&gt;&lt;a class=&quot;fl-href-prod&quot; href=&quot;/swisscom/fr/course/redhat-ad183&quot;&gt;&lt;svg role=&quot;img&quot; aria-hidden=&quot;true&quot; focusable=&quot;false&quot; data-nosnippet class=&quot;cms-linkmark&quot;&gt;&lt;use xlink:href=&quot;/css/img/icnset-linkmarks.svg#linkmark&quot;&gt;&lt;/use&gt;&lt;/svg&gt;Red Hat Application Development I: Programming in Java EE &lt;span class=&quot;fl-prod-pcode&quot;&gt;(AD183)&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Be proficient in using an IDE such as Visual Studio Code&lt;/li&gt;&lt;li&gt;Recommended, but not required: experience with Maven and version control.&lt;/li&gt;&lt;li&gt;Recommended, but not required: experience with OpenShift or Introduction to OpenShift Applications (DO101)&lt;/li&gt;&lt;li&gt;Take our free assessment to gauge whether this offering is the best fit for your skills.&lt;/li&gt;&lt;/ul&gt;</essentials><audience>&lt;p&gt;This course is designed for Java application developers.&lt;/p&gt;</audience><contents>&lt;ul&gt;
&lt;li&gt;Deploy microservice applications on Red Hat&amp;reg; OpenShift Container Platform.&lt;/li&gt;&lt;li&gt;Build a microservice application with Quarkus.&lt;/li&gt;&lt;li&gt;Implement unit and integration tests for microservices.&lt;/li&gt;&lt;li&gt;Use the config specification to inject data into a microservice.&lt;/li&gt;&lt;li&gt;Secure a microservice using OAuth.&lt;/li&gt;&lt;li&gt;Implement health checks, tracing and monitoring of microservices.&lt;/li&gt;&lt;li&gt;Build reactive and asynchronous applications using Quarkus.&lt;/li&gt;&lt;/ul&gt;</contents><outline>&lt;h5&gt;Introducing the Red Hat Build of Quarkus&lt;/h5&gt;&lt;p&gt;Describe the components and patterns of microservice-based application architectures and the features of the Red Hat Build of Quarkus.&lt;/p&gt;
&lt;h5&gt;Developing Cloud-native Microservices with Quarkus&lt;/h5&gt;&lt;p&gt;Implement microservices based applications by using the Red Hat Build of Quarkus runtime and associated developer tooling.&lt;/p&gt;
&lt;h5&gt;Testing Quarkus Microservices&lt;/h5&gt;&lt;p&gt;Implement unit and integration tests for microservices.&lt;/p&gt;
&lt;h5&gt;Developing Reactive and Asynchronous Microservices&lt;/h5&gt;&lt;p&gt;Describe the features of reactive architectures and implement reactive services by using Quarkus.&lt;/p&gt;
&lt;h5&gt;Securing Quarkus Microservices&lt;/h5&gt;&lt;p&gt;Secure microservice communications by applying origin validation, requests authentication and authorization.&lt;/p&gt;
&lt;h5&gt;Implementing Quarkus Microservices on the Red Hat OpenShift Container Platform&lt;/h5&gt;&lt;p&gt;Develop and deploy cloud-native applications on the Red Hat OpenShift Container Platform.&lt;/p&gt;
&lt;h5&gt;Implementing Fault Tolerance in Microservices&lt;/h5&gt;&lt;p&gt;Implement fault tolerance in a microservice architecture.&lt;/p&gt;
&lt;h5&gt;Monitoring Quarkus Microservices&lt;/h5&gt;&lt;p&gt;Monitor the operation of a microservice by using logging, metrics and distributed tracing.&lt;/p&gt;</outline><objective_plain>Impact on the organization


- Organizations are striving to make the move from monolithic applications to applications based on microservices, as well as how to reorganize their development paradigm to reap the benefits of microservice development in a DevOps economy. With Quarkus, developers can more quickly build, test, and deploy their applications, improving application time to market.
- Organizations are also invested in the familiarity of Java™ programming frameworks as well as the stability and benefits Red Hat OpenShift Container Platform. This course teaches developers how to leverage microservice application development with Quarkus for streamlined deployment on OpenShift clusters.
Impact on the individual

As a result of attending this course, you will understand how to develop, monitor, test, and deploy microservice-based applications using Quarkus and Red Hat OpenShift.

You should be able to demonstrate these skills:


- Design a microservices-based architecture for an enterprise application.
- Quickly build and test microservices with Quarkus and deploy on to OpenShift Container Platform.
- Implement fault tolerance and health checks for microservices.
- Secure microservices to prevent unauthorized access.
- Monitor and trace microservices.</objective_plain><essentials_plain>- Experience with Java application development or Red Hat Application Development I: Programming in Java EE (AD183)
- Be proficient in using an IDE such as Visual Studio Code
- Recommended, but not required: experience with Maven and version control.
- Recommended, but not required: experience with OpenShift or Introduction to OpenShift Applications (DO101)
- Take our free assessment to gauge whether this offering is the best fit for your skills.</essentials_plain><audience_plain>This course is designed for Java application developers.</audience_plain><contents_plain>- Deploy microservice applications on Red Hat® OpenShift Container Platform.
- Build a microservice application with Quarkus.
- Implement unit and integration tests for microservices.
- Use the config specification to inject data into a microservice.
- Secure a microservice using OAuth.
- Implement health checks, tracing and monitoring of microservices.
- Build reactive and asynchronous applications using Quarkus.</contents_plain><outline_plain>Introducing the Red Hat Build of Quarkus

Describe the components and patterns of microservice-based application architectures and the features of the Red Hat Build of Quarkus.

Developing Cloud-native Microservices with Quarkus

Implement microservices based applications by using the Red Hat Build of Quarkus runtime and associated developer tooling.

Testing Quarkus Microservices

Implement unit and integration tests for microservices.

Developing Reactive and Asynchronous Microservices

Describe the features of reactive architectures and implement reactive services by using Quarkus.

Securing Quarkus Microservices

Secure microservice communications by applying origin validation, requests authentication and authorization.

Implementing Quarkus Microservices on the Red Hat OpenShift Container Platform

Develop and deploy cloud-native applications on the Red Hat OpenShift Container Platform.

Implementing Fault Tolerance in Microservices

Implement fault tolerance in a microservice architecture.

Monitoring Quarkus Microservices

Monitor the operation of a microservice by using logging, metrics and distributed tracing.</outline_plain><duration unit="d" days="4">4 jours</duration><pricelist><price country="PL" currency="EUR">2540.00</price><price country="DE" currency="EUR">3740.00</price><price country="SE" currency="EUR">3740.00</price><price country="IT" currency="EUR">2900.00</price><price country="AE" currency="USD">3040.00</price><price country="AT" currency="EUR">3740.00</price><price country="GB" currency="GBP">3180.00</price><price country="NL" currency="EUR">3740.00</price><price country="SI" currency="EUR">3740.00</price><price country="CH" currency="CHF">3740.00</price><price country="FR" currency="EUR">3740.00</price></pricelist><miles><milesvalue country="CH" vendorcurrency="RTU" vendorcurrencyname="Red Hat Training Units">15.00</milesvalue></miles></course>