This is the official home for hands-on workshop content at KCD Texas 2026 — May 15, 2026, TCEA Conference Center, Austin, Texas.
Workshop speakers submit their materials here as Pull Requests before the event. Attendees fork this repo on the day to follow along.
The schedule is announced on March 31, 2026. Workshop materials will be merged as speakers submit them leading up to the event on May 15, 2026.
| Workshop | Speaker(s) | Level | Topics | Directory |
|---|---|---|---|---|
| TBA | TBA |
- Click Fork at the top-right of this page
- Clone your fork locally:
git clone https://github.com/YOUR_USERNAME/workshop-materials.git cd workshop-materials - Navigate into the workshop directory your facilitator directs you to:
cd workshops/workshop-name/ - Follow the
README.mdinside that directory
git clone https://github.com/kcdtexas/workshop-materials.git
cd workshop-materialsMost workshops will require some combination of the following. Check the individual workshop README.md for specifics:
- A laptop with
kubectlinstalled - Access to a Kubernetes cluster (local options: kind, k3d, minikube)
- Docker or Podman
- A GitHub account (for forking)
- Any workshop-specific tooling listed in the individual
README.md
Thank you for leading a workshop at KCD Texas 2026! Please submit your materials as a Pull Request to this repo before May 1, 2026 so attendees can prepare.
See CONTRIBUTING.md for the full step-by-step guide.
- Fork this repo
- Create a directory under
workshops/using the slug format:workshops/your-workshop-slug/ - Use the template from
workshops/_template/as a starting point - Include at minimum:
README.md— overview, objectives, prerequisites, and step-by-step instructions- Any supporting code, manifests, scripts, or config files
- Open a Pull Request with the title:
Add workshop: [Your Workshop Title]
workshops/
└── your-workshop-slug/
├── README.md # Required: full instructions
├── slides/ # Optional: slide deck (PDF or link)
├── manifests/ # Optional: Kubernetes YAML files
├── scripts/ # Optional: setup/teardown scripts
└── demo/ # Optional: demo application code
workshop-materials/
├── README.md # You are here
├── CONTRIBUTING.md # Speaker submission guide
└── workshops/
├── _template/ # Copy this to start your workshop
└── <workshop-slug>/ # One directory per workshop
All participants in this repository and at KCD Texas 2026 are expected to follow the KCD Texas Code of Conduct, which inherits the CNCF Community Code of Conduct v1.3.
- Date: Friday, May 15, 2026
- Venue: TCEA Conference Center, Austin, Texas
- Website: https://texaskcd.com
- CFP info: https://github.com/kcdtexas/cfp
- Talk archive: https://github.com/kcdtexas/talks
- Contact: organizers-texas@kubernetescommunitydays.org
- Website: https://texaskcd.com
- X/Twitter: @KCDTexas
- YouTube: @kcdtexas
- LinkedIn: company/kcd-texas
- CNCF Community: community.cncf.io/kcd-texas