This repository contains various examples and practices for Kubernetes Certified Kubernetes Administrator (CKA) certification. It includes examples of pods, deployments, daemonsets, persistent volumes, persistent volume claims, roles, role bindings, cluster roles, cluster role bindings, service accounts, users, jobs, and cron jobs.
This repository is designed to help you practice and understand various Kubernetes concepts and objects required for the CKA certification. Each example is provided with detailed YAML files that you can use to create and manage Kubernetes resources.
Examples of creating and managing pods in Kubernetes.
Examples of creating and managing deployments in Kubernetes.
Examples of creating and managing daemonsets in Kubernetes.
Examples of creating and managing persistent volumes in Kubernetes.
Examples of creating and managing persistent volume claims in Kubernetes.
Examples of creating and managing roles and role bindings in Kubernetes.
Examples of creating and managing cluster roles and cluster role bindings in Kubernetes.
Examples of creating and managing service accounts in Kubernetes.
Examples of creating and managing users in Kubernetes.
Examples of creating and managing jobs in Kubernetes.
Examples of creating and managing cron jobs in Kubernetes.
Contributions are welcome! Please feel free to submit a pull request or open an issue if you have any suggestions or improvements.
This repository is licensed under the MIT License. See the LICENSE file for more details.