https://github.com/neticdk/goto-oaas-demo
GOTO Aarhus 2021 OaaS demo
https://github.com/neticdk/goto-oaas-demo
flux gitops gitops-toolkit kubernetes oaas observability
Last synced: 5 months ago
JSON representation
GOTO Aarhus 2021 OaaS demo
- Host: GitHub
- URL: https://github.com/neticdk/goto-oaas-demo
- Owner: neticdk
- License: mit
- Created: 2021-06-01T10:24:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T11:31:51.000Z (about 1 year ago)
- Last Synced: 2025-05-15T11:48:26.920Z (about 1 year ago)
- Topics: flux, gitops, gitops-toolkit, kubernetes, oaas, observability
- Language: HCL
- Homepage:
- Size: 3.13 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GOTO Aarhus 2021 - OaaS Demo
The respository contains source code for Netic talk at GOTO Aarhus 2021. The purpose is to show two
main points: One is the deployment and workings of the observability packaged and one is to show
how GitOps Toolkit/Flux can be utilized to split responsibilities inside a Kubernetes cluster.
The repository is organized as follows on the `main` branch.
- `gotk` - manifests reconciled by GitOps Toolkit - applying observability to different clusters
- `manifests` - manifests that are manually applied to the cluster during the demonstration
- `terraform` - Terraform code to provision AKS and EKS clusters and bootstrap Flux/GitOps toolkit
Besides this the branch [devops-team](https://github.com/neticdk/goto-oaas-demo/tree/devops-team) simulates
a development team or devops team deploying to a namespace inside of a Kubernetes cluster.
You might also be interested in:
- [Netic OaaS Observability](https://github.com/neticdk/k8s-oaas-observability)
- [Netic OaaS Secure Namespace](https://github.com/neticdk/k8s-oaas-sccd)