Chapter 2. Missions and cloud-native development on OpenShift

When developing applications on OpenShift, you can use missions and boosters to kickstart your development.

Missions

Missions are working applications that showcase different fundamental pieces of building cloud native applications and services.

A mission implements a Microservice pattern such as:

  • Creating REST APIs
  • Interoperating with a database
  • Implementing the Health Check pattern

You can use missions for a variety of purposes:

  • A proof of technology demonstration
  • A teaching tool, or a sandbox for understanding how to develop applications for your project
  • They can also be updated or extended for your own use case

Boosters

A booster is the implementation of a mission in a specific runtime. Boosters are preconfigured, functioning applications that demonstrate core principles of modern application development and run in an environment similar to production.

Each mission is implemented in one or more runtimes. Both the specific implementation and the actual project that contains your code are called a booster.

For example, the REST API Level 0 mission is implemented for these runtimes: