When I have a small software project that I want to share with the world, I don't write my version control system —I create a repository on GitHub. Read all
Go through the DevOps lifecycle and see what tools are the most appropriate to add in your continuous testing, deployment, integration, and monitoring phases. Read all
Benefits Of Kubernetes For Microservices Architecture — Kubernetes — An Overview, The Different Components Involved In Kubernetes, Microservices Architecture Read all
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
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
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
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