i wonder how hard I'm gonna lean into the kubernetes stuff. I plan on having edge nodes to do caching and I wonder if I should make them kubernetes too
i do really like a lot of the high availability features k8s provides. the rolling updates are funny
@astrid you could totally do edge nodes as a separate node group, control plane in different subnet should be fine so long as inbound access to api server is allowed. Depending on CNI you may need to allow kube-proxy or whatever through also, some need to access the kube api server via the internal service when bootstrapping
@arichtman i think i might do that (assuming the vps can support k8s and an nginx)