giros-dit / semantic-data-aggregator

A semantic monitoring framework for aggregating data from heterogeneous sources.
Apache License 2.0
4 stars 0 forks source link

KANIKO - Docker image building with Kubernetes #122

Closed ghost closed 1 year ago

ghost commented 1 year ago

DESCRIPTION

To deploy an Apache Flink application in Kubernetes with the actual repository it is needed to create the image and push it in the private repository to later be used in the Kubernetes template. This issue tries to improve this solution and be able to build and push the image from the Kubernetes template.

The other problem in actual deployments might be the need to pre-generate a .jar file from the flink application to copy it into the Dockerfile. A possible solution could be copying the whole source code from github into the image and then generate the jar file there using maven.

DOCUMENTATION