- Install Docker and Docker Compose
- Run local-script.sh
- Install Kubernetes and Helm
- Change the APPNAME variable in the script with the public docker repository.
- Run kubernetes-script.sh
- Expose by nodeport or ingress the service of the application
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.
Is at the root path of the application exposing a html file with scripts to fetch the endpoints of the backend.
Is a redis cache instance exposed without credentials.