Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run k3s on bare metal/VM #107

Open
chaen opened this issue Jun 28, 2024 · 1 comment
Open

Run k3s on bare metal/VM #107

chaen opened this issue Jun 28, 2024 · 1 comment
Assignees

Comments

@chaen
Copy link
Contributor

chaen commented Jun 28, 2024

K3s is the recommended way to run diracx for installation without an existing kubernetes like cluster (k8s, openshift, magnum, etc). However, the problem will be to expose that cluster to outside. That involves DNS/routing and also certificate handling.

For the DNS aspect, the commonly found solution involves metallb and external_dns

For certificates handling, I need to investigate. cert-manager does not allow static certificates.

@fstagni
Copy link
Contributor

fstagni commented Sep 16, 2024

Hi @bertrandrigaud , me and @atsareg are effectively trying to run the diracx chart on bare VMs today, using 3 VMs (Alma9). The cluster will need to be exposed to the outside, and we are running into the issues described above. For the moment (as a poor-man-solution) we moved to NodePort for MySQL and OpenSearch: #114 . We will also assign a certificate to each VM. This denies some of the flexibility that we could have from the system, so improvements in this respect would be welcome. Did you have chance to investigate the possible solutions mentioned above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants