In this article, you will learn how to use Kafka transactions with the Spring Kafka project in your Spring Boot app. In order to run the Kafka cluster we will…
Kafka Transactions with Spring Boot
![](https://i0.wp.com/piotrminkowski.com/wp-content/uploads/2022/10/Screenshot-2022-10-29-at-10.18.23.png?fit=2074%2C1164&ssl=1)
Java, Spring, Kotlin, microservices, Kubernetes, containers
In this article, you will learn how to integrate ArgoCD with HashiCorp Vault to manage secrets on Kubernetes. In order to use ArgoCD and Vault together during the GitOps process,…
In this article, you will learn more about Spring Boot configuration. I'll show you how to use it effectively in different environments. Especially, we talk a little bit more about…
In this article, you will learn how to create secure HTTPS gateways on Kubernetes. We will use Cert Manager to generate TLS/SSL certificates. With Istio we can create secure HTTPS…
In this article, you will learn how to prepare a canary release in your CI/CD with Knative and Tekton. Since Knative supports many versions of the same service it seems…