Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.