@john222 I wasn't able to get things working as expected with/without the updated code that you provided in your post. At this time, I'm getting the following error message:
➜ curl http://whoami.myexample.io
curl: (6) Could not resolve host: whoami.myexample.io
Here are the issues that I experienced with the post:
- missing K8s SIG CRDs install command. For example,
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1.0/experimental-install.yaml - the manifest for the whoami application wasn't properly formatted. For example, there were several TAB characters
Finally, I'm using the following within my local development environment:
- Traefik v3.1
- Traefik Chart v30.0.2
- macOS 14.6
- K8s v1.30.3
- Minikube v1.33.1
- OrbStack v1.6.4
- MetalLB v0.14.8