I am trying to come up with a scenario where I have multiple Kubernetes namespaces and want to set different log analytics workspaces per namespace because of the GDPR reasons.
Use case: Integration of different log analytics workspaces to AKS and map with specific namespaces
Is there a way I can do this? As per the official documentation, only 1 log analytics workspace is supported in AKS. Anyone has any workaround for this?
Thank you!