Running Flink Spring boot application on Kubernetes

2022-08-24 Thread Yogesh Jadhav
Hi, If anyone has any thoughts on this. I have created Java Spring boot application which is working fine locally. Now I want to run it on EKS Kubernetes cluster. I’m facing difficulties with class not found. I even tried Maven shaded plug-in . But it’s not working. My goal is to run locally as

Re: Running Flink Spring boot application on Kubernetes

2022-08-24 Thread yu'an huang
Hi, Which class it can not be found? How do you write your spring boot application? Can you also share more logs about that? Best, Yuan On Wed, 24 Aug 2022 at 3:38 PM, Yogesh Jadhav wrote: > Hi, > If anyone has any thoughts on this. I have created Java Spring boot > application which is workin