- Видео 10
- Просмотров 13 387
Andrei Barbu - courscape com
Румыния
Добавлен 27 дек 2014
Welcome to my channel where I share informative and engaging videos about Azure Kubernetes Service (AKS) and other Azure products. Stay tuned for the latest updates and insights on how to use these services to their fullest potential.
I am a Microsoft employee working daily with Azure containers related products like Azure Kubernetes Service (AKS), Azure Red Hat OpenShift (ARO), Azure Container Instances (ACI), Azure Container Registry (ACR), Azure Application Gateway for Containers (AGC), and Azure Application Gateway Ingress Controller (AGIC).
I deliver courses about these products on Udemy, and if you'd like to find them at discounted prices, you can get the coupon links from: courscape.com
I am a Microsoft employee working daily with Azure containers related products like Azure Kubernetes Service (AKS), Azure Red Hat OpenShift (ARO), Azure Container Instances (ACI), Azure Container Registry (ACR), Azure Application Gateway for Containers (AGC), and Azure Application Gateway Ingress Controller (AGIC).
I deliver courses about these products on Udemy, and if you'd like to find them at discounted prices, you can get the coupon links from: courscape.com
Understand resource reservations and kube-reserved resource optimization in AKS
Explore the efficient management of Kubernetes cluster resources in AKS with this guide on resource reservations and kube-reserved optimization. Learn how AKS reserves CPU and memory, what is left for your application to use and how that is optimized starting with Kubernetes version 1.29.
🌐Discounted prices for Udemy courses: courscape.com
🎬This lesson is part of the AKS course on Udemy: bit.ly/aks-course
Reference commands: github.com/AndreiBarbu95/aks-course/tree/main/Section%2010%3A%20Scaling%20in%20AKS/Understand%20resource%20reservations
Timestamp
0:00 Introduction
0:46 Resource reservation considerations
4:55 Reserved CPU
5:37 Reserved memory (Kubernetes version 1.28 and lower)
10:39 Kube-re...
🌐Discounted prices for Udemy courses: courscape.com
🎬This lesson is part of the AKS course on Udemy: bit.ly/aks-course
Reference commands: github.com/AndreiBarbu95/aks-course/tree/main/Section%2010%3A%20Scaling%20in%20AKS/Understand%20resource%20reservations
Timestamp
0:00 Introduction
0:46 Resource reservation considerations
4:55 Reserved CPU
5:37 Reserved memory (Kubernetes version 1.28 and lower)
10:39 Kube-re...
Просмотров: 214
Видео
Use an Azure Private Link Service (PLS) to Connect to an Internal Load Balancer in AKS
Просмотров 50610 месяцев назад
Azure Private Link Service (PLS) is a powerful feature that allows you to create a private connection between your Azure services and your virtual networks. It is very useful in the scenario when you can't use VNET peering because the networks have overlapping IPs. In this video, we explore what Azure Private Link Service is, how it works, and specifically focus on how to use it in a consumer -...
Integrate AKS and ACR to allow pulling images (multiple methods)
Просмотров 92710 месяцев назад
Learn how to integrate Azure Kubernetes Service (AKS) with Azure Container Registry (ACR) using various methods. 🌐Discounted prices for Udemy courses: courscape.com 🎬AKS course on Udemy: bit.ly/aks-course Timestamp 0:00 Intro 0:41 What integrating AKS and ACR means 1:25 (Theory) Method 1: Azure RBAC method 3:38 (Theory) Method 2: Kubernetes (pull secret) method 6:35 (Demo) Method 1: Azure RBAC ...
Set Files and Folders as Read-Only in Visual Studio Code
Просмотров 1,2 тыс.10 месяцев назад
As a developer or regular VSCode user, safeguarding your critical files and folders from accidental modifications is crucial. In this video, discover how to set files and folders as read-only to prevent costly mistakes. 🛡️📂 🌐Discounted prices for Udemy courses: courscape.com Timestamps: 0:00 Intro 0:27 Understand the default behavior 1:05 Set specific files as read-only and switch back to writa...
Use a Linux self-hosted agent in Azure DevOps Pipelines to deploy to AKS and ACR
Просмотров 73810 месяцев назад
Learn how to set up a self-hosted Linux agent in Azure DevOps Pipelines, enabling seamless deployment to Azure Kubernetes Service (AKS) and Azure Container Registry (ACR). 🌐Discounted prices for Udemy courses: courscape.com 🎬AKS course on Udemy: bit.ly/aks-course Files used: github.com/AndreiBarbu95/azure-devops-aks-acr Timestamps: 0:00 Intro 0:32 Define Microsoft-hosted and self-hosted agents ...
Deploy to Azure Kubernetes Service (AKS) and Container Registry (ACR) using Azure DevOps Pipelines
Просмотров 7 тыс.10 месяцев назад
Learn how to deploy to Azure Kubernetes Service (AKS) and Azure Container Registry (ACR) using Azure DevOps Pipelines. Create service connection, explore preconfigured pipelines, Azure CLI tasks, and seamless deployment with kubectl. 🌐Discounted prices for Udemy courses: courscape.com 🎬AKS course on Udemy: bit.ly/aks-course Files used: github.com/AndreiBarbu95/azure-devops-aks-acr Timestamps: 0...
Retain More Output in Visual Studio Code with the Terminal Integrated Scrollback Setting
Просмотров 11510 месяцев назад
Learn how to retain more output in Visual Studio Code with the "Terminal Integrated Scrollback" setting. 🌐Discounted prices for Udemy courses: courscape.com Timestamps: 0:00 The issue we are going to address 0:36 Reproduce the issue 0:57 Set and understand the "Terminal Integrated Scrollback" setting 2:56 Test after modifying the "Terminal Integrated Scrollback" value 3:05 Outro
Avoid this common mistake in AKS with the NRGLockdown feature
Просмотров 22711 месяцев назад
There is a common mistake that AKS users do often. That can break the AKS cluster and lead to dramatic consequences. In this video, you will learn how to work with the node / infrastructure resource group in AKS and how to configure the NRGLockdown feature to prevent the common mistake that is the main subject of this lecture. 🌐Discounted prices for Udemy courses: courscape.com 🎬AKS course on U...
The Fastest Way to Execute Commands in Visual Studio Code: Run Selected Text
Просмотров 1,3 тыс.11 месяцев назад
Learn how to execute commands faster in Visual Studio Code with the "Run Selected Text In Active Terminal" keyboard shortcut. 🌐Discounted prices for Udemy courses: courscape.com Timestamps: 0:00 The issue and the faster way of doing it 0:34 Set the terminal and the text editor 1:18 Configure "Run Selected Text In Active Terminal" keyboard shortcut 2:11 Actively test the keyboard shortcut 3:07 C...
Azure Kubernetes Service (AKS) with HTTP Proxy
Просмотров 1,1 тыс.11 месяцев назад
🚀 Explore the world of AKS with HTTP Proxy in my latest RUclips video! 🌐 Understand what an HTTP Proxy is and why it's essential. Dive into AKS intricacies with practical man-in-the-middle proxy (mitmproxy) configuration on a VM. Deploy an AKS cluster, tweak configurations, and troubleshoot scenarios for a comprehensive learning experience. Don't miss the insights! 🔍🛠️ ⌨️Find the reference comm...
Thankyou Sir, this is extremely detailed and helpful.
In the yaml pipelines what task u added with template it was needed in brief, this we cant tell in interview.....half videos u have uploaded
you just got a new subscriber. great stuff
Greate video with three wonderfull Example,
Super, thank you.. You saved my day.
This video help me a lot thank you so much for such great knowledge sharing. Please create a detailed video on creating/ writting Azure pipeline for multiple environments to deploy application in AKS and ACR once developer pushed the code into the git hub repo
Hello, we are Cordial Team, we're are reaching out to you about discussing how to take your udemy to the next level getting more students, reviews, sales, visibility and wider audience. Kindly let us schedule a time and discuss about how to implement these promotional activities to your business. Regards, Cordial Team.
great video and examples!!
thank you :-) it was very helpfull 🙂
I'm impressed by your course and its potential impact! I'd love to collaborate on promoting it to a wider audience. Let's discuss how I can help spread the word effectively. Looking forward to your thoughts! Best regards.
awesome
Good Video
Greetings! I recently stumbled upon your Udemy course and I must say, it's truly impressive! I am thrilled to have the opportunity to work with you and help you devise custom-made strategies to increase enrollments, generate positive reviews, and drive sales. It would be great to connect and discuss further details. Looking forward to hearing back from you! Best regards.
NYC SESSION BROTHER DO CONTINUE AND COVER EACH AND EVERY TOPIC IN AKS AND ALSO DO AN ADVANCED SESSIONS ON HELM
Thank you Andrei for your contributions to the AKS community🙂
My pleasure!
Thank you, this video was a huge help.
Very clear and beautifully explained 🎉🎉🎉🎉🎉
Thank you so much 🙂
Hi @andreibarbu1995 If we are using an azure release pipeline for the deployment. Then we don't need this acr integration with the aks cluster. Am I right?
Great session! One question, does proxy work to outh flow? like attach acr and pull image from a private acr.
@Andrei Barbu, I have a private AKS cluster and NGINX also installed as Internal Load Balancer. Now how can I create PLS for this existing service?
You need to have the Kubernetes service type Internal Load Balancer getting the annotation: service.beta.kubernetes.io/azure-pls-create: "true" If it was installed via Helm, you can consider updating helm using "--set controller.service.annotations" parameter.
Great video brother 🎉
Thank you, Salvador! <3
Thanks
Welcome! Thank you too for watching!
Very instructive and clear explanations. thanks for your time and effort
Thank you, Jose! I am happy you found it helpful.
Great, Andrei ! Keep up the good work!!
Thank you, Neal!
I discovered "Run Selected Text In Active Terminal" like 1 year ago, and definitely brought much comfort in my professional life. Everyone should know about this easy productivity tip. Thank you for sharing !
Thanks a lot Andrei! Yes, it's indeed something very easy to implement that saves a lot of time.
Straight to the point ! Nice 🙂
Thanks a lot, Andrei!
It really helped🎉 ur contents are amazing
Thanks a lot, Smita! I am happy you like it.
it helps me a lot, thank you Andrew.
Happy to hear that, Alin! Wish you all the best in your learning journey! 📖
👏👏👏
Thank you, Ionut!
Nice video on AKS w/ http proxy. Can you do a video on Azure Container security policy controls and testing with issues remediation?
Could you please expand more about this topic suggestion?