Kubernetesmicrok8s

Installing Kubernetes with microk8s

This post is not overwhelmed with any theoretical or practical reflections about Kubernetes. I will just share very easy way of installing and getting started with Kubernetes in the matter of minutes.

So, let’s not waste our time and get Kubernetes cluster up and running locally.

Read more →

GatlingMavenLoad testingSpring Boot

Load testing with Gatling

Sooner or later, there comes the time to measure how your RESTful service behaves under load. There are many out of the shelf tools, that allow to do this in "quick-and-dirty" way — like wrk / wrk2, ab, etc. However, if you’re working with JVM and want to setup reproducible and comprehensive load testing, probably, the best tool would be Gatling.

So, this post is how-to article for setting up load testing of Spring Boot service with Gatling.

Read more →