// , Do Kubernetes have their own authentication method configurations in Vault?
And how, if at all, does that affect the API path structure for setup?
E.g. to enable an auth method for a couple of Kubernetes namespaces, would I need to make my POST against $VAULT_ADDR/v1/auth/kubernetes/namespace1, and $VAULT_ADDR/v1/auth/kubernetes/namespace2?