Skip to content

Conversation

@TineoC
Copy link

@TineoC TineoC commented Jul 1, 2025

Deploy Balancer (Dev)

This MR adds a single-file Kustomize deployment for the balancer service.

Structure


balancer/
├── base/
│   ├── deployment.yml
│   ├── ingress.yml
│   ├── kustomization.yml
│   ├── secret.yaml
│   └── service.yml
└── overlays/
└── dev/
└── kustomization.yml

Usage

Apply dev overlay:

kubectl apply -k balancer/overlays/dev

Ensure secret.yaml has real values and your DNS/hosts points balancertestsite.com to the Ingress IP.

Verify

kubectl get pods,svc,ing -l app=balancer
curl -H "Host: balancertestsite.com" http://<INGRESS-IP>/

Cleanup

kubectl delete -k balancer/overlays/dev

@TineoC
Copy link
Author

TineoC commented Jul 1, 2025

@themightychris

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 this pull request may close these issues.

1 participant