-
-
Notifications
You must be signed in to change notification settings - Fork 32
Ingress
Nicholas Wilde edited this page Feb 9, 2021
·
8 revisions
My charts use the nip.io wild card DNS for the Ingress addresses.
Make sure the IP address in nip.io address match that of your ingress controller/load balancer.
Get the load balancer IP address (192.168.1.203) from the kube-system
namespace.
$ kubectl get service --namespace kube-system
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
traefik LoadBalancer 10.43.103.59 192.168.1.203 80:31457/TCP,443:30202/TCP 52d
The ingress host
will then be chartname.192.168.1.203.nip.io
.
- Home
- Deployment
- Integration
- Development
- Scripts
- Requests
- Tips & Tricks
- Troubleshooting
- FAQ
- Contributing
- Code of Conduct