Is k8s cronjob can run in specific namespace?

Nitesh Deshmukh:
Is k8s cronjob can run in specific namespace?

Sola Ajayi:
All kubernetes workloads can run in a specific namespace

Fernando Jimenez:
Yes, if you do not give it a namespace it will run in the default namespace.

Mohamed Ayman:
You can run the cronjob in any namespace.

Kamil Krzywicki:
You can always run: kubectl api-resources
There you have info which resources are namespaced.