Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robertobandini/node-redis-example-3

An example of Redis persistence using Node.js and Kubernetes
https://github.com/robertobandini/node-redis-example-3

Last synced: 18 days ago
JSON representation

An example of Redis persistence using Node.js and Kubernetes

Awesome Lists containing this project

README

        

# node-redis-example-3
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/