You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, in order to determine what actions to take or events have been fired (see hooks and events packages), we directly query the Kubernetes API.
In order to support alternative environments, we need to identify where we query this API, why we query it, and then provide an abstraction for that functionality via the TBC 'navigator-apiserver'.
Once we've refactored out all queries to the Kubernetes API, we should be able to run Pilots in any environment supported by the navigator-apiserver.
Right now, in order to determine what actions to take or events have been fired (see
hooksandeventspackages), we directly query the Kubernetes API.In order to support alternative environments, we need to identify where we query this API, why we query it, and then provide an abstraction for that functionality via the TBC 'navigator-apiserver'.
Once we've refactored out all queries to the Kubernetes API, we should be able to run Pilots in any environment supported by the
navigator-apiserver.