clusterlink icon indicating copy to clipboard operation
clusterlink copied to clipboard

Abstract control plane actions that environment specific behind an interface

Open elevran opened this issue 2 years ago • 3 comments

For example, traffic redirection to gateways (k8s services, iptables, etc.), retrieving client properties for egress authorization, handling DNS/Service creation for an import, etc.

elevran avatar Sep 21 '23 15:09 elevran

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 avatar Feb 26 '24 07:02 elevran

@elevran How about the K3s option, assuming there is an option to run containers in environments such as slurm

praveingk avatar Mar 13 '24 23:03 praveingk

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?

elevran avatar Mar 14 '24 07:03 elevran