The ideal size of your Kubernetes clusters is a day 0 question and demands a definite answer.
You find one giant cluster on one end of the spectrum and many small-sized ones on the other, with every combination in between. This decision will impact ...
Recently, my good friend Richard Fichtner advised using the mvn dependency:analyze command to get rid of declared but unused dependencies:
There is another use case for
mvn dependency:analyze
It can show you the dependencies you use in your code b...