WebLogic 14 in Kubernetes

Today let’s dig a bit into running WebLogic 14 in Kubernetes. History A bit of history, at least from my perspective. Since WebLogic 12, Oracle has “supported” running WebLogic in a Docker container. Before this, WebLogic seemed to not really interact well with Docker, so things like exposing ports did not work. That’s kind of … Read more

Java Tuning

How much time and effort do you put into tuning the JVM for your application? Do you just accept the defaults and run with it? Do you set the max heap size, and that’s good enough? Or do you reach in and really adjust the settings to fit your app perfectly? Defaults It seems like … Read more