Testing your REST APIs and even calls between microservices are of critical importance. Take a look at a tool that can help make that testing a little easier.
Learn how to debug your processes in containers using the tool of your choice, without having to install the tools. Here you'll find three container debugging methods.
Looking at the lifecycle of a Kubernetes pod can help understand what's going on with the smallest unit of work that can be scheduled in the popular container software.
Microservices and distributed systems are closely linked. But to make sure you can properly trace your services, it's key to architect your solution properly.
In the world of Java EE microservices, all eyes are on MicroProfile. But KumuluzEE is already in the game. Let's link and configure some microservices.
In recent versions of Docker, a single Dockerfile can execute multiple build stages. We can use that to prepare a complete Docker build for our Java applications.
In the second part of this Dockerizing Jenkins series, learn to deploy your artifacts, run Artifactory on Docker, and dockerize Maven settings in Jenkins.