Hello, I need to manage IoT devices from several companies. I plan to manage each tenant in Kubernetes with an individual namespace for each tenant. In each namespace, I will have specific services that will be responsible for managing the IoT devices, things like telemetry collection and remote control.
What would be the correct way to give the devices access to these services?
I've currently analyzed the option of creating a pod or a sidecar with NetClient, but I'm not sure if it's the right solution.