Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
85 views

I've been using jKube for a while now to deploy Spring Boot (3.1.6 on Java 17.0.9) applications to Openshift. For this purpose we use Azure Devops and its Maven command task to execute the jKube ...
Deddiekoel's user avatar
  • 2,139
0 votes
1 answer
107 views

We are using the Kubernetes-Maven-Plugin but we often face limitations. We also use kustomize, but don`t know how to properly let those two work together. Are there any best practices known? We expect ...
Dominik Basner's user avatar
0 votes
1 answer
170 views

Using Eclipse JKube (https://www.eclipse.org/jkube/) ,is it possible to deploy Java application to GKE cluster from the Eclipse IDE itself and perform remote debug ? I can see some post on Openshift ...
Soumen's user avatar
  • 121
0 votes
1 answer
939 views

I am testing out some migration in Maven from a Spotify dockerfile plugin with Fabric8 to just using Eclipse's JKube plugin. I have been hitting errors with what I thought would be a simple enough ...
Dennis's user avatar
  • 3,741
0 votes
1 answer
393 views

I tried to use JKube maven plugin. I have a private docker repository, I specified it in my pom.xml, like this: <plugin> <groupId>org.eclipse.jkube</groupId> <...
zamek 42's user avatar
  • 873
1 vote
1 answer
1k views

I'm using Jkube maven plugin to generate a Docker image via a Jenkins pipeline on AWS EC2 instance under Ubuntu. When pipeline executes mvn clean install k8s:build I'm getting this error : [ERROR] ...
Ghassen's user avatar
  • 801
0 votes
0 answers
511 views

I am trying to configure jkube helm-push goal to upload my already existing Helm Chart to our Nexus Helm Repository...(while it seems JKube is the only one supporting Nexus).. But it seems, jkube helm-...
posthumecaver's user avatar
2 votes
1 answer
953 views

I'm trying to generate the helm charts using jkube maven plugin. What I would like to do is put some information in the chart template as {{ .Values.something }}. In order to do that I need to, first ...
Luis Tobon's user avatar
2 votes
1 answer
1k views

I'm trying to generate my Kubernetes manifests (deployment.yml and service.yml) using JKube via this command : mvn k8s:resource But I'm getting this error : [INFO] Scanning for projects... [INFO] [...
Ghassen's user avatar
  • 801
1 vote
1 answer
1k views

I'm trying to use JKube for building and deploying APIs to my K8S cluster but when I do mvn k8s:build I'm getting this error : [INFO] --- kubernetes-maven-plugin:1.1.1:build (default-cli) @ trips-api -...
Ghassen's user avatar
  • 801
1 vote
1 answer
352 views

I am trying installing a simple Spring Boot application by JKube on a microk8s cluster. As remote private docker repository I am using GitHub Packages (beta). While the microk8s is getting the pod, he ...
Andreas Gp.'s user avatar
0 votes
2 answers
275 views

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 "...
msteff's user avatar
  • 1
2 votes
1 answer
1k views

I'm trying to pass the JVM settings to a Java application which is configured to use JKube Maven plugin to deploy on Openshift. I've added in deployment.yaml file the following settings: spec: ...
Carla's user avatar
  • 3,430
1 vote
1 answer
1k views

I have a very simple Spring Boot Helloworld application that displays Hello World! message using a REST API. I would like to deploy that application on my Ubuntu node which has MicroK8s installed. ...
Nital's user avatar
  • 6,114
1 vote
1 answer
1k views

With Docker I need only provide DOCKER_HOST and appropriate credentials in order for the fabric8 plugin to be able to build my container image. As long as a Docker Registry is available - there is no ...
Robin Roos's user avatar

15 30 50 per page