Skip to content

frzifus/load-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 based on Kubebuilder scaffolding
  2. load-operator based on Operator-sdk scaffolding
  3. worker app to simulate some load and memory usage

NOTE: Both operator share the same properties in their CRD.

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)