CloudNative deployment
This is the best way to deploy ProdManager
app for production deployment.
Requirements
- Any Kubernetes cluster
- kubectl binary
Usage
Create a dedicated namespace for the application
Then deploy the app
If you have an ingress controller, the service should be exposed through it. If not use the builtin kubectl port fowarder :
Then access to http://localhost:8080
Customisation
You can edit the Kubernetes manifests file to best match your needs.