Deploying Spring Boot .war file onto Wildfly Pods in kubernetes

5/6/2020

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.

-- syed wasim nihal
kubernetes
spring-boot
wildfly

0 Answers