Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makkes/wego-base
Base repo providing services to run on Weave GitOps clusters
https://github.com/makkes/wego-base
Last synced: 3 days ago
JSON representation
Base repo providing services to run on Weave GitOps clusters
- Host: GitHub
- URL: https://github.com/makkes/wego-base
- Owner: makkes
- Created: 2022-07-07T13:13:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T14:02:06.000Z (over 1 year ago)
- Last Synced: 2024-11-01T22:42:38.800Z (about 2 months ago)
- Language: Shell
- Size: 217 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repository for quickly bootstrapping a Kubernetes cluster
## Quickstart
1. Fork this repository into your own account
1. `kind create cluster`
1. `export GITHUB_TOKEN=`
1. `export OWNER=`
1. `export REPO=`
1. `export PRIVATE=`
1. `flux bootstrap github --owner=$OWNER --repository=$REPO --private=$PRIVATE --path=clusters/dev`## Available apps
All apps' manifests are stored in `apps/`. These are the available apps in that directory:
- Repository: https://kubernetes.github.io/ingress-nginx
- ingress-nginx
- Repository: oci://ghcr.io/weaveworks/charts
- weave-gitops
- Repository: https://metallb.github.io/metallb
- metallb
- Repository: https://prometheus-community.github.io/helm-charts
- kube-prometheus-stack## Environments
All environments are stored in the `clusters/` directory, each serving different purposes.
## Enabling/disabling an app
Add or remove the relative path to the app in `clusters//apps/kustomization.yaml`.