How to Move from Monolith to Microservices

Decomposing the rock.

Randal Kamradt Sr
Level Up Coding
Published in
7 min readMar 7, 2021

--

Photo by Greg Rosenke on Unsplash

In my last series of articles, I have created a monolithic set of Java classes that all run with a single main function. In this and future articles, I’m going to break them apart into separate services and run them all on the Docker Desktop flavor of Kubernetes. Ultimately, they should be able to run from any flavor of Kubernetes on any cloud provider. I…

--

--