Roy Kim on Azure and Microsoft 365
Scenario:
Building upon my previous blog post Managing Azure with Az CLI and Windows Subsystem for Linux, I want to demonstrate examples and techniques in managing a Kubernetes cluster on Azure Kubernetes Service (AKS) in a bash shell using Windows Subsystem for Linux.
As a mainstream Microsoft platform developer and engineer for most of my career, I use many script examples that work in PowerShell and windows cmd terminal. As I have being doing more projects with open source projects on Linux and Kubernetes, I come across more script examples and command line tools that work exclusively or better in a Linux shell. Such scripts just canβt be done or ported easily to a windows console or PowerShell script.
Therefore, using WSL on my Windows 10 machine, I am comfortably able to be sufficient Linux oriented systems engineer and developer.

View original post 435 more words