Skip to content

An example of Kubernetes Operator using the Operator SDK

License

Notifications You must be signed in to change notification settings

ahalimx86/podset-operator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PodSet Operator

An example of Kubernetes Operator built with the Operator SDK.

This PodSet operator takes care of scaling up and down pods that run a sleep 3600 command in a busybox image. Nothing really fancy, but the point is to:

  • see how the CRD and operator controller can be defined, packaged and deployed

  • demonstrate the logic of reconcialation when a custom resource changes, or when pods are added or removed by a user

About

An example of Kubernetes Operator using the Operator SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.1%
  • Dockerfile 0.9%