Kustomize: no matches for kind "Kustomization" in version "kustomize.config.k8s.io/v1beta1"
So this api version is correct, although I am still not certain why. In order to get past this error message, I needed to run:
kubectl apply -k dir/.
I hope this helps someone in the future!