Categorygithub.com/zeromsi/podset-operator
module
0.1.0
Repository: https://github.com/zeromsi/podset-operator.git
Documentation: pkg.go.dev

# README

= PodSet Operator

An example of Kubernetes Operator built with the https://github.com/operator-framework/operator-sdk[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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author