Zero to Kubernetes on Azure

Zero to Kubernetes on Azure

In this guide, we will create a single-node kubernetes cluster and will deploy a sample application into our cluster from our private container registry, and finally, we are going to configure our cluster to be able to serve our content with TLS certificate from a custom domain! As a result of the deployment of our application, the following resources created in the kubernetes cluster:

Right now, we have pods and services running within the cluster. I hope this would give an overall understanding of how various pieces of technology come together to create a kubernetes cluster that is capable of routing HTTP requests to the services inside the cluster as well as issuing a TLS certificate and keeping it up to date.

Source: idursun.com