Abstract control plane actions that environment specific behind an interface
For example, traffic redirection to gateways (k8s services, iptables, etc.), retrieving client properties for egress authorization, handling DNS/Service creation for an import, etc.
an alternative may be to have an operator listening to changes in the k8s API or xDS and then "replicating" the intended to the relevant environment.
CC: @praveingk
@elevran How about the K3s option, assuming there is an option to run containers in environments such as slurm
Not sure I understand what k3s would be used for? Just managing the control plane or the entire runtime, incl data plane? What about user workloads?