Category: Kubernetes, Ubuntu, github, yaml, shell

by There, we did everything manually from building the project, generating a Docker image, and pushing it to Azure Container Registry and deploying it into Azure Kubernetes Service.

Azure Pipelines is a cloud service that you can use to automatically build and test your code project and make it available to other users.

After you sign in, your browser goes to https://dev.azure.com/my-organization-name and displays your Azure DevOps dashboard.

That build will checkout the latest source code from the master branch of your fork, build it, and push the built container to your ACR instance.

Related Articles