Earlier quoted context omitted.
k8s manifests are declarative though, not imperative config mgmt like the other tools.
Both Puppet and Ansible are declarative. Why do you think people use them rather than shell scripts ?
Puppet is fully declerative but for me it lacks an easy way to undo changes. It would be nice if it could work like Terraform where it keeps a 'state' of all changes it made in the past so when you remove a resource from your config it could 'undo' the change.
I still use Puppet (mostly with Bolt nowadays) for systems that don't fit Kubernetes, but they're becomming less and less.