An example of Redis persistence using Node.js and Kubernetes
In the previous example https://www.robertobandini.it/2020/11/07/an-example-of-redis-persistence-using-node-js-and-docker-compose/ we have seen how to use Docker Compose to deploy a Node.js microservice to interact with Redis, also showing in a basic way how Redis persistence works.
Now let’s see istead how to use Kubernetes and Docker to do the same, showing also how we can easily scale up our application.
You can find any information on this post: https://www.robertobandini.it/2020/11/15/an-example-of-redis-persistence-using-node-js-and-kubernetes/