Replies: 4 comments 10 replies
-
@m3dwards I had forgotten about needing load balancers, that's a good point w.r.t cost. Regarding Minikube, I don't really care? if I'm dev'ing locally, port forward seems fine to me and running a load balancer seems like a PITA. But for a managed cluster, potentially with many users connecting, port forwarding seems less than ideal. My main issues with port-forwarding:
Regarding cost, this would be good to quantify. If it's a fraction on top of what we are already paying for to run these clusters, seems fine? But it if ends up increasing total cost by like, 10%.. less ideal |
Beta Was this translation helpful? Give feedback.
-
Hate to be on the warpath about this, but I seriously doubt port forwarding is going work for Tabconf. We are trying to build a "production" use case around a debugging feature, which is going to bite us in the ass. From reading the docs a bit, port-forwarding is meant for a single user of kubectl to quickly gain access to ports; I haven't seen anything that indicatese port-forwarding will work with if the idea is we will be the only ones running a dashboard, that might work but I think it will still be flakey and need us to be restarting the port forward. From what ive read, port forwarding is also slow and not meant for lots of data, which is terrible for a dashboard. Theres also nothing from stopping users from accidentally port-forwarding (e.g., via If someone can prove me wrong on this, fantastic, I'll shut up about it! In the absence of that I think we need to do ingress. I can pick it up week after next, but in the meantime I'd suggest we stop building features around port forwarding. There is also nothing that stops us individual devs from port forwarding by just running the kubectl commands ourselves, so really no need for it to be in the python code. |
Beta Was this translation helpful? Give feedback.
-
yeah port forwarding sucks. it dropped on my laptop and i dont know how to get it back using warnet without |
Beta Was this translation helpful? Give feedback.
-
Merged in #607 |
Beta Was this translation helpful? Give feedback.
-
Starting a thread from #526 (comment):
Beta Was this translation helpful? Give feedback.
All reactions