claudie icon indicating copy to clipboard operation
claudie copied to clipboard

On-premise node support

Open bernardhalas opened this issue 4 years ago • 2 comments

Motivation We need to be able to support on-premise clusters and hybrid-cloud clusters.

bernardhalas avatar Jul 29 '21 12:07 bernardhalas

We have an idea how to handle LB DNS in on-premise use cases.

Implement support for "externally pre-made" DNS records. User would manually create a DNS record pointing to pre-selected LB machines beforehand. Then, the user would input the DNS hostname into Claudie inputManifest, e.g. via a new field externally-premade: . Claudie would assume the DNS record for that hostname already exists, and not manage it (i.e. no healthchecks and no self-healing). Claudie would attempt to create the cluster utilizing that DNS record as the kube-api endpoint.

Konnectivity could possibly help with some on-prem connectivity issues

MarioUhrik avatar Oct 21 '22 11:10 MarioUhrik

This might be relevant to bootstrapping connectivity across private networks. https://tailscale.com/blog/how-nat-traversal-works/

bernardhalas avatar Apr 19 '23 14:04 bernardhalas