At CKA exam we can just only use the k8s document and blog.
But, At CKS exam there are a lot of tool outside of k8s , witch is not include in k8s document and blog.
such as:
falco,
gVisoe,
kube-bench
… …
So, when I take the exam , Can I use other document like this.
Some, but not all of those tools, are also allowed. See the LF pages for the details:
This includes all available language translations of these pages (e.g. https://kubernetes.io/zh/docs/)
This includes all available language translations of these pages (e.g. https://falco.org/zh-cn/docs/)
1 Like
Thank you.
The most thing I’m worried about is to write a falco rule.
I think can write falco rule with this “Falco documentation The Falco Project | Falco” .
You will generally not be asked to write a falco rule from scratch. More likely you will have to copy an existing rule from falco_rules.yaml
to falco_rules.local.yaml
and edit it.
Then use this page Supported Fields for Conditions and Outputs | Falco
1 Like