Skip to content

juanfbl9307/kubernetes_redis_app

Repository files navigation

How to run 🚀

Locally:

  1. Install Docker and Docker Compose
  2. Run local-script.sh

On Kubernetes:

  1. Install Kubernetes and Helm
  2. Change the APPNAME variable in the script with the public docker repository.
  3. Run kubernetes-script.sh
  4. Expose by nodeport or ingress the service of the application

📄 Documentation 📄

Backend:

Is a node.js application with express framework, it creates a client communication with a redis cache instance and has methods to SET, DEL or GET keys from the cache.

Frontend:

Is at the root path of the application exposing a html file with scripts to fetch the endpoints of the backend.

Redis:

Is a redis cache instance exposed without credentials.

About

application that communicates with redis in kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published