CKA
Always focus on practical tips only.
Always use the command line - it is much faster than editing YAML manually. Example: create or modify resources directly using CLI flags instead of opening an editor.
Always take a backup before making any changes. Example: save the current state of a resource before modifying it.
Use
kubectl explainto verify syntax and object structure. Example: check available fields before writing or updating a manifest.
k api-resoruces is good thing