Docker
-
Enterprise Java
Jib – Building docker image for a Spring Boot App
I was pleasantly surprised by how easy it was to create a docker image for a sample Spring Boot application…
Read More » -
DevOps
Migrate your elastic beanstalk workers to docker containers
Amazon Elastic Beanstalk is one of the most popular services that aws provides. Elastic beanstalk comes with two options, the…
Read More » -
DevOps
Migrating from Docker Compose to Kubernetes
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -
Enterprise Java
TestContainers and Spring Boot
TestContainers is just awesome! It provides a very convenient way to start up and CLEANLY tear down docker containers in…
Read More » -
Scala
Dockerize your Scala application
Dockerizing a Scala application is pretty easy. The first concern is creating a fat jar. Now we all come from…
Read More » -
DevOps
Building Oracle Jet applications with Docker Hub
In this post I am going to show a simple CI solution for an Oracle Jet application basing on Docker…
Read More » -
Enterprise Java
Running Eclipse MicroProfile on Microsoft Azure
In this post, I am following up on the post series about Running Eclipse MicroProfile applications in Oracle Cloud by…
Read More » -
DevOps
Deploying to K8s cluster with Fn Function
An essential step of any CI/CD pipeline is deployment. If the pipeline operates with Docker containers and deploys to K8s clusters…
Read More » -
DevOps
Java API For Docker
If you use Docker, you should know that it has a client-server architecture. There is the docker command line tool,…
Read More »