Redis Cluster on Java for Scaling and High Availability

In this tutorial, we take a look at creating a Redis cluster on Java, specifically for scaling and high availability, with an Redisson example implementation. Read all

Deployment Manifests That Work in Development and Production

By writing out deployment manifest files in this manner, you can both version control and use them in a repeatable and scalable way in both development and production. Read all

Understanding Dockerfile

The Dockerfile is the instruction manual for building Docker images, so it's important to take a close look at the internal commands within the Dockerfile. Read all

Apache HTTP 2.4: How to Build a Docker Image for SSL/TLS Mutual Authentication

This tutorial creates a template for mutual SSL/TLS authentication using Docker that provides a good starting point for those interested in mutual authentication. Read all

What Is the Difference Between Blue/Green and Red/Black Deployments?

Red/black and blue/green deployments are effective strategies for updating or deploying new software without user interruption. But does the terminology matter? Read all

How to Use Hazelcast Auto-Discovery With Eureka

This post presents a step-by-step guide of how to set up your Eureka server and use it for the Hazelcast discovery. Read all

Querying Neo4j Clusters

Querying a Neo4j cluster is easy, but have you ever wondered what goes on behind the scenes? Read all

Running Apache Superset in a Docker

In response to questions from a previously posted article, this author goes through some of the steps of setting Apache Superset as a Docker image. Read all

Speed Up Development with Docker Compose

Get a look at how you can access the conveniences of using Docker compose to quickly set up (and send) a complete environment with a simple YAML file. Read all

A Comparison of Kubernetes Distributions

Kubernetes's popularity and open source nature have made it the subject of a number of different distributions with a range of features, services, and prices. Read all

 

 

 

 

Top