Labs
Labs referenced by the Crossplane course. Course-scoped labs live under courses/crossplane/labs/; reusable labs shared with other courses live under the repository-root labs/ directory.
Referenced labs
- Hello Pico — the introductory Pico lab from the Pico course. Produces the
hello-world-picogreeting on a laptop. Descriptor:labs/hello-pico/metadata.yaml. - Hello Pico on Kubernetes — the first runnable Crossplane lab. Installs Crossplane on a local minikube cluster, declares an
XHelloWorldPicoXRD, registers a pipeline-mode Composition, and creates one Composite Resource that reconciles into a KubernetesJobprintingHello, Pico!from inside the cluster. Descriptor:labs/hello-pico-on-kubernetes/metadata.yaml.