Hi @Rohit4 , First, create one docker file using java based image.Then install all the dependencies required for the jar.Build that docker file and push the docker image to the container repository like docker hub, harbor or ACR.Create one manifest file for the Kubernetes pod and mentioned your dock...