December 2019
Intermediate to advanced
494 pages
11h 41m
English
Here's the code for the service object for frontend application pods:
---apiVersion: v1kind: Servicemetadata: name: azure-vote-frontspec: type: LoadBalancer ports: - port: 80 selector: app: azure-vote-front
Let's go over the preceding code:
Now that we have our manifest ready for deployment, we can deploy the application.