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 well as on K8 cluster. Appreciate any help on this.
Thanks!