This repo contains commands only extracted from the xxxx Lab Guide.
The lab guide is a long, screenshot-heavy document where CLI commands are buried across dozens of pages. Students frequently lose track of which VCF/kubectl context they should be in when running each command. A wrong context means commands silently target the wrong namespace or cluster, producing confusing errors or deploying resources in the wrong place.
The lab also involves multiple context types (based on VCFA/CCI, K8S, and direct k8s using kubeconfig file without switch current context, i.e 'vks-01') supervisor, terminal, ArgoCD CLI) with transitions scattered across chapters. There is no single place in the original guide that maps out this context flow.
This Instructor Guide is a single file reference that:
- Prefixes every CLI command with the required context — so you always know whether you need
vcfa:dev-xxxxx,vks-01,supervisor:test-xxxxx,terminal, or anargocdCLI session before running a command - Calls out every context transition —
vcf context create,vcf context use, andargocd loginare highlighted with annotations showing exactly what changes - Includes a lab overview summarizing what each module and chapter does, which chapters have CLI commands, and the manual-then-GitOps deployment pattern
- Hyperlinked index for quick navigation to any chapter or sub-section
- Page number references back to the original lab guide for screenshots and GUI steps
This file is designed for instructors to sit alongside the original lab guide, not replace it. Use it to quickly find the next command, or commands which should of been used in which context for students, confirm you're in the right context, and understand where you are in the overall flow.