Let’s Code! …and build, and deploy!

less than 1 minute read

This is what it’s all about my friends! Deploying running code.

There are four parts to this section. Execute them in order:

Note: Prerequisites:

  1. Set up our cluster with the last few pieces to make Tekton usable:

    Cluster Setup

  2. Set up a Gitea organization for our code, and enable Nexus to be a Maven Mirror:

    Gitea & Nexus Setup

  3. Create and configure an OpenShift project to run our application

    OpenShift Project Setup

  4. Finally, let’s deploy some running code!!!

    Quarkus Build & Deploy

Cheers!

Updated: