@trstringer
Is it possible to create a custom resource controller based off of a separate API?
For example, let's say I want to have an object similar to replicaset in that I want to have 3 instances of my application up and running in a GCP VM? Is it possible to create a custom resource and controller that gets the state from GCP APIs (in this case) but leverages custom controller to provide a declarative state.