Red Hat Container Adoption Boot Camp for Developers (DO720) – Contenuti

Contenuti dettagliati del Corso

Introduction to container technology
Describe how software can run in containers orchestrated by OpenShift Container Platform.

Create containerized services
Provision a service using container technology.

Manage containers
Modify prebuilt container images to create and manage containerized services.

Manage container images
Manage the life cycle of a container image from creation to deletion.

Create custom container images
Design and code a Dockerfile to build a custom container image.

Deploy containerized applications
Deploy applications on OpenShift Container Platform.

Deploy multi-container applications
Deploy applications that are containerized using multiple container images.

Troubleshoot containerized applications
Troubleshoot a containerized application deployed on OpenShift.

Deploy and manage applications on an OpenShift cluster
Deploy applications using various application packaging methods to an OpenShift cluster and manage their resources.

Design containerized applications for OpenShift
Select a containerization method for an application and create a container to run on an OpenShift cluster.

Publish enterprise container images
Create an enterprise registry and publish container images to it.

Build applications
Describe the OpenShift build process, build triggers, and manage builds.

Create applications from OpenShift templates
Describe the elements of a template and create a multi-container application template.

Manage application deployments
Monitor application health and implement various deployment methods for cloud-native applications.

Implement continuous integration and continuous deployment pipelines in OpenShift
Create and deploy Jenkins pipelines to facilitate continuous integration and deployment with OpenShift.

Describe microservice architectures
Describe components and patterns of microservice-based application architectures.

Describe microservice-based applications
Describe specifications in MicroProfile, implement a microservice with some of the specifications, and deploy it to an OpenShift cluster.

Implement a microservice with MicroProfile
Implement a microservice with some of the specifications, and deploy it to an OpenShift cluster.

Test microservices
Implement unit and integration tests for microservices.

Inject configuration data into a microservice
Inject configuration data from an external source into a microservice.

Create application health checks
Create a health check for a microservice.

Implement fault tolerance
Implement fault tolerance in a microservice architecture.

Develop an API gateway
Describe the API Gateway pattern and develop an API gateway for a series of microservices.

Secure microservices with JSON Web Token
Secure a microservice using the JSON Web Token (JWT) specification.

Monitor microservices
Monitor the operation of a microservice using metrics, distributed tracing, and log aggregation.

Deploy microservices to an OpenShift cluster
Deploy an application based on a microservice architecture to an OpenShift cluster.

Develop and deploy microservices with application runtimes
Develop and deploy a microservice using the WildFly Swarm and the Spring Boot runtime.