Ask questions and see you at September 2nd, 8 pm CET: youtube.com/c/bienadam
Also checkout recent episode:
Please keep the questions as short and as concise as only possible. Feel free to ask several, shorter questions. I will also cover some questions in my "shorts" youtube.com/@bienadam/shorts between the shows.
Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks
New: the airhacks.tv discord server: discord.gg/airhacks
Hello Adam,
What is your opinion about running Application Servers (Wildfly, JBoss EAP, etc) on Kubernetes/Openshift?
I work in a company that runs almost 300 Jakarta EE Applications with JBoss EAP 7.4/Java 11 using Domain Mode in a "Traditional infrastructure" (physical servers).
Recently my company acquired Openshit to run on premises. However, our Operations Team thinks we should not run JBoss EAP inside Openshift because none of these applications are "Cloud Native Microservices" (their words), therefore they wouldn't take any advantage of Openshift (I strongly disagre).
Many of these applications are very simple (thin wars), just some rest endpoints calling databases. For me, it makes no sense rewrite all these applications in Quarkus or other java cloud native framework.
As a developer, I think we would benefit deploying these applications to Openshift versus Traditional Infrastrucure. Managing physical servers is very tricky.
What do you think? Should we stop using JBoss EAP for new applications?
Should we rewrite all our applications in cloud native frameworks (Quarkus, Spring Boot, etc)?
Greetings from Brazil.