/podset-operator

An example of Kubernetes Operator using the Operator SDK

Primary LanguageGoApache License 2.0Apache-2.0

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