Skip to content

Commit 4e25a0f

Browse files
committed
docs: Added Production deployment Topologies docs
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
1 parent beaa9a6 commit 4e25a0f

File tree

4 files changed

+1366
-0
lines changed

4 files changed

+1366
-0
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
* [Multi-Team Feature Store Setup](how-to-guides/federated-feature-store.md)
7171
* [Running Feast in production (e.g. on Kubernetes)](how-to-guides/running-feast-in-production.md)
7272
* [Feast on Kubernetes](how-to-guides/feast-on-kubernetes.md)
73+
* [Feast Production Deployment Topologies](how-to-guides/production-deployment-topologies.md)
7374
* [Online Server Performance Tuning](how-to-guides/online-server-performance-tuning.md)
7475
* [Customizing Feast](how-to-guides/customizing-feast/README.md)
7576
* [Adding a custom batch materialization engine](how-to-guides/customizing-feast/creating-a-custom-materialization-engine.md)

docs/how-to-guides/feast-on-kubernetes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Kubernetes is a common target environment for running Feast in production. You c
1010
2. Run scheduled and ad-hoc jobs (e.g. materialization jobs) as Kubernetes Jobs.
1111
3. Operate Feast components using Kubernetes-native primitives.
1212

13+
{% hint style="info" %}
14+
**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.
15+
{% endhint %}
16+
1317
## Feast Operator
1418

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

0 commit comments

Comments
 (0)