actually i have some free time on work and wanted to learn something new. So i started to investigate Kubernetes and try to get something running.
Cluster (k3s) is UP, using hetzner-cloud-controller-manager, wanting to use it with Traefik to deploy 2 Loadbalancers. One for external ingress (Public) and one for internal ingress (LAN) - the one for the internal ingress (LAN) does not have a public IP address, it just haves a private IP within the LAN network.
So i installed Traefik via Helm Chart and then tried to configure the following values.yaml to deploy:
But when trying to upgrade the chart the following error appears:
ERROR: Cannot create Service traefik-internal without ports
I'm still very new to the whole subject and maybe someone can give me a tip as to whether I'm on the right track or whether I'm just producing complete garbage here.
you have to add an entry for your service name under the ports..expose
This can either the reuse of the default entrypoints, or what I am doing, make a new set of entrypoints. As I am wanting to set a different loadbalancer IP for private services.