Install Feast
This page describes how to install the Feast Operator on Alauda Container Platform. After installation, FeatureStore custom resources can be created to deploy Feast services.
Upload the Operator Package
Download the Feast Operator package, for example feast-operator.ALL.xxxx.tgz.
Use violet to upload the package to the platform repository:
Install the Operator
In Administrator view:
- Go to
Marketplace/Operator Hub. - Select the destination cluster.
- Search for Alauda Build of Feast.
- Click Install.
- Keep the default installation settings unless the environment requires a different namespace.
- Complete the installation.
Verify the Installation
After installation, verify that the operator is running:
The Feast Operator controller pod should be in Running state.
The FeatureStore CRD can also be verified:
Next Steps
Installing the operator creates only the controller and CRDs. Feast services are created after a FeatureStore custom resource is applied.
Continue with Quickstart for FeatureStore configuration and deployment examples.