Questions tagged [jkube]

Eclipse Jkube is an open source collection of plugins and libraries that are focused on generating and deploying Java applications on cloud platforms. It provides utilities for building docker images, and deploying your workloads onto Kubernetes without having any knowledge of Kubernetes; hence providing a nice developer experience.

Eclipse JKube is a collection of plugins and libraries that are used for generating and deploying Kubernetes/Openshift manifests at compile time. It brings your Java applications on to Kubernetes and OpenShift. It provides a tight integration into Maven and benefits from the build configuration already provided. This project focus on two tasks: Building Docker images and creating Kubernetes and OpenShift resource descriptors.

17 questions
0
votes
2 answers

jkube resource failed: Unknown type CRD

I am using jkube to deploy a springboot helloworld application on my kubernetes installation. I wanted to add a resource fragment defining a Traefik ingress route but k8s:resource fails with "Unknown type 'ingressroute'". IngressRoute has already…
msteff
  • 1
  • 2
0
votes
1 answer

ImageChange trigger not set in deploymentConfig when building with fabric8-maven-plugin (4.4.0) in Openshift 3.11

I am building a spring boot java application with maven and fabric8-maven-plugin for openshift. The command line I am running is: mvn -Dfabric8.mode=openshift -Ddocker.skip=true clean install fabric8:resource fabric8:build fabric8:apply…
u123
  • 15,603
  • 58
  • 186
  • 303
1
2