walidshaari / Certified-Kubernetes-Security-Specialist

Curated resources help you prepare for the CNCF/Linux Foundation CKS 2021 "Kubernetes Certified Security Specialist" Certification exam. Please provide feedback or requests by raising issues, or making a pull request. All feedback for improvements are welcome. thank you.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

categorize resources to relevant topic

myugan opened this issue · comments

we need to categorize any resources with create a new directory maybe something like this container-security or challenges if there is some exercises to practicing (hands-on) and also other stuff, what do you think? because some resources maybe will related to container stuff not kubernetes itself (cluster)

Sure @myugan , why not? CKS does cover container security. Would you like to have a folder that has generic containers and kubernetes security resources? Something like below?

[walid@honk Certified-Kubernetes-Security-Specialist]$ tree .

├── generic-kubernetes-containers-security
│   ├── Challenges.md
│   ├── Containers.md
│   ├── Kubernetes.md
│   └── README.md
├── hands-on
│   └── 00-kind-cluster
│       ├── kind-1m3w-nocni.yaml
│       ├── kind-create-cluster.asc
│       └── README.md
├── kubernetes-security-specialist-logo-300x285.png
├── license.txt
└── README.md

LGTM @walidshaari let's do it for upcoming repo updates

so you just the new directory and its layout

├── generic-kubernetes-containers-security
│   ├── Challenges.md
│   ├── Containers.md
│   ├── Kubernetes.md
│   └── README.md