DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Production Grade Ballerina Microservices on Azure AKS - Part 2: Continuous

4 years ago dzone.com
Production Grade Ballerina Microservices on Azure AKS - Part 2: Continuous

Summary: This is a summary of an article originally published by the source. Read the full original article here →

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.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com