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

[RFE] Use just metallb for the API endpoint #81

Closed
e-minguez opened this issue May 16, 2024 · 0 comments · Fixed by #88
Closed

[RFE] Use just metallb for the API endpoint #81

e-minguez opened this issue May 16, 2024 · 0 comments · Fixed by #88

Comments

@e-minguez
Copy link
Contributor

Instead of managing the API VIP via bird, we can just use metallb for that.
We've been doing it for the SUSE Edge using metallb+endpoint-copier-operator so this will be beneficial to:

  • avoid using bird (hence, let's requisites) and do everything based on K8s objects
  • have health checks for free ([RFE] Include anycast-healthchecker #53) as metallb/endpoint-copier-operator/k8s will take care of that automatically
e-minguez added a commit to e-minguez/terraform-equinix-metal-k3s that referenced this issue Oct 3, 2024
- Replaced Bird by native MetalLB
- Setup Ingress IP properly
- Deploy an extra Ingress to handle the Global IP (instead of abusing the regular Ingress that makes unable to expose cluster-wide apps and only global ones)
- Added Rancher deployment (Rancher flavor and version can be provided)
- K3s or RKE2 (any version can be specified)
- Added a helper script to perform the Rancher bootstrap process automatically as well as importing all the clusters to it
- Added `shfmt` to the pre-commit action
- Switched to Terraform >= 1.9.0 (as required to include a new validation)
- Fixed pre-commit action -> pre-commit/action#210

Closes equinix-labs#53, closes equinix-labs#81, closes equinix-labs#67, closes equinix-labs#66
e-minguez added a commit to e-minguez/terraform-equinix-metal-k3s that referenced this issue Oct 3, 2024
- Replaced Bird by native MetalLB
- Setup Ingress IP properly
- Deploy an extra Ingress to handle the Global IP (instead of abusing the regular Ingress that makes unable to expose cluster-wide apps and only global ones)
- Added Rancher deployment (Rancher flavor and version can be provided)
- K3s or RKE2 (any version can be specified)
- Added a helper script to perform the Rancher bootstrap process automatically as well as importing all the clusters to it
- Added `shfmt` to the pre-commit action
- Switched to Terraform >= 1.9.0 (as required to include a new validation)
- Fixed pre-commit action -> pre-commit/action#210

Closes equinix-labs#53, closes equinix-labs#81, closes equinix-labs#67, closes equinix-labs#66
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

Successfully merging a pull request may close this issue.

1 participant