Skip to content

Commit fafa3e3

Browse files
authored
chore: Add more references to kubernetes for SEO for k8s (#3170)
* chore: Add more references to kubernetes for SEO for k8s Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 7613342 commit fafa3e3

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* [Read features from the online store](how-to-guides/feast-snowflake-gcp-aws/read-features-from-the-online-store.md)
5050
* [Scaling Feast](how-to-guides/scaling-feast.md)
5151
* [Structuring Feature Repos](how-to-guides/structuring-repos.md)
52-
* [Running Feast in production](how-to-guides/running-feast-in-production.md)
52+
* [Running Feast in production (e.g. on Kubernetes)](how-to-guides/running-feast-in-production.md)
5353
* [Upgrading for Feast 0.20+](how-to-guides/automated-feast-upgrade.md)
5454
* [Customizing Feast](how-to-guides/customizing-feast/README.md)
5555
* [Adding a custom batch materialization engine](how-to-guides/customizing-feast/creating-a-custom-materialization-engine.md)

docs/how-to-guides/running-feast-in-production.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Running Feast in production
1+
# Running Feast in production (e.g. on Kubernetes)
22

33
## Overview
44

5-
After learning about Feast concepts and playing with Feast locally, you're now ready to use Feast in production. This guide aims to help with the transition from a sandbox project to production-grade deployment in the cloud or on-premise.
5+
After learning about Feast concepts and playing with Feast locally, you're now ready to use Feast in production. This guide aims to help with the transition from a sandbox project to production-grade deployment in the cloud or on-premise (e.g. on Kubernetes).
66

77
A typical production architecture looks like:
88

@@ -58,7 +58,7 @@ This approach may not scale to large amounts of data, which users of Feast may b
5858
In this case, we recommend using one of the more [scalable materialization engines](./scaling-feast.md#scaling-materialization), such as the [Bytewax Materialization Engine](../reference/batch-materialization/bytewax.md), or the [Snowflake Materialization Engine](../reference/batch-materialization/snowflake.md).
5959
Users may also need to [write a custom materialization engine](../how-to-guides/customizing-feast/creating-a-custom-materialization-engine.md) to work on their existing infrastructure.
6060

61-
The Bytewax materialization engine can run materialization on existing kubernetes cluster. An example configuration of this in a `feature_store.yaml` is as follows:
61+
The Bytewax materialization engine can run materialization on an existing Kubernetes cluster. An example configuration of this in a `feature_store.yaml` is as follows:
6262

6363
```yaml
6464
batch_engine:

infra/charts/feast-feature-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ helm repo add feast-charts https://feast-helm-charts.storage.googleapis.com
1111
helm repo update
1212
```
1313

14-
Install Feast
14+
Install Feast Feature Server on Kubernetes
1515

1616
A base64 encoded version of the `feature_store.yaml` file is needed. Helm install example:
1717
```

infra/charts/feast-feature-server/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ helm repo add feast-charts https://feast-helm-charts.storage.googleapis.com
1111
helm repo update
1212
```
1313

14-
Install Feast
14+
Install Feast Feature Server on Kubernetes
1515

1616
A base64 encoded version of the `feature_store.yaml` file is needed. Helm install example:
1717
```

0 commit comments

Comments
 (0)