Skip to content

sgfdevs/infra-k8s-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

infra-k8s-apps

Holds the Kubernetes manifests for base infrastructure and applications deployed to the SGF Devs k3s cluster.

Scope

  • Owns: Kubernetes desired state for bootstrap components and app workloads in the SGF Devs k3s cluster.

Structure

  • 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 ingress model

  • Public DNS hostnames (for example hello-nginx.sgf.dev) resolve to the public edge node.
  • The edge cluster forwards *.sgf.dev traffic 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors