Consider providing a Dockerfile to allow the building of containers containing the application. This allows for easier distribution of nodes and simplified management of load under kubernetes (assuming a corresponding Helm chart is provided).
Containers are easier to deploy to most environments, will not require the recompilation of code multiple times and enables the simplified release of versions and updates.
Consider providing a Dockerfile to allow the building of containers containing the application. This allows for easier distribution of nodes and simplified management of load under kubernetes (assuming a corresponding Helm chart is provided).
Containers are easier to deploy to most environments, will not require the recompilation of code multiple times and enables the simplified release of versions and updates.