Does Kubernetes plan to support orchestrating raw binaries like nomad?

Does Kubernetes plan to support orchestrating raw binaries(like say executing python script without containerizing) like nomad although I understand they both are built for different purpose etc! I see that there are still some companies in the industry doesn’t want to move towards using containers yet therefore my question.

To put it simply. No.

Kubernetes is focused around distribution and orchestration of containers. It has been extended to run things such as virtual machines, but those are still handled through the Container Runtime Interface.