Azure Arc-enabled Kubernetes MicroHack: comprehensive fixes and improvements#338
Merged
ASchwarz1984 merged 76 commits intomicrosoft:mainfrom Apr 20, 2026
Merged
Azure Arc-enabled Kubernetes MicroHack: comprehensive fixes and improvements#338ASchwarz1984 merged 76 commits intomicrosoft:mainfrom
ASchwarz1984 merged 76 commits intomicrosoft:mainfrom
Conversation
added 30 commits
September 25, 2025 10:12
merging upstream changes into working fork for arc-enabled kubernetes
updated to supported k8s version
added challenges in content table
tags to avoid SSH port closure updated setup read.me scp syntax fix
fixed logic to test for az cli extensions fixed links added workaround for cli bug in k8s policy assignment
fix for helm deployment without loadbalancer
added cleanup script for manually created resources fixed terraform destroy issue for shut-down vms
- Terraform: Windows 11 Pro VM per participant with WinRM for Ansible - Terraform: Central Azure Bastion (Standard SKU) with VNet peering to all participant VNets - Ansible: Playbook to install Git, VS Code, WSL2 (via Chocolatey), Ubuntu, Azure CLI, kubectl, Helm - Ansible: Auto-generated inventory and Bastion tunnel helper script - NSGs: RDP/WinRM restricted to Bastion subnet, SSH/K3s API restricted to VirtualNetwork - Updated readme with architecture, deployment steps, and security notes - start_here.sh: Auto-create provider.tf from template if missing Closes #3
- fixed ansible pb issues - fixed trailing \r
- replaces public with private ip addresses
# Conflicts: # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/Readme.md # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/challenges/challenge-01.md # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/challenges/challenge-02.md # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/challenges/challenge-03.md # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/challenges/challenge-04.md # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/challenges/challenge-05.md # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/lab/k3s-master-setup.sh # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/lab/k3s-worker-setup.sh # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/lab/k8s-cluster.tf # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/lab/provider-template.txt # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/lab/readme.md # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/lab/start_here.sh # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/lab/variables.tf # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/walkthrough/challenge-01/az_connect_k8s.sh # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/walkthrough/challenge-01/solution.md # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/walkthrough/challenge-02/solution.md # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/walkthrough/challenge-03/solution.md # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/walkthrough/challenge-04/solution.md # 03-Azure/01-03-Infrastructure/03_Hybrid_Azure_Arc_Kubernetes/walkthrough/challenge-05/solution.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Comprehensive updates to the Azure Arc-enabled Kubernetes MicroHack (03_Hybrid_Azure_Arc_Kubernetes).
Changes
Infrastructure & Lab Environment
Challenges & Walkthroughs
General
Fixes #2, #4, #5