feat(cattle-system): migrate rancher Ingress to Gateway API #132

Merged
unkinben merged 3 commits from benvin/rancher-gateway-api into main 2026-05-23 00:24:58 +10:00
Owner

Summary

  • Replace Ingress (nginx) with Gateway + HTTPRoute using traefik-internal GatewayClass
  • TLS terminated at the Gateway listener; cert-manager provisions the certificate via vault-issuer
  • external-dns annotations moved to the Gateway

Test plan

  • ArgoCD syncs the cattle-system app cleanly
  • cert-manager issues the rancher-tls certificate
  • external-dns creates the DNS record
  • https://rancher.k8s.syd1.au.unkin.net is reachable
## Summary - Replace `Ingress` (nginx) with `Gateway` + `HTTPRoute` using `traefik-internal` GatewayClass - TLS terminated at the Gateway listener; cert-manager provisions the certificate via `vault-issuer` - external-dns annotations moved to the Gateway ## Test plan - [ ] ArgoCD syncs the cattle-system app cleanly - [ ] cert-manager issues the `rancher-tls` certificate - [ ] external-dns creates the DNS record - [ ] `https://rancher.k8s.syd1.au.unkin.net` is reachable
unkinben added 1 commit 2026-05-22 00:11:14 +10:00
feat(cattle-system): migrate rancher Ingress to Gateway API
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
c9a5a36dbd
Replace nginx Ingress with Gateway + HTTPRoute using the traefik-internal
GatewayClass. TLS is terminated at the Gateway listener via cert-manager.
unkinben added 1 commit 2026-05-23 00:19:00 +10:00
fix(cattle-system): add traefik.io/instance label to Gateway
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
bf2b559d77
unkinben added 1 commit 2026-05-23 00:20:43 +10:00
fix: correct external-dns target IP to 198.18.200.4
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
e951b5228f
unkinben merged commit 20ce2b1b92 into main 2026-05-23 00:24:58 +10:00
unkinben deleted branch benvin/rancher-gateway-api 2026-05-23 00:24:58 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#132