I have created two Wildfly pods into my kubernetes cluster(virtual machine) with one service with type nodeport 8080:32514/TCP.
Is there any possible way to deploy my spring boot war files into both the pods simultaneously instead of manually copying it into each of them?
I'am a beginner to the concept of kubernetes. So any inputs would be useful.