Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
* [Multi-Team Feature Store Setup](how-to-guides/federated-feature-store.md)
* [Running Feast in production (e.g. on Kubernetes)](how-to-guides/running-feast-in-production.md)
* [Feast on Kubernetes](how-to-guides/feast-on-kubernetes.md)
* [Feast Production Deployment Topologies](how-to-guides/production-deployment-topologies.md)
* [Online Server Performance Tuning](how-to-guides/online-server-performance-tuning.md)
* [Customizing Feast](how-to-guides/customizing-feast/README.md)
* [Adding a custom batch materialization engine](how-to-guides/customizing-feast/creating-a-custom-materialization-engine.md)
Expand Down
4 changes: 4 additions & 0 deletions docs/how-to-guides/feast-on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Kubernetes is a common target environment for running Feast in production. You c
2. Run scheduled and ad-hoc jobs (e.g. materialization jobs) as Kubernetes Jobs.
3. Operate Feast components using Kubernetes-native primitives.

{% hint style="info" %}
**Planning a production deployment?** See the [Feast Production Deployment Topologies](./production-deployment-topologies.md) guide for architecture diagrams, sample FeatureStore CRs, RBAC policies, infrastructure recommendations, and scaling best practices across Minimal, Standard, and Enterprise topologies.
{% endhint %}

## Feast Operator

To deploy Feast components on Kubernetes, use the included [feast-operator](../../infra/feast-operator).
Expand Down
Loading
Loading