micronaut-maven-plugin icon indicating copy to clipboard operation
micronaut-maven-plugin copied to clipboard

Add `jkube-k8s` and `jkube-oc` packagings to support JKube's Kubernetes and OpenShift integrations

Open alvarosanchez opened this issue 4 years ago • 0 comments

In order to support JKube's kubernetes-maven-plugin and openshift-maven-plugin, this plugin could add 2 additional packaging types:

  • jkube-k8s: delegates to k8s:build for packaging and k8s:push for deployment.
  • jkube-oc: delegates to oc:build for packaging and oc:push for deployment.

That way, users could benefit from the extra features that JKube offers, such as Kubernetes manifest generation, log access, etc.

alvarosanchez avatar Nov 19 '20 08:11 alvarosanchez