{"id":17299041,"url":"https://github.com/strongjz/cka-study","last_synced_at":"2025-04-14T12:24:23.714Z","repository":{"id":72996904,"uuid":"152810120","full_name":"strongjz/CKA-study","owner":"strongjz","description":"My study guide for the CKA based on the CKA Curriculum outline","archived":false,"fork":false,"pushed_at":"2019-02-04T00:30:20.000Z","size":32,"stargazers_count":10,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T17:06:37.909Z","etag":null,"topics":["certified-kubernetes-administrator","cka","kubernetes","study"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strongjz.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":"security/README.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-12T21:36:56.000Z","updated_at":"2024-01-23T04:29:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"4fb3d661-2043-45ad-8ca5-303391e4d2d8","html_url":"https://github.com/strongjz/CKA-study","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongjz%2FCKA-study","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongjz%2FCKA-study/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongjz%2FCKA-study/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongjz%2FCKA-study/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strongjz","download_url":"https://codeload.github.com/strongjz/CKA-study/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248879032,"owners_count":21176421,"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","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":["certified-kubernetes-administrator","cka","kubernetes","study"],"created_at":"2024-10-15T11:20:51.173Z","updated_at":"2025-04-14T12:24:23.702Z","avatar_url":"https://github.com/strongjz.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Curriculum\n\nDetails about the [CNCF CKA Program](https://www.cncf.io/certification/cka/)\n\nThis repos services to outline the [CNCF Curriculum](https://github.com/cncf/curriculum/)\n\n    \n    [X] Application Lifecycle Management 8%\n    [] Cluster Maintenance 11%\n    [] Installation, Configuration \u0026 Validation 12%\n    [] Logging / Monitoring 5%\n    [] Networking 11%\n    [] Scheduling 5%\n    [] Security 12%\n    [] Storage 7%\n    [] Troubleshooting 10%\n\nMore Information\n* [Candidate Handbook](https://www.cncf.io/certification/candidate-handbook)\n* [Curriculum Overview]()\n* [Exam Tips]()\n* [Frequently Asked Questions]()\n\n### [Application Lifecycle Management](./application_lifecycle/README.md)\n* Understand Deployments and how to perform rolling updates and rollbacks.\n* Know various ways to configure applications.\n* Know how to scale applications.\n* Understand the primitives necessary to create a self-healing application.\n\n### [Core Concepts](./core_concepts/README.md)\n* Understand the Kubernetes API primitives. \n* Understand the Kubernetes cluster architecture.\n* Understand Services and other network primitives.\n\n### [Cluster Maintenance](./cluster_maintenance/README.md)\n* Understand Kubernetes cluster upgrade process.\n* Facilitate operating system upgrades.\n* Implement backup and restore methodologies.\n\n### [Installation, Configuration \u0026 Validation](./install_config_valid/README.md)\n* Design a Kubernetes cluster.\n* Install Kubernetes masters and nodes, including the use of TLS bootstrapping.\n* Configure secure cluster communications.\n* Configure a Highly Available Kubernetes cluster.\n* Know where to get the Kubernetes release binaries.\n* Provision underlying infrastructure to deploy a Kubernetes cluster.\n* Choose a network solution. \n* Choose your Kubernetes infrastructure configuration.\n* Run end-to-end tests on your cluster. \n* Analyze end-to-end tests results.\n* Run Node end-to-end tests.\n\n\n### [Logging Monitoring](./logging_monitoring/README.md)\n* Understand how to monitor all cluster components.\n* Understand how to monitor applications.\n* Manage cluster component logs. \n* Manage application logs.\n\n### [Networking](./networking/README.md)\n* Understand the networking configuration on the cluster nodes.\n* Understand Pod networking concepts.\n* Understand service networking.\n* Deploy and configure network load balancer.\n* Know how to use Ingress rules.\n* Know how to configure and use the cluster DNS.\n* Understand CNI.\n\n### [Scheduling](./scheduling/README.md)\n* Use label selectors to schedule Pods.\n* Understand the role of DaemonSets.\n* Understand how resource limits can affect Pod scheduling.\n* Understand how to run multiple schedulers and how to configure Pods to use them.\n* Manually schedule a pod without a scheduler.\n* Display scheduler events.\n* Know how to configure the Kubernetes scheduler.\n\n### [Security](./security/README.md)\n* Know how to configure authentication and authorization.\n* Understand Kubernetes security primitives.\n* Know to configure network policies.\n* Create and manage TLS certificates for cluster components.\n* Work with images securely.\n* Define security contexts.\n* Secure persistent key value store.\n* Work with role-based access control.\n\n### [Storage](./storage/README.md)\n* Understand persistent volumes and know how to create them.\n* Understand access modes for volumes.\n* Understand persistent volume claims primitive.\n* Understand Kubernetes storage objects.\n* Know how to configure applications with persistent storage.\n\n### [Troubleshooting](./troubleshooting/README.md)\n* Troubleshoot application failure.\n* Troubleshoot control plane failure. \n* Troubleshoot worker node failure.\n* Troubleshoot networking.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrongjz%2Fcka-study","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrongjz%2Fcka-study","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrongjz%2Fcka-study/lists"}