Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robertobandini/node-redis-example-3
- Owner: robertobandini
- Created: 2020-11-15T19:02:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-28T19:32:18.000Z (about 4 years ago)
- Last Synced: 2024-11-17T20:49:02.814Z (about 2 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-redis-example-3
An example of Redis persistence using Node.js and KubernetesIn 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/