
I’ve been using it and evangelizing it for some time now. I don’t have a data plan and it works. My data, location, preferences or anything is not sold to anyone.
It can be a little overwhelming at first. It can be difficult to use at times (the search isn’t great), but in using it, I feel like I’m a part of something good and I can rest better knowing that.
I’ve been trying to learn K8s and more recently the Gateway API. The struggles are that most Helm charts don’t know Gateway (most are barely Ingressroute) and I’m trying to find a solution to one service affecting the other gateways.when a service cannot find a pod, the httproute fails and when one route fails, the ingress fails. It’s a weird cascading problem.
Right now, I’m considering adding a secondary service to each gateway that resolves to a static error page. I haven’t looked into it yet; it cane to me in the brief moment of clarity before I fell asleep last night.
Also, I may be doing everything wrong, but I am learning and learning is fun.