Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmontes11/k8s-infrastructure
🏗️ Infrastructure and tenant bootstrapping using Flux
https://github.com/mmontes11/k8s-infrastructure
cert-manager flux gitops grafana helm infrastructure kubernetes kubernetes-cluster kustomize metallb multi-tenant prometheus rook rook-ceph sealed-secrets tailscale tenant traefik
Last synced: 9 days ago
JSON representation
🏗️ Infrastructure and tenant bootstrapping using Flux
- Host: GitHub
- URL: https://github.com/mmontes11/k8s-infrastructure
- Owner: mmontes11
- License: mit
- Created: 2022-03-26T08:53:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T14:49:11.000Z (12 days ago)
- Last Synced: 2024-10-25T15:13:41.629Z (12 days ago)
- Topics: cert-manager, flux, gitops, grafana, helm, infrastructure, kubernetes, kubernetes-cluster, kustomize, metallb, multi-tenant, prometheus, rook, rook-ceph, sealed-secrets, tailscale, tenant, traefik
- Language: Makefile
- Homepage:
- Size: 1.87 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏗️ k8s-infrastructure
Infrastructure and tenant bootstrapping using [Flux](https://fluxcd.io/).### [Clusters](./clusters)
Entrypoint for each cluster that is used by Flux when bootstrapping:
- [homelab](https://github.com/mmontes11/k8s-bootstrap/blob/main/bootstrap.sh): Provisioned in [k8s-bootstrap](https://github.com/mmontes11/k8s-bootstrap).### [Infrastructure](./infrastructure)
Cluster-wide resources and workloads shared between all the tenants.
### [Tenants](./tenants)
Entrypoint for the tenant resources, which live in separated repositories:
- [iot](https://github.com/mmontes11/k8s-iot)
- [media](https://github.com/mmontes11/k8s-media)
- [github-explorer](https://github.com/mmontes11/k8s-github-explorer)
- [gotway](https://github.com/gotway/k8s-gotway)### Network map
![Network map](https://raw.githubusercontent.com/mmontes11/k8s-infrastructure/main/docs/network-map.png)
### Blog
- [Securely Ingressing into Bare Metal Kubernetes Clusters with Gateway API and Tailscale](https://itnext.io/securely-ingressing-into-bare-metal-kubernetes-clusters-with-gateway-api-and-tailscale-cc68299b646a)