Exercise
1 minute read
In this exercise, you’ll use Deployments in the VotingApp
In the votingapp directory, replace each Pod specification with a Deployment specification with a single replica. Name these Deployment files deploy-XXX.yaml where XXX is the name of the microservice (voteui, vote, …)
Deploy the application defined by these specifications
Access the vote and result interfaces via NodePort Services
Delete a Pod. What happens ?
Delete the application