Comprehensive workshop refresh: infra, content, and tooling update#38
Open
aussinfosec wants to merge 1 commit intolockfale:mainfrom
Open
Comprehensive workshop refresh: infra, content, and tooling update#38aussinfosec wants to merge 1 commit intolockfale:mainfrom
aussinfosec wants to merge 1 commit intolockfale:mainfrom
Conversation
Archive all 6 conference-specific directories and create a new conference-agnostic current/ directory as the single source of truth. Infrastructure: - Bump K8s v1.27.3 -> v1.31.4, kind v0.20.0 -> v0.27.0, Helm v3.12.1 -> v3.16.4 - Migrate Loki from deprecated loki-distributed to monolithic mode - Update Tracee 0.19.0 -> 0.24.0 - Add Falco (with Falcosidekick) and Cilium Tetragon for runtime security - Add cosign, crane, syft, grype for supply chain security labs - Remove deprecated charts.helm.sh/stable Helm repo - Replace unreliable nixery.dev images with ubuntu:22.04 and alpine/curl - Pin all container image tags explicitly New content modules: - Module 8: Supply chain security (cosign, crane, syft, grype, tag mutability) - Module 9: Modern runtime security (Tracee vs Falco vs Tetragon comparison) - Module 10: Cloud-native attacks (IMDS, DNS exfil, network policy bypass) Documentation: - Make all docs conference-agnostic - Update requestbin references to Pipedream - Add AWS/Azure VM alternatives to lab setup - Add verification script (scripts/verify-setup.sh) - Expand cheatsheet with supply chain and runtime security tool references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
archived/, create conference-agnosticcurrent/as single source of truthChanges by area
Infrastructure (
lab-ansible-setup.yml,k8s-ansible-setup.yml,kind-lab-config.yaml)K8s Manifests
evilpod.yaml:ubuntu(untagged) →ubuntu:22.04attacker-pod.yaml:nixery.dev/shell/openssl/strace→ubuntu:22.04+ aptnothingallowedpod.yaml:nixery.dev/shell/curl→alpine/curl:8.11.1pods.yaml:tracee-tester→aquasec/tracee-tester:latestsupply-chain-demo.yaml,imds-demo-pod.yaml,network-policy-demo.yamlfalco-system,tetragonNew Lab Content (
labs_walk_thru.md)Documentation
lab-setup.md: Rewritten for Ubuntu 22.04, tool version table, AWS/Azure alternatives, verification stepcheatsheet.md: Added supply chain + runtime security tool quick reference, Grafana Loki queries, version tableREADME.md(root + current): Conference-agnostic, updated module listscripts/verify-setup.shsmoke test scriptTest plan
ansible-playbook lab-ansible-setup.ymlon fresh Ubuntu 22.04 GCP e2-standard-2scripts/verify-setup.shkind create cluster --config=kind-lab-config.yamlansible-playbook k8s-ansible-setup.yamland verify all Helm releases deploy🤖 Generated with Claude Code