Resource Booking Operator

Cloud resource scheduling using Kubernetes custom resources

memory

Automatically start and stop cloud resources by using the custom Booking type in your Kubernetes cluster.

savings

Reduce cloud operating costs by using on-demand scheduling of resources. Stop resources automatically when they are no longer required.

extension

Extensible, built on top of Kubernetes. Open Source and welcoming contributions on cloud providers and new resource types.

Resource monitor

Continuously scans the given type of resources and manages the resources on the cluster based on the tracked cloud instances. When new instances are tagged, they will instantly appear as a resource.

Resource

A group of instances that share a common tag name. Resources describe the status of the instances they represent, and can also control their state depending on the existence of a booking that reserves them.

Booking

Used to reserve resources, bookings trigger a state change on the resource they’ve scheduled. They have a start and end time based on which the resource should start or stop the cloud instances.

Get Started Documentation