Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Memory limits. make sure you did not limit your container, and that the java memory params are set to the requires min/max value.
The fuken EFK stack made sure I learned that the hard way. -
@magicMirror the thing is with spring contexts. In docker it works very well. In k8s it loads beans before loading properties. How tf could I fuck it up so THAT would happen....
-
@netikras No idea about spring. never touched it, and to never touch it. You are on your own there....
Maybe force an ordered startup somehow?
¯\_(ツ)_/¯
## Learning k8s
Run on k8s -- fails
Run the same img on Docker -- works
it's been a while since I've been this frustrated...
rant