Overcomplicated Fibanacci calculator implementation.
This will allow me to register an scafolding template for Kubernetes Cluster configuration
# At repository root
$ kubectl apply -f k8s
# At repository root
$ kubectl delete -f k8s
$ kubectl create secret generic postgres-password --from-literal=POSTGRES_PASSWORD=pgpass123
Ingress controller used: NGINX Ingress
- Repository: https://github.com/kubernetes/ingress-nginx/
Mandatory command (applies to local and cloud)
$ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.yaml
For specific use with minikube and cloud see docs