-
-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
K3s Ingress controller not deployed #133
Comments
The wide variety of versions and setup for Kubernetes is the main reason for opting for the minimal Kubernetes setup. For more complex uses cases, there are more feature packed docker-based solutions that will work with colima e.g. minikube (with docker driver), kind and k3d.
This should not be a problem as port forwarding is automatic. |
I don't consider ingress usage in k8s as a complex use case but more a basic & standard usecase of kubernetes. |
As it could help others, here is what I did to automatically deploy an ingress:
and that's all! Each time you will create a colima vm:
And so the ingress port 8080/8043 will be also "port forwarded" on your host Hope it can help others |
when using colima with kubernets:
colima start --with-kubernetes
a k3s cluster is correctly deployed but without an Ingress controller.
Normally k3s comes with a traefik-ingress-controller.
I found this has been disabled in k3s.go
I wonder why ?
I can deploy myself an Ingress controller but then how to do a port-forwarding of the ingress port ?
The text was updated successfully, but these errors were encountered: