How does workspace relate to Kubernetes namespaces

Hi!
As I was reading through the documentation for Waypoint. I was curious to read about the workspace concept. How does that relate to Kubernetes namespaces? Is that a 1:1 mapping with it?

There is no correlations - workspaces are entirely in Waypoint and namespaces are entirely in Kubernetes. However, in your waypoint.hcl, you can point to specific namespaces (that need to already exist) on your k8s platform.