Using Kubernetes ConfigMaps to define your Quarkus application’s properties

1 · Red Hat · Jan. 23, 2020, 9:16 a.m.
So, you wrote your Quarkus application, and now you want to deploy it to a Kubernetes cluster. Good news: Deploying a Quarkus application to a Kubernetes cluster is easy. Before you do this, though, you need to straighten out your application’s properties. After all, your app probably has to connect with a database, call other […] The post Using Kubernetes ConfigMaps to define your Quarkus application’s properties appeared first on Red Hat Developer....