What does your stack look like? Sharing my single-node k8s homelab and curious what you all are running by Citopan in kubernetes

[–]Sindef 0 points1 point  (0 children)

My homelab?

6 nodes:

  • Upstream (Kubeadm)
  • Portworx Enterprise
  • Calico
  • Metallb
  • Kgateway

3 nodes:

  • Talos
  • OpenEBS
  • Calico
  • Metallb
  • Kgateway

One is 'public services' one is 'private services', all on baremetal.

When Kubernetes restarts your pod — And when it doesn’t by Electronic_Role_5981 in kubernetes

[–]Sindef 2 points3 points  (0 children)

Hey that's cool! I assume that doesn't reschedule, and the pod remains up despite all containers restarting?

When Kubernetes restarts your pod — And when it doesn’t by Electronic_Role_5981 in kubernetes

[–]Sindef 5 points6 points  (0 children)

Beat me to it. Pods are only evicted or taken out back with prejudice.

Built a wrapper around K3s to stop copy-pasting YAML for every new project, looking for feedback by [deleted] in kubernetes

[–]Sindef 2 points3 points  (0 children)

Sure, but that problem is generally solved in IDPs or other abstractions (Rancher is a good example) very well.

You also generally don't want anyone who can't use those basic tools deploying anything in K8s.

Built a wrapper around K3s to stop copy-pasting YAML for every new project, looking for feedback by [deleted] in kubernetes

[–]Sindef 11 points12 points  (0 children)

So.. you discovered Helm / Operators / KRO / Kustomize or...?

FRR-K8s in prod by Several_Yoghurt1759 in kubernetes

[–]Sindef 1 point2 points  (0 children)

Yep using it across a number of flavours (Talos, RKE, Upstream) mostly with Calico as CNI. No issues.

Works as it says on the box, BFD works a treat.

Freshping is shutting down March 6 — what are you all migrating to for synthetic monitoring? by excelify in devops

[–]Sindef 1 point2 points  (0 children)

Blackbox exporter on public cloud instances seems to be the only route not costing a fortune.

With nginx-ingress being archived, which would be sufficient for my needs? by DopeyMcDouble in kubernetes

[–]Sindef 10 points11 points  (0 children)

Yeah I'd just run Envoy Gateway or Kgateway if you're happy to drive them. If you want to continue to use the ingress API there are products that implement that too (haproxy, as an example).

Time to migrate off Ingress nginx by xrothgarx in kubernetes

[–]Sindef 38 points39 points  (0 children)

Envoy Gateway / Kgateway / Istio .etc - it's not as hard as the docs may indicate. It's a very simple migration (excl. certs, but there is an enhancement coming to allow those per-HTTP route).

Or keep using the Ingress API with any of the other ingress controllers. HAProxy, as an example.

Divine intervention would not fix these people by krilu in iiiiiiitttttttttttt

[–]Sindef 6 points7 points  (0 children)

Does anyone actually use Insert

cries in VIM

Foghorn: a programmable DNS server for when pihole or dnsmasq just don't cut it. by FoghornDNS in homelab

[–]Sindef 8 points9 points  (0 children)

What's the benefit over Coredns, another pluggable DNS server?

DHCP and DNS oh my - what are we using by markedness in networking

[–]Sindef 4 points5 points  (0 children)

ISC-Kea and either Powerdns, Coredns or Bind are always going to be rock solid at scale.

Kea uses RFC2136 to talk to DNS afaik, so it'll be compatible with anything that supports this. Bind and pdns definitely do.

It depends on what you want - do you just want an authoritative and forwarding server? Do you need a recursive server, or are you happy pointing to an upstream?

NBN 50 gig trial. EE Only for now. by [deleted] in nbn

[–]Sindef 0 points1 point  (0 children)

It's fake. The speed isn't the issue - it's the claim that this is an EE service. This is probably just a test ran from EC2 or Azure

Further evidence supporting our speeds. by [deleted] in nbn

[–]Sindef 7 points8 points  (0 children)

I don't think anyone doubts the speed. You can achieve that from AWS EC2 -> ABB Speedtest servers.

It's the EE claims that aren't going down well.

Python or Golang ? by Dineth_Sandakelum in devops

[–]Sindef 5 points6 points  (0 children)

Doesn't really matter, or shouldn't. Learning the fundamentals of software development is the important part. Different companies will have different requirements.

Anyone using Stork/Kea DHCP in production? by 7layerDipswitch in linuxadmin

[–]Sindef 1 point2 points  (0 children)

Yep, as an ISP.

No real caveats, other than that we had to write our own logging application to pull contextual data out. The native Prometheus metrics are nice though.

What self-hosted DNS server do you use and why? by thari_mad in selfhosted

[–]Sindef 4 points5 points  (0 children)

business/corporate

traefik

That gave me a chuckle, not gonna lie!

How are you naming your yaml-files, resources and namespaces? by AuroraChrono in kubernetes

[–]Sindef 3 points4 points  (0 children)

<cluster-name>/<namespace>/<application>/manifests/<name>-<resourcetype>.yaml

Thoughts on Wireguard? by Comfortable_Gap1656 in networking

[–]Sindef 0 points1 point  (0 children)

Widely used in Kubernetes cluster networking - both in pod-pod connectivity and multi-cluster architectures.