{"id":23624959,"url":"https://github.com/wagov-dtt/tutorials-and-workshops","last_synced_at":"2026-01-26T04:32:15.583Z","repository":{"id":260050476,"uuid":"878303260","full_name":"wagov-dtt/tutorials-and-workshops","owner":"wagov-dtt","description":"Content and training related to DTT DevSecOps","archived":false,"fork":false,"pushed_at":"2026-01-12T15:58:56.000Z","size":521,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T21:43:19.494Z","etag":null,"topics":["eks","justfile","kubernetes","kustomize","percona","terraform"],"latest_commit_sha":null,"homepage":"https://soc.cyber.wa.gov.au/training/devsecops-induction/","language":"Just","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wagov-dtt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-10-25T06:26:05.000Z","updated_at":"2026-01-12T15:59:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"46210f2d-51d6-47d8-a3a3-773909858e80","html_url":"https://github.com/wagov-dtt/tutorials-and-workshops","commit_stats":null,"previous_names":["wagov-dtt/tutorials-and-workshops"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wagov-dtt/tutorials-and-workshops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagov-dtt%2Ftutorials-and-workshops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagov-dtt%2Ftutorials-and-workshops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagov-dtt%2Ftutorials-and-workshops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagov-dtt%2Ftutorials-and-workshops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wagov-dtt","download_url":"https://codeload.github.com/wagov-dtt/tutorials-and-workshops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagov-dtt%2Ftutorials-and-workshops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28766886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T03:54:34.369Z","status":"ssl_error","status_checked_at":"2026-01-26T03:54:33.031Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eks","justfile","kubernetes","kustomize","percona","terraform"],"created_at":"2024-12-27T21:18:22.435Z","updated_at":"2026-01-26T04:32:15.576Z","avatar_url":"https://github.com/wagov-dtt.png","language":"Just","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tutorials-and-workshops\n\nHands-on DevOps and Kubernetes examples. Learn by doing.\n\n## Start Here\n\n**New to this?** Read [GETTING_STARTED.md](GETTING_STARTED.md) first.\n\n```bash\n# Install tools and run your first example\njust prereqs\njust deploy-local\n```\n\nThis creates a local Kubernetes cluster with databases. No cloud account needed.\n\n## Quick Reference\n\n| What you want | Command | Cloud needed? |\n|---------------|---------|---------------|\n| AI agent (OpenCode + Bedrock) | `just opencode ~/myproject` | Yes (Bedrock) |\n| Local K8s cluster | `just deploy-local` | No |\n| Analytics demo | `just ducklake-test` | No |\n| S3 filesystem mount | `just rclone-test` | No |\n| Local Drupal CMS | `just drupal-setup` | No |\n| AWS EKS cluster | `just setup-eks` | Yes |\n| S3 backup demo | `just s3-test` | Yes |\n| GitOps with ArgoCD | `just argocd-ui` | Yes |\n\nRun `just` to see all available commands.\n\n## Examples\n\n| Directory | What it teaches | Difficulty |\n|-----------|-----------------|------------|\n| [kustomize/](kustomize/) | Base K8s manifests, overlays pattern | ⭐ Beginner |\n| [ducklake/](ducklake/) | DuckDB analytics with S3 storage | ⭐ Beginner |\n| [rclone/](rclone/) | Mount S3 as filesystem (CSI driver) | ⭐⭐ Intermediate |\n| [drupal/](drupal/) | PHP development with DDEV | ⭐⭐ Intermediate |\n| [s3-pod-identity/](s3-pod-identity/) | EKS Pod Identity, MySQL backups | ⭐⭐⭐ Advanced |\n| [secrets/](secrets/) | External Secrets with AWS Secrets Manager | ⭐⭐⭐ Advanced |\n| [argocd/](argocd/) | GitOps with ArgoCD | ⭐⭐⭐ Advanced |\n| [eksauto/](eksauto/) | EKS cluster via Terraform | ⭐⭐⭐ Advanced |\n\nSee [LEARNING_PATH.md](LEARNING_PATH.md) for the recommended order.\n\n## Prerequisites\n\n| Tool | Purpose | Install |\n|------|---------|---------|\n| [mise](https://mise.jdx.dev/) | Tool version manager | `curl https://mise.run \\| sh` |\n| [Docker](https://docs.docker.com/get-docker/) | Container runtime | Docker Desktop or `docker.io` |\n\nEverything else is installed automatically by `just prereqs`.\n\n## Local Development (No Cloud)\n\n```bash\njust deploy-local   # K8s cluster with databases\njust ducklake-test  # DuckLake analytics demo\njust rclone-test    # S3 filesystem mount demo\njust drupal-setup   # Drupal CMS\n```\n\n## AWS Examples\n\n**Cost warning**: EKS clusters cost ~$80-100/month. Always destroy when done!\n\n```bash\njust setup-eks      # Create EKS cluster (~15 min)\njust deploy         # Deploy base manifests\njust s3-test        # S3 Pod Identity demo\njust secrets-deploy # External Secrets demo\njust argocd-ui      # ArgoCD UI URL\njust destroy-eks    # IMPORTANT: Destroy when done!\n```\n\n## OpenCode AI Agent\n\nRun [OpenCode](https://opencode.ai/) with AWS Bedrock.\n\n```bash\n# 1. Enable Bedrock model access (AWS Console → Bedrock → Model access)\n# 2. Run OpenCode (auto-installs, handles AWS SSO login)\njust opencode ~/myproject\n```\n\nUse `/models` in OpenCode to select a Bedrock model (e.g., Claude Sonnet 4.5). See [OpenCode Bedrock docs](https://opencode.ai/docs/providers/#amazon-bedrock) for advanced configuration.\n\n## Validation\n\n```bash\njust lint           # Validate manifests (kustomize + terraform + trivy)\njust validate-local # Run all local tests\n```\n\n## Environment Setup\n\n**Recommended**: [Debian on WSL2](https://wiki.debian.org/InstallingDebianOn/Microsoft/Windows/SubsystemForLinux), [Project Bluefin](https://projectbluefin.io/), or the included [devcontainer](.devcontainer/).\n\n**macOS (Apple Silicon)**:\n```bash\nbrew install colima docker\nsoftwareupdate --install-rosetta --agree-to-license\ncolima start --cpu 4 --memory 12 --vz-rosetta\n```\n\n## Documentation\n\n| Document | Purpose |\n|----------|---------|\n| [GETTING_STARTED.md](GETTING_STARTED.md) | First-time setup, beginner concepts |\n| [LEARNING_PATH.md](LEARNING_PATH.md) | Suggested order for examples |\n| [GLOSSARY.md](GLOSSARY.md) | Definitions of key terms |\n| [AGENTS.md](AGENTS.md) | For AI agents and contributors |\n\nEach example directory has its own README with detailed explanations.\n\n## Links\n\n- [OpenCode](https://opencode.ai/) - Open source AI coding agent with native Bedrock support\n- [DevSecOps Induction](https://soc.cyber.wa.gov.au/training/devsecops-induction/) - Structured training course\n- [Just command runner](https://github.com/casey/just) - How the justfile works\n- [Kustomize docs](https://kubectl.docs.kubernetes.io/guides/introduction/kustomize/) - Base/overlay pattern\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwagov-dtt%2Ftutorials-and-workshops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwagov-dtt%2Ftutorials-and-workshops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwagov-dtt%2Ftutorials-and-workshops/lists"}