The web application service serves the webapp via http.
You can build and run the webapp locally by doing the following:
cd build
make webapp
You can deploy the webapp to our production kubernetes cluster by:
cd build
make k_depoy_webapp
kubectl apply -f k8s/webapp.yml
kubectl get service webapp-service