1. Portworx Documentation
"Stork on Kubernetes": "Stork is a scheduler extender. It allows a user to co-locate pods with their data
enabling hyperconvergence. Stork also provides the ability to seamlessly migrate your applications and data from one Kubernetes cluster to another." This section explicitly identifies Stork as a scheduler extender.
2. Portworx Documentation
"Install Stork": The installation instructions detail the deployment of both the stork (controller/operator) and stork-scheduler components
confirming the two-part nature of its scheduler functionality.
3. Portworx Documentation
"Scheduler Extender": "Stork is a scheduler extender plugin for Kubernetes. When a pod is scheduled
the default Kubernetes scheduler makes an API call to the Stork extender. The Stork extender inspects the pod and if it uses Portworx volumes
it finds the best nodes for the pod to run on." This page details the function of the extender component.