Generate kubernetes container definition
In order to host this container within our cluster, a Kubernetes container definition/configuration file will be needed. This cluster should run the compiled Quarkus application ideally in the JVM run mode to save some memory and overhead. While native is ideal, it may present a challenge to fully implement in a way that is compatible with native run mode images.