Deploying Redis in Docker

There are different ways you can deploy a Redis cache instance; the first and easiest way to do that is to use a Docker container. You can deploy Redis as a stand-alone Docker container in your application if you’re just getting started.…

Read More

Service Mesh Introduction (Part 1)

Service Mesh is a solution that lets you manage communication between independent services in a microservice application. The service mesh implementation enables software developers to separate and manage service-to-service communications in dedicated infrastructure layers. Before we go into the use cases of the service mesh, let’s look at the…

Read More