Deploying the ASP.NET MVC application

Finally, it is time for the big show! We will now deploy our voting application using a standard Kubernetes Deployment and, in the next section, we will expose it to the external users using the LoadBalancer service. First, we need to briefly summarize what is required for the proper Deployment of our application, as follow:

  • packtpubkubernetesonwindows/voting-application:1.0.0 Docker image will be used for deploying the application. If you have pushed the image to your own image repository, you need to change the manifest file accordingly. We specify a 1.0.0 tag explicitly as we want to avoid pulling an unexpected container image version. You can read more about the best practices for container images ...

Get Hands-On Kubernetes on Windows now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.