What's up, selfhosters? - Sunday thread
Anonymouse @ Anonymouse @lemmy.world Posts 12Comments 178Joined 2 yr. ago
Anonymouse @ Anonymouse @lemmy.world
Posts
12
Comments
178
Joined
2 yr. ago
Disclosure of sensitive credentials and configuration in containerized deployments - ownCloud
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.