Kubernetes with Azure and Azure DevOps

8 videos • 15,211 views • by Houssem Dellai Kubernetes is becoming the standard for deploying and scaling microservices using Docker containers. This video series will walk you through creating and deploying your first Docker container in Kubernetes. We'll start doing that using the dashboard then using the kubectl and YAML files. After that, we'll move to Azure to explore Azure Kubernetes Service AKS, which is the managed Kubernetes offer. There, we'll show you how to create a cluster from Azure Portal and deploy the same Docker container we used in local. Finally, we'll take a look at how DevOps works with kubernetes. Using VSTS, we'll create a CI-CD pipelines in order to build and push the container to Docker Hub. Then during the CD, we'll pull it and deploy it to AKS.