TerraKubeSphere I: Exploring the Azure Cloud with Docker, Terraform, and Kubernetes
Introduction: Design. In this Post, we are going to deploy our application as explained in this design using tools such as Docker, Kubernetes or Terraform. The first thing we will do is to create a Docker image of our application and upload it to our Docker Hub repository. Subsequently, we will use Terraform to deploy several resources in our Azure account. Among them, we will deploy an ACR along with the Docker image we created earlier to store it there and have it ready to deploy to our AKS. In addition, we will…continue reading →