https://github.com/frzifus/load-operator
Heat, heat and more heat!
https://github.com/frzifus/load-operator
golang kubernetes-operator learning-by-doing study-project
Last synced: about 1 year ago
JSON representation
Heat, heat and more heat!
- Host: GitHub
- URL: https://github.com/frzifus/load-operator
- Owner: frzifus
- License: gpl-2.0
- Created: 2021-11-13T20:23:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T20:08:44.000Z (over 4 years ago)
- Last Synced: 2025-04-01T23:17:47.708Z (about 1 year ago)
- Topics: golang, kubernetes-operator, learning-by-doing, study-project
- Language: Go
- Homepage:
- Size: 120 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Load Operator

The intention of this project is to escape from the bad weather during
the winter season. ;)
Instead of getting wet and cold, it is used to explore the kubernetes
api and develop a deeper understanding of how to interact with it.
## Overview
This repository consists of three basic components:
1. [load-operator](kubebuilder/README.md) based on [Kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) scaffolding
2. [load-operator](operator-sdk/README.md) based on [Operator-sdk](https://github.com/operator-framework/operator-sdk) scaffolding
3. [worker](worker/README.md) app to simulate some load and memory usage
NOTE: Both operator share the same properties in their CRD.
```yaml
properties:
Name:
type: string
TargetLoad:
type: integer
TargetMemory:
type: integer
```
### PRO TIP
Using this project in combination with distributed nodes in your
apartment will dramatically reduce your heating costs!
(depending on your node performance)