Holds the Kubernetes manifests for base infrastructure and applications deployed to the SGF Devs k3s cluster.
- Owns: Kubernetes desired state for bootstrap components and app workloads in the SGF Devs k3s cluster.
src/k8s/flux/: Flux Kustomizations that define reconciliation order.src/k8s/bootstrap/: Base cluster components and cluster-level configuration.src/k8s/apps/: Application manifests deployed to the cluster.
- Public DNS hostnames (for example
hello-nginx.sgf.dev) resolve to the public edge node. - The edge cluster forwards
*.sgf.devtraffic to internal SGF Devs k3s nodes. - HTTPS is SNI passthrough at the edge, so TLS terminates on the destination workload cluster ingress.
- This repo defines destination ingresses/services; edge entry and forwarding rules are owned by
glitchedmob/infra-public-edge.