-
DevOps
Gossip-based Kubernetes Cluster on AWS using Kops
Creating a Kubernetes cluster using Kops requires a top-level domain or a sub domain and setting up Route 53 hosted zones.…
Read More » -
DevOps
Creating Smaller Java Image using Docker Multi-stage Build
Two of the announcements at DockerCon 2017 directly relevant to Java developers are: Docker Multi-stage build Oracle JRE in Docker Store This blog…
Read More » -
DevOps
Docker Remote API on Windows and OSX
There are multiple ways to monitor Docker containers. Docker CLI provides the docker container stats API that gives basic information…
Read More » -
DevOps
Service Discovery with Java and Database application in Kubernetes
This blog will show how a simple Java application can talk to a database using service discovery in Kubernetes. Service…
Read More » -
Enterprise Java
Service Discovery with Java and Database application in DC/OS
This blog will show how a simple Java application can talk to a database using service discovery in DC/OS. Why Service Discovery? An…
Read More » -
Enterprise Java
Stateful Containers using Portworx and Couchbase
Containers are meant to be ephemeral and so scale pretty well for stateless applications. Stateful containers, such as Couchbase, need to…
Read More » -
Software Development
Getting Started with Oracle Container Cloud Service
Oracle Container Cloud Service is Oracle’s entry into the the world of managed container service. There are plenty of existing options:…
Read More » -
Enterprise Java
Microservice using Docker stack deploy – WildFly, Java EE and Couchbase
There is plenty of material on microservices, just google it! I gave a presentation on refactoring monolith to microservices at Devoxx Belgium…
Read More » -
Software Development
Analyze Donald Trump Tweets with Couchbase and N1QL
AWS Serverless Lambda Scheduled Events to Store Tweets in Couchbase explained how to store tweets in Couchbase using AWS Serverless Lambda.…
Read More »