First build all images with:
make imagesThen deploy all objects to k8s with:
make deployNow add pdf-creator.io to the /etc/hosts file.
The app is reachable at http://pdf-creator.io.
- Add a user
- Create a PDF
- Exec
bash microk8s.kubectl exec $(microk8s.kubectl get po -l name=pdf -o jsonpath='{.items[0].metadata.name}') -- ls /tmpto see the pdf generated.