0% found this document useful (0 votes)
26 views1 page

Kubernetes Info

This document provides an overview of continuous integration and continuous delivery (CI/CD) using Azure Pipelines and links to several Microsoft documentation pages on getting started with Azure Pipelines. It includes links on how to create a first pipeline, build code from GitHub repositories, build and deploy containers, and more advanced topics like integrating with Kubernetes and Microsoft Teams. Testing with Python is also referenced.

Uploaded by

Momente Dulci
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views1 page

Kubernetes Info

This document provides an overview of continuous integration and continuous delivery (CI/CD) using Azure Pipelines and links to several Microsoft documentation pages on getting started with Azure Pipelines. It includes links on how to create a first pipeline, build code from GitHub repositories, build and deploy containers, and more advanced topics like integrating with Kubernetes and Microsoft Teams. Testing with Python is also referenced.

Uploaded by

Momente Dulci
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Good info:

No experience in ci/cd, read this:

https://docs.microsoft.com/en-gb/azure/devops/pipelines/get-started/what-is-azure-
pipelines?view=azure-devops

https://docs.microsoft.com/en-gb/azure/devops/pipelines/get-started/pipelines-get-
started?view=azure-devops

 First step (to create a pipeline, app):

https://docs.microsoft.com/en-gb/azure/devops/pipelines/create-first-pipeline?
view=azure-devops

 Build code from git:

https://docs.microsoft.com/en-gb/azure/devops/pipelines/repos/github?view=azure-
devops

 Build and deploy containers:

https://docs.microsoft.com/en-
gb/azure/devops/pipelines/ecosystems/containers/build-image?view=azure-devops

 More advanced topics:

https://docs.microsoft.com/en-
gb/azure/devops/pipelines/ecosystems/kubernetes/aks-template?view=azure-
devops

https://docs.microsoft.com/en-gb/azure/devops/pipelines/ecosystems/python?
view=azure-devops

https://docs.microsoft.com/en-gb/azure/devops/pipelines/integrations/microsoft-
teams?view=azure-devops

https://docs.microsoft.com/en-gb/azure/devops/service-hooks/overview?view=azure-
devops

 Wanna do some tests?:

https://docs.microsoft.com/en-gb/azure/devops/pipelines/ecosystems/python?
view=azure-devops#run-tests

You might also like