DevOps the hard way in Azure

Wanting to understand how to use DevOps technologies and practices for deploying apps and cloud infrastructure to Azure? I’ve created a tutorial based on this!

This tutorial contains a full, real-world solution for setting up an environment that is using DevOps technologies and practices for deploying apps and cloud services/cloud infrastructure to Azure. It is based on the very popular version DevOps the hard way – AWS by Michael Leven

The tutorials scenario

The scenario that you’re currently facing is you work in an organization that is very monolithic. There is a ton of bare metal, virtualization, manual deployments of applications, and old school practices based on the current teams knowledge of IT.

You’re brought in to the company and team to make things more modern so the organization can not only succeed, but stay ahead of their competition. Management now understands the needs and complexity that comes with staying ahead of their competition and they know that they need to. Otherwise, the organization will fall…

What does the DevOps tutorial contain?

You will be using the following technologies and platforms to set up a DevOps environment.

  1. Azure
    • Azure will be used to host the application, cloud infrastructure, and any other services we may need to ensure the Uber app is deployed properly.
  2. GitHub
    • To store the application and infrastructure/automation code
  3. Python
    • Python will be used for the Uber app (it is written in Python) and some automation efforts that aren’t in Terraform.
  4. Terraform
    • Create an Azure ACR repository with Terraform
    • Create an AKS cluster
  5. Docker
    • Create a Docker image
    • Store the Docker image in Azure ACR
  6. Kubernetes
    • To run the Docker image that’s created for the containerized Uber app. Kubernetes, in this case, AKS, will be used to orchestrate the container.
  7. CI/CD
    • Use GitHub Action to create an AKS cluster
  8. Automated testing
    • Testing Terraform code with Checkov

How do I start?

The GitHub repository here

https://github.com/thomast1906/DevOps-The-Hard-Way-Azure

Let me know your thoughts when you have finished, so far its been very popular – 100+ stars in 24 hours!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s