In a perfect world, we would prefer to implement microservices to be stateless. This stateless approach eliminates a lot of problems towards maintaining the storage for the applications data. However, we are not in a perfect world. At most time, applications need to deal with data and keep them on storage for long term references. We need persistent storage solution so that the applications data can survive containers (or systems) restart or crash. Kubernetes provides this type of storage support in the concept of volumes. We are going to look at how can we configured storage for Kubernetes on Raspberry Pi 4.
Category: Containers
Modernize the Payment Platform Based on Event-Driven Architecture – Part 2
In my previous post, I briefly talked about event-based architecture for payment platform modernization and why the modernization is important to the industry. In this post, we will dive into details of the key capabilities to consider for the payment platform modernization. The capabilities covered in this post may not be the complete list but it definitely serves as a good start.
How to Create A MongoDB Kafka Connect Container Image for OpenShift?
Creating your own version of container image for Kafka Connect for OpenShift is pretty straightforward with simple few steps as outlined in this article.
So You Want to Build Quarkus Native Image Inside Container, Think Again!
Let us walk through how we failed to build the Jenkins JNPL Slave container for GraalVM with Docker and GraalVM with Podman.
Creating Your Own Jenkins JNLP Slave Container for GraalVM
In the journey of Quarkus project implementation you will need to consider what is the CI/CD process. The very first come into the picture is how to implement the CI part. We need the Jenkins JNLP slave container for GraalVM to build the Quarkus native runnable