Draft
Conversation
Agent-Logs-Url: https://github.com/Zure/platform-engineering-workshop/sessions/b68d4cfd-eb43-495f-8aab-116d8316ab9c Co-authored-by: Geertvdc <8984505+Geertvdc@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add optional lab on deploying with Crossplane
Add LAB06: Deploying with Crossplane
Apr 1, 2026
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.
Adds an optional specialization lab covering Crossplane as a Kubernetes-native control plane for cloud infrastructure — completing the trilogy of cloud provisioning approaches alongside ASO (LAB03) and Terranetes (LAB05). Prerequisites: LAB01–03 only.
New files
LAB06.md— Full lab guide (~800 lines, 6 parts + stretch + cleanup):AppStorageClaim+ ArgoCD GitOps looplab06/crossplane/— Ready-to-apply manifests:provider-family-azure.yamlproviderconfig-azure.yamlmanaged-resources/resourcegroup.yamlmanaged-resources/storageaccount.yamlcomposition/xrd.yamlAppStorageconcept (exposes both XR + Claim CRDs)composition/composition.yamlXAppStorage→ RG + SA with field-path patchesclaims/app-storage-claim.yamlAppStorageClaimexampleargocd/argocd-application.yamlcrossplane-claims/Git directorystretch/provider-github.yamlRepositoryMRlab06/README.md— Directory structure, quick-start commands, cleanup steps.Updated files
README.md— LAB06 added to the Optional Labs section alongside LAB05.Design
The Composition layer is the pedagogical centrepiece — developers submit a 3-parameter Claim while the platform team owns all Azure-specific complexity:
ArgoCD picks this up from Git and Crossplane reconciles it into a ResourceGroup + StorageAccount in Azure.