Kubernetes cluster deployment on Azure
In this project walkthrough, I’ll be showing you how to setup a kubernetes cluster on Azure. The Kubernetes cluster will be hosting a simple website inside of a couple of docker containers. The goal of this project is to learn how to deploy a Kubernetes cluster onto Azure using their Kubernetes service called AKS (Azure Kubernetes Service). By the end of this project walkthrough, you’ll have full access to a Kubernetes cluster running on Azure and it will be hosting an application of your choice.
View Details