How to use skaffold debug mode with Java application

8/7/2019

So I have two queries

  • debug mode is independent of builder used ? I have tried with jib and kaniko
  • So while trying with kaniko, I have created a dockerfile where I am copying the required jar file. Application is running successfully now I have breakpoint in my hello world springboot app but it doesnot stop there.

I have read skaffold debug info but still not able to get it in working state.

-- prashant
kubernetes
skaffold

0 Answers