-
DevOps👁 Image
Open Liberty Override Configuration
Open Liberty can be easily configured using the server.xml file in it’s config directory. If you’re running your servers in…
Read More » -
DevOps👁 Image
Docker and the JVM
Even though Docker was a 2016 thing, it is still relevant today. It is the foundation of Kubernetes, the most…
Read More » -
Enterprise Java👁 Image
Serverless, Java and FN Project, first steps
Serverless isn’t a new thing, but it is fair to say there is still a lot of hype about it…
Read More » -
Core Java👁 Image
Java: Simulating various connection problems with Toxiproxy
Simulate various connection problems with Toxiproxy and Java’s HttpURLConnection to see what kind of errors get produced: connect timed out vs. read timed out…
Read More » -
DevOps👁 Image
Automating Docker Deployments Using Jib and Payara Micro
If you are like me, you spend most of your day developing applications. During that time, it is difficult to…
Read More » -
DevOps👁 Image
Persistent Volumes for Database Containers running on a K8s cluster
In one of my previous posts I showed how we can run Oracle XE database on a K8s cluster. That approach works fine…
Read More » -
Enterprise Java👁 Image
Spring Boot Microservices , Docker and Kubernetes workshop – part2
In the previous post we created our first micro service “ProductService” using SpringBoot and Docker. In this part we will go…
Read More » -
Enterprise Java👁 Image
Spring Boot Microservices , Docker and Kubernetes workshop – part1
In this series of workshop we will build few micro services using spring boot, docker and then deploy them into…
Read More » -
DevOps👁 Image
Deploying and scaling an Oracle database on a multi-node Kubernetes cluster
In this post I am going to explain how to deploy and scale an Oracle Express database on a multi-node Kubernetes cluster.…
Read More »
