For people interested to be able to work with the Jenkins and Nexus into containers, i have created an infra configuration with docker that you can find here:
This post will help you to manage and work with Jenkins to build, deploy and test your developments. Deploy your artifacts to Nexus from Jenkins.
Today containers are taking an important part in the IT world. The first time i used is Jenkins, docker did not exist and worskspaces to build projects were present inside the Jenkins host. This is why there will be today different version of Jenkins. One that will use Jenkins with a basic linux docker and another topic later with Jenkins wrapped with dind (Docker in docker). Dind alows Jenkins to create a ephemeral container that will build projects and disapear at the end of the run.
In this post, i will explain many different topics dedicated to Kafka/Zookeeper/Kraft
Seen that kafka is a tool i like a lot. Let me share with you a video in french explaining many different topics about Kafka such as: What is Kafka, how it works in cluster, how to install it, how to secure it, how to use it with Java, with Apache Camle, with Apache Sparks, how to send logs of Kafka and Zookeeper to ELK with filebeat, how to monitor it with Zabbix, which patterns can be used, what are the best practices.
The video is quite long, but i really enjoyed doing it.
For people interested to be able to work with the ELK and Kafka into containers, i have created an infra configuration with docker that you can find here: