You can deploy this setup either locally or in your Kubernetes cluster by simple issuing:
####Create namespace dev only if you wish to deploy in this namespace. Otherwise you can use the project/namespace you wish
kubectl create ns dev
helm install backend ./backend/chart/backendRun the following script by specifying the name of the workspace you used to install the previous Helm chart (in this example dev):
sh backend.sh devReplace the result in frontend/chart/fed/values.yaml:
backend:
  hostname: hostname:8080Finally run:
helm install fed ./frontend/chart/fedNow access hangman at the URL obtained from:
sh frontend.sh dev