Quick guide how to create / delete namespaces and pods on a kubernetes cluster. Mixing declarative and imperative approaches.
Create a busybox pod with kubectl imperative command.
Create a busybox pod using kubectl and yaml.
Create a busybox yaml template.
Create a busybox pod on different namespaces.