DEV Community

Cover image for Deploy to Azure Kubernetes (AKS) from Azure DevOps with Azure Pipelines
Davide 'CoderDave' Benvegnù
Davide 'CoderDave' Benvegnù

Posted on • Updated on

 

Deploy to Azure Kubernetes (AKS) from Azure DevOps with Azure Pipelines

Do you want to Deploy to Azure Kubernetes (AKS) from Azure DevOps, but you don't know where to start? This is for you!

In this live streaming, part of the "Build Live with Me" series, I'm going to deploy an application to Azure Kubernetes Service (AKS) via Azure DevOps using Azure Pipelines from scratch, live!

You will learn how to set up the integration with AKS, and how to deploy everything to Kubernetes in Microsoft Azure using Azure Pipelines.

Link to the video: https://youtu.be/4Oa5HneTuKs

See you there!

Like, share and follow me 🚀 for more content:

📽 YouTube
Buy me a coffee
💖 Patreon
🌐 CoderDave.io Website
👕 Merch
👦🏻 Facebook page
🐱‍💻 GitHub
👲🏻 Twitter
👴🏻 LinkedIn
🔉 Podcast

Buy Me A Coffee

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.