© 2026 Hashnode
Introduction As DevOps engineers, we constantly battle a security game of whack-a-mole. Every week, a new vulnerability is discovered in an OS package we don't even use, forcing us to rebuild and redeploy our container images. Let's stop making your ...

Monolithic Application vs Micro service:- In Monolithic application has a single code base where we have merged all the modules and created a single jar file. I can't specifically allocate more resources to a single specific module i have to scale th...
