Tech Thoughts

Exploring an Alternative to OpenShift /2

06.05.2024


Openshift alternative schema

In a previous post, I discussed an infrastructure based on Kubernetes designed to host an application with a microservices architecture, with a primary focus on automating the release of new code directly into the environment.


This infrastructure, initially designed for a client, was later implemented for another client's project with a series of enhancements. Specifically, we utilized RKE as the Kubernetes distribution for its ease of installation and seamless integration with Rancher. We also incorporated SonarQube to analyze the code before deployment and used Flyway to maintain the database in a controlled state during developments.



With the integration of these tools, our DevOps workflow has reached new heights, surpassing the capabilities of the initial infrastructure design. I warmly welcome suggestions for tools to enhance it further!

Rancher RKE Microservice Architecture Jenkins Kubernetes Container Orchestration Code Analysis Database Migration Flyway CI/CD SonarQube DevOps