{"id":27268002,"url":"https://github.com/yornik/cka-ckad-training","last_synced_at":"2026-05-18T00:06:24.918Z","repository":{"id":287185286,"uuid":"963880986","full_name":"Yornik/cka-ckad-training","owner":"Yornik","description":"*WIP* not very good cert training material","archived":false,"fork":false,"pushed_at":"2025-04-10T11:14:18.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T12:47:49.815Z","etag":null,"topics":["certification-prep","kubernetes","training-materials"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yornik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-04-10T10:59:24.000Z","updated_at":"2025-04-10T11:17:16.000Z","dependencies_parsed_at":"2025-04-10T12:47:51.419Z","dependency_job_id":"537affab-36fa-4f00-b2b2-b6c763499a24","html_url":"https://github.com/Yornik/cka-ckad-training","commit_stats":null,"previous_names":["yornik/cka-ckad-training"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Yornik/cka-ckad-training","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yornik%2Fcka-ckad-training","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yornik%2Fcka-ckad-training/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yornik%2Fcka-ckad-training/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yornik%2Fcka-ckad-training/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yornik","download_url":"https://codeload.github.com/Yornik/cka-ckad-training/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yornik%2Fcka-ckad-training/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266761475,"owners_count":23980300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["certification-prep","kubernetes","training-materials"],"created_at":"2025-04-11T10:27:36.631Z","updated_at":"2026-05-18T00:06:24.844Z","avatar_url":"https://github.com/Yornik.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧪 Kubernetes CKAD \u0026 CKA Lab Projects\n\nThis repository contains practical projects to help you prepare for the **CKAD** (Certified Kubernetes Application Developer) and **CKA** (Certified Kubernetes Administrator) certifications.\n\nEach project includes:\n- ✅ Clear learning goals\n- 🧠 Step-by-step instructions\n- 🛠️ Working solution YAMLs\n- 🧪 Real-world SRE-style scenarios\n\n\u003e ⚠️ **Disclaimer:** All content in this repository was generated with the help of **ChatGPT**. While it should be functional, it may contain inaccuracies or deviate from Kubernetes best practices. Always cross-reference with the [official documentation](https://kubernetes.io/docs/).\n\n---\n\n## 📂 Folder Structure\n\n```\nckad-cka-labs/\n├── ckad/        # Developer-focused projects\n├── cka/         # Admin/operator-focused projects\n├── shared/      # Reusable setup \u0026 helper scripts\n```\n\n---\n\n## 📦 Projects\n\n### CKAD\n| Project | Topics |\n|--------|--------|\n| `project1-wordpress-deployment` | Deployments, PVC, ConfigMaps, Probes |\n| `project2-sidecar-logger` | Multi-container Pods, shared volumes |\n| `project3-helm-packaging` | Helm templating |\n| `project4-network-policy` | Pod-to-pod traffic control |\n\n### CKA\n| Project | Topics |\n|--------|--------|\n| `project5-kubeadm-cluster` | Manual cluster bootstrap |\n| `project6-rbac-sa` | RBAC, RoleBindings, ServiceAccounts |\n| `project7-etcd-backup-restore` | Disaster recovery |\n| `project8-security-context` | PodSecurityContext, taints \u0026 tolerations |\n\n---\n\n## 💻 Requirements\n\n- 🧠 Basic understanding of Kubernetes\n- 💻 1–3 VMs on your COmputer (e.g. via Multipass or UTM)\n- 🐧 Ubuntu 22.04 recommended\n- 🐳 Docker or containerd\n- ✅ K3s, Minikube, or kubeadm-based cluster\n\n---\n\n## 🛠️ Pro Tips\n\n- Practice YAML creation from memory\n- Use `kubectl explain`, `kubectl create --dry-run=client -o yaml`\n- Use `kubectl get all -n \u003cnamespace\u003e` frequently to inspect cluster state\n- Simulate exam conditions: **no GUI, 2-hour limit, terminal-only**\n\n---\n\n## 🧠 Why This Exists\n\nThis project is designed for SREs, homelabbers, and aspiring K8s certified pros who want to learn by **doing**, not just reading.\n\nMade with 💙 by ChatGPT and a curious homelabber.\n\n---\n\n## ✅ License\n\nMIT License — free to use, modify, and share!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyornik%2Fcka-ckad-training","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyornik%2Fcka-ckad-training","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyornik%2Fcka-ckad-training/lists"}