{"id":27610383,"url":"https://github.com/aspnetrun/run-devops","last_synced_at":"2025-05-16T08:03:09.286Z","repository":{"id":37701350,"uuid":"329607958","full_name":"aspnetrun/run-devops","owner":"aspnetrun","description":"Deploying .Net Microservices into Kubernetes, and moving deployments to the cloud Azure Kubernetes Services (AKS) with using Azure Container Registry (ACR) and how to Automating Deployments with Azure DevOps and GitHub.","archived":false,"fork":false,"pushed_at":"2025-04-04T09:53:08.000Z","size":730,"stargazers_count":94,"open_issues_count":6,"forks_count":354,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-16T08:02:00.878Z","etag":null,"topics":["azure-container-registry","azure-devops","azure-kubernetes-service","azure-pipelines","ci-cd","devops","docker","docker-compose","kubernetes","microservices"],"latest_commit_sha":null,"homepage":"https://www.udemy.com/course/deploying-net-microservices-with-k8s-aks-and-azure-devops/?couponCode=APRI25","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aspnetrun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-01-14T12:24:27.000Z","updated_at":"2025-04-26T05:29:04.000Z","dependencies_parsed_at":"2025-04-04T10:29:58.000Z","dependency_job_id":"fb41e245-0a38-47e9-9108-61b68ecc8ca3","html_url":"https://github.com/aspnetrun/run-devops","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspnetrun%2Frun-devops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspnetrun%2Frun-devops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspnetrun%2Frun-devops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspnetrun%2Frun-devops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aspnetrun","download_url":"https://codeload.github.com/aspnetrun/run-devops/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493381,"owners_count":22080126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure-container-registry","azure-devops","azure-kubernetes-service","azure-pipelines","ci-cd","devops","docker","docker-compose","kubernetes","microservices"],"created_at":"2025-04-22T23:27:13.683Z","updated_at":"2025-05-16T08:03:09.267Z","avatar_url":"https://github.com/aspnetrun.png","language":"C#","readme":"# Deploying .Net Microservices to Azure Kubernetes Services(AKS) and Automating with Azure DevOps\nDeploying .Net Microservices into Kubernetes, and moving deployments to the cloud Azure Kubernetes Services (AKS) with using Azure Container Registry (ACR) and how to Automating Deployments with Azure DevOps and GitHub.\n\n| Image | Status |\n| ------------- | ------------- |\n| Shopping Client |  [![Build Status](https://dev.azure.com/ezozkme/shopping/_apis/build/status/shoppingclient-pipeline?branchName=main)](https://dev.azure.com/ezozkme/shopping/_build/latest?definitionId=14\u0026branchName=main) |\n| Shopping API | [![Build Status](https://dev.azure.com/ezozkme/shopping/_apis/build/status/shoppingapi-pipeline?branchName=main)](https://dev.azure.com/ezozkme/shopping/_build/latest?definitionId=13\u0026branchName=main) | | |\n\n\n**UDEMY COURSE WITH DISCOUNTED - Step by Step Development of this repository -\u003e https://www.udemy.com/course/deploying-net-microservices-with-k8s-aks-and-azure-devops/?couponCode=APRI25**\n\n**Check Explanation of this Repository on Medium -\u003e https://mehmetozkaya.medium.com/deploying-net-microservices-to-azure-kubernetes-services-aks-and-automating-with-azure-devops-c50bdd51b702**\n\n### Overall Picture\nSee the overall picture. You can see that we will have 3 microservices which we are going to develop and deploy together.\n\n![Overall Picture of Repository](https://user-images.githubusercontent.com/1147445/105671396-b152f580-5ef3-11eb-8f3b-7f9f7c9c4d24.png)\n\n### Shopping MVC Client Application\nFirst of all, we are going to develop Shopping MVC Client Application For Consuming Api Resource which will be the Shopping.Client Asp.Net MVC Web Project. But we will start with developing this project as a standalone Web application which includes own data inside it. And we will add container support with DockerFile, push docker images to Docker hub and see the deployment options like “Azure Web App for Container” resources for 1 web application.\n### Shopping API Application\nAfter that we are going to develop Shopping.API Microservice with MongoDb and Compose All Docker Containers.\nThis API project will have Products data and performs CRUD operations with exposing api methods for consuming from Shopping Client project.\nWe will containerize API application with creating dockerfile and push images to Azure Container Registry.\n### Mongo Db\nOur API project will manage product records stored in a no-sql mongodb database as described in the picture.\nwe will pull mongodb docker image from docker hub and create connection with our API project.\nAt the end of the section, we will have 3 microservices whichs are Shopping.Client — Shopping.API — MongoDb microservices.\nAs you can see that, we have\n* Created docker images,\nCompose docker containers and tested them,\nDeploy these docker container images on local Kubernetes clusters,\nPush our image to ACR,\nShifting deployment to the cloud Azure Kubernetes Services (AKS),\nUpdate microservices with zero-downtime deployments.\n### Deploy to Azure Kubernetes Services (AKS) through CI/CD Azure Pipelines\nAnd the last step, we are focusing on automation deployments with creating CI/CD pipelines on Azure Devops tool. We will develop separate microservices deployment pipeline yamls with using Azure Pipelines.\nWhen we push code to Github, microservices pipeline triggers, build docker images and push the ACR, deploy to Azure Kubernetes services with zero-downtime deployments.\n\n![cicd](https://user-images.githubusercontent.com/1147445/105671542-f37c3700-5ef3-11eb-9532-59a5855214d0.png)\n\nYou’ll see how to deploy your multi-container microservices applications with automating all deployment process seperately.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspnetrun%2Frun-devops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faspnetrun%2Frun-devops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspnetrun%2Frun-devops/lists"}