- Видео 64
- Просмотров 55 953
Microsoft Azure Global Black Belt
США
Добавлен 8 фев 2020
Welcome to the Microsoft Azure Global Black Belt Team RUclips Channel! We are a group within Microsoft Solutions focused on Cloud Native technologies! We love all things Azure and Open Source. We host the public AKS Office Hours, a call series focused on Azure Kubernetes Service and the broader Kubernetes ecosystem.
Fixing missing C++ Libraries in GitHub Codespaces using Miniconda3
This is a supplementary video walking through how to fix a missing C++ library error when trying to run MLFlow experiment using GitHub Codespaces and Miniconda3 (python 3.11 build 24.1.2). We ran into this error in the video: ruclips.net/video/J3FzreWkx0s/видео.htmlsi=sjBNqs4XSfdIkBSY
TL;DR: The problem is your $PATH variable load order to your system Python installation NOT preceding the conda version. A simple appending/update of your $PATH variable in ~/.bashrc will fix this.
Hat tip to Diego Casati from the Azure Global Black Belt Team for being a sounding board to fix this error.
The detailed issue: github.com/DevExpGbb/mlflow-codespaces/issues/1
The simple fix: github.com/DevExpGbb/mlfl...
TL;DR: The problem is your $PATH variable load order to your system Python installation NOT preceding the conda version. A simple appending/update of your $PATH variable in ~/.bashrc will fix this.
Hat tip to Diego Casati from the Azure Global Black Belt Team for being a sounding board to fix this error.
The detailed issue: github.com/DevExpGbb/mlflow-codespaces/issues/1
The simple fix: github.com/DevExpGbb/mlfl...
Просмотров: 76
Видео
MLFlow Codespaces
Просмотров 1818 месяцев назад
In this first video of the "Machine Learning Development Experience" series, Ray Kao from the Developer Experience Azure Global Black Belt team walks through using MLFlow and setting up GitHub Codespaces as a reusable quick start Machine Learning Development Environment. MLFlow: mlflow.org Dev Containers: containers.dev GitHub Codespaces: github.com/features/codespaces GitHub Repo: github.com/D...
GitHub Advanced Security, Azure DevOps and Microsoft Defender for Cloud DevOps Security
Просмотров 1,7 тыс.8 месяцев назад
In this video Ray Kao from the Developer Experience and Platform Engineering - Azure Global Black Belt Team will do a brief overview of GitHub Advanced Security (GHAS) in GitHub and Azure DevOps as well as how GHAS can work in conjunction with Microsoft Defender for Cloud: DevOps Security to help provide end-to-end Security for your company. Segments: 0:00 - Introduction 0:19 - Agenda 1:00 - Pe...
Deconstructing AKS Networking for Knowledge and Profit
Просмотров 6 тыс.2 года назад
Ever run into weird network jankyness in your Kubernetes Cluster? Did you want to dive deep into how packets/requests traverse in and out of your environment? In this video Steve Griffith - Principal Technical Specialist from the Digital and App Innovation - Azure Global Black Belt Team at Microsoft, gives us a Masterclass on how to navigate, introspect and debug networking in a Kubernetes Clus...
Microsoft AKS Office Hours | AKS Roadmap Update (06/30/2022)
Просмотров 7132 года назад
Please welcome Jorge Palma - Principal Program Manager Lead on the AKS product team, to discuss updates to the public roadmap for AKS ( github.com/Azure/AKS/projects/1) and upcoming feature timelines. AKS Office Hours past recordings, calendar invite and links: - aka.ms/akspublicofficehours
Microsoft AKS Office Hours | GitOps in Azure (06/16/2022)
Просмотров 1,3 тыс.2 года назад
Please welcome Chris Sanders - Program Manager Lead and Johnathan Innis - Software Engineer, here today to talk about GitOps on Azure with Azure Arc and Flux v2. AKS Office Hours past recordings, calendar Invite and links: - aka.ms/akspublicofficehours
Demo: Azure Policy with AKS on Azure HCI via Azure ARC Enabled Kubernetes
Просмотров 952 года назад
In this demo, Abhilasha Agarwala will show us how Azure Policy helps drive consistency across Kubernetes clusters within your organization. In this example we are running AKS on-prem with Azure HCI that has been joined to Azure via Azure ARC Enabled Kubernetes. This is used as supplemental content to AKS Office Hours June 2 2022 ruclips.net/video/0CfxDMf_eiw/видео.html
Demo: Upgrading AKS on Azure Stack HCI
Просмотров 642 года назад
In this demo video we will be showing how to target and Upgrade an AKS Cluster running on Azure Stack HCI.
Microsoft AKS Office Hours | AKS On-Premises (06/02/2022)
Просмотров 5112 года назад
Welcome Sarah Cooley - Sr. Program Manager Lead here today to talk about AKS on-premises. Presentation Deck: - github.com/Azure/aks-gbb-officehours/blob/main/Presentations/june-2-aks-on-prem.pdf Additional Demo Links: - Azure Policy with AKS on Azure HCI - ruclips.net/video/XZ_zk2yUcTI/видео.html - Upgrading AKS on Azure HCI - ruclips.net/video/XaAAUjz_j2Y/видео.html AKS-Office-Hours Past Recor...
Microsoft AKS Office Hours | Tigera Calico CNI=None (05/19/2022)
Просмотров 4232 года назад
Welcome our partner Tigera for their session on Calico and how it works with the new AKS networking feature, CNI=None. Docs: docs.microsoft.com/en-us/azure/aks/use-byo-cni?tabs=azure-cli AKS-Office-Hours Past Recordings, Calendar Invite and Links: - aka.ms/akspublicofficehours
Microsoft AKS Office Hours | Fleet Management & Networking Roadmap (04/21/2022)
Просмотров 8532 года назад
Shashank Barsin and Patrick Healy from the AKS Product Group walk us through upcoming AKS features around fleet management and networking. AKS-Office-Hours Past Recordings, Calendar Invite and Links: - aka.ms/akspublicofficehours
Microsoft AKS Office Hours | AKS Security Roadmap (05/05/2022)
Просмотров 4472 года назад
Join Michael Withrow from the AKS Product Group as he walks through the AKS Roadmap from a security perspective. AKS-Office-Hours Past Recordings, Calendar Invite and Links: - aka.ms/akspublicofficehours
Microsoft AKS Office Hours | Azure AD Workload Identity (24/03/2022)
Просмотров 1,4 тыс.2 года назад
Learn about the new Azure AD Workload Identity for AKS that will replace AAD Pod Identity. Explore further on the docs: - azure.github.io/azure-workload-identity/docs/ AKS-Office-Hours Past Recordings, Calendar Invite and Links: - aka.ms/akspublicofficehours
Microsoft AKS Office Hours | Azure Container Apps (24/02/2022)
Просмотров 2322 года назад
In this session we are joined by the Azure Container Apps Product Group to discuss the new service that is now in Public Preview: azure.microsoft.com/en-us/services/container-apps/ AKS-Office-Hours Past Recordings, Calendar Invite and Links: - aka.ms/akspublicofficehours
How to profile app performance in Kubernetes with Flame Graphs
Просмотров 7652 года назад
In this video we will walkthrough one approach to profile your app's performance running in a Kubernetes environment. Diego Casati (github.com/dcasati) will show us a set of tools he has packaged together called "Fireball" (github.com/appdevgbb/utils-fireball) which will allow us to deploy a privileged container onto a given node running our app/workload. With this we can use ebpf to sample our...
Power Apps: Makers | EP: 03 - What's REST?
Просмотров 742 года назад
Power Apps: Makers | EP: 03 - What's REST?
Power Apps: Makers | EP: 02 - What's JSON?
Просмотров 1282 года назад
Power Apps: Makers | EP: 02 - What's JSON?
Power Apps: Makers | EP: 01 - What's an API?
Просмотров 2282 года назад
Power Apps: Makers | EP: 01 - What's an API?
Microsoft AKS Office Hours | AKS Roadmap update (13/01/2022)
Просмотров 2102 года назад
Microsoft AKS Office Hours | AKS Roadmap update (13/01/2022)
Microsoft AKS Office Hours | Open Discussion (11/18/2021)
Просмотров 752 года назад
Microsoft AKS Office Hours | Open Discussion (11/18/2021)
Microsoft AKS Office Hours | Linkerd with Buoyant (12/02/2021)
Просмотров 1832 года назад
Microsoft AKS Office Hours | Linkerd with Buoyant (12/02/2021)
Microsoft AKS Office Hours | Microsoft Defender for Containers (12/16/2021)
Просмотров 7102 года назад
Microsoft AKS Office Hours | Microsoft Defender for Containers (12/16/2021)
Microsoft AKS Office Hours | BoxBoat AKS Health Check (9/23/2021)
Просмотров 2163 года назад
Microsoft AKS Office Hours | BoxBoat AKS Health Check (9/23/2021)
Microsoft AKS Office Hours | Windows Containers on AKS (10/7/2021)
Просмотров 4393 года назад
Microsoft AKS Office Hours | Windows Containers on AKS (10/7/2021)
Microsoft AKS Office Hours | Azure Arc for Kubernetes (7/15/2021)
Просмотров 2163 года назад
Microsoft AKS Office Hours | Azure Arc for Kubernetes (7/15/2021)
Microsoft AKS Office Hours | AKS Roadmap Call (8/26/2021)
Просмотров 2903 года назад
Microsoft AKS Office Hours | AKS Roadmap Call (8/26/2021)
Microsoft AKS Office Hours | Azure Application Services (8/12/2021)
Просмотров 1603 года назад
Microsoft AKS Office Hours | Azure Application Services (8/12/2021)
Microsoft AKS Office Hours | Github Actions discussion (6/17/2021)
Просмотров 3183 года назад
Microsoft AKS Office Hours | Github Actions discussion (6/17/2021)
Microsoft AKS Office Hours | AKS with Terraform (6/3/2021)
Просмотров 6873 года назад
Microsoft AKS Office Hours | AKS with Terraform (6/3/2021)
Awesome presentation!
They say you pay for security one way or another but $49 per committer per month for Advanced security is a difficult pill to swallow.
Awesome explanation, Steve! You make networking simple.
Great info!
Tastes like yard clippings. LOL. Classic. :) Great video brother!
geat content ! but i wonder if the pod get outside the vnet using azure cni it ill be nated to the ip node but the node dosnt have a public ip it have ip from a subnet so what ip it will take ?
Wow...Lot of cool details....
Excellent stuff Steve. Never seen a better video on AKS networking. Thanks a ton
Amazing content and rich knowledge! thanks for taking the time building this up
Very informative - would love to see more videos like this on the channel!
Great job Steve. Kicking ass as always.
Fantastic video and I learned a lot. Appreciate the time and efforts! AKS and Kubernetes networking is always complex for me and this helped tremendously.
Thanks Team!
Thanks team!
Nice one!
Thanks
Thanks
Thanks.....waiting for more !!! Thanks for sharing 🙂
So what would be the recommendation for secret implementation if you arent willing to use preview features?
Hey! Great question. So some of this focuses a lot around OSS solutions or preview features we are working to support i.e.: Secret Store CSI Driver project is either OSS or you can use the preview AKS add-on support for it with Key Vault Integration & Pod Identity which can be used OSS, or you can use the preview add-on for AKS which is undergoing a rewrite that will push a new preview and then have an expedited GA timeline. If you don't want to go OSS, and don't want to depend on the preview features in prod- which is fair, I think the approach would be to use the Key Vault SDK and a service principal with a certificate within your application code that allows you to get access to the necessary secrets in your remote secret store.
Great session, eager to see part 2
Thank you Kendall and Ray for this very useful session :)
Amazing
can you use managed identity if you want to use other services such as azure container registry? or is it only through service principal?
You can! Check out the "Summary of managed identities" section in the doc: docs.microsoft.com/en-us/azure/aks/use-managed-identity
The video mentioned some links, can we get those links pasted here?
All links are available at aka.ms/akspublicofficehours under the "Related AKS Resources" section! Thanks :)