├── Objectives ├── 2-Scheduling │ ├── 1-ManualScheduling.yml │ └── DaemonSet.yml ├── 7-Security │ ├── Cluster scoped resources │ │ ├── ClusterRole-admin.yml │ │ └── ClusterRoleBinding-admin.yml │ └── Namespaced resources │ │ ├── rbac-developer.yml │ │ └── role-binding-developer.yml └── 8-Volumes │ ├── PV.yml │ └── PVC.yml ├── README.md └── etc ├── Authentication.drawio ├── Authentication.png ├── Kubeadm.jpg ├── NetPol.jpg ├── ObjectivesList.jpg ├── add-user.png └── kubeconfig.png /Objectives/2-Scheduling/1-ManualScheduling.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/Objectives/2-Scheduling/1-ManualScheduling.yml -------------------------------------------------------------------------------- /Objectives/2-Scheduling/DaemonSet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/Objectives/2-Scheduling/DaemonSet.yml -------------------------------------------------------------------------------- /Objectives/7-Security/Cluster scoped resources/ClusterRole-admin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/Objectives/7-Security/Cluster scoped resources/ClusterRole-admin.yml -------------------------------------------------------------------------------- /Objectives/7-Security/Cluster scoped resources/ClusterRoleBinding-admin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/Objectives/7-Security/Cluster scoped resources/ClusterRoleBinding-admin.yml -------------------------------------------------------------------------------- /Objectives/7-Security/Namespaced resources/rbac-developer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/Objectives/7-Security/Namespaced resources/rbac-developer.yml -------------------------------------------------------------------------------- /Objectives/7-Security/Namespaced resources/role-binding-developer.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/Objectives/7-Security/Namespaced resources/role-binding-developer.yml -------------------------------------------------------------------------------- /Objectives/8-Volumes/PV.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/Objectives/8-Volumes/PV.yml -------------------------------------------------------------------------------- /Objectives/8-Volumes/PVC.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/Objectives/8-Volumes/PVC.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/README.md -------------------------------------------------------------------------------- /etc/Authentication.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/etc/Authentication.drawio -------------------------------------------------------------------------------- /etc/Authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/etc/Authentication.png -------------------------------------------------------------------------------- /etc/Kubeadm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/etc/Kubeadm.jpg -------------------------------------------------------------------------------- /etc/NetPol.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/etc/NetPol.jpg -------------------------------------------------------------------------------- /etc/ObjectivesList.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/etc/ObjectivesList.jpg -------------------------------------------------------------------------------- /etc/add-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/etc/add-user.png -------------------------------------------------------------------------------- /etc/kubeconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theJaxon/CKA/HEAD/etc/kubeconfig.png --------------------------------------------------------------------------------