invesdwin / invesdwin-context-integration

invesdwin-context modules that provide integration features
GNU Lesser General Public License v3.0
1 stars 0 forks source link

add example for distribution as docker container in kubernetes cluster #2

Open subes opened 3 years ago

subes commented 3 years ago

a -dist module that packages a invesdwin-context-client web example project (e.g. a fat-jar) as a docker container archive to be deployed in a kubernetes cluster

subes commented 1 year ago

we have testcontainers support to embed docker containers inside our applications (both for testing and for production needs, e.g. data providers or brokers that require wine+fbdev in specific versions). There is also one example in mpi-test where we create our own container from a Dockerfile during a test.

Though for -dist modules we need to create the dockerfile using a maven plugin and upload it to a container registry.