You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/operator-quickstart/01-Install.ipynb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
"# Install Feast on Kubernetes with the Feast Operator\n",
8
8
"## Objective\n",
9
9
"\n",
10
-
"Provide a reference implementation of a runbook to deploy a Feast environment on a Kubernetes cluster using [Kind](https://kind.sigs.k8s.io/docs/user/quick-start) and the [Feast Operator](../../infra/feast-operator/)."
10
+
"Provide a reference implementation of a runbook to deploy a Feast environment on a Kubernetes cluster using the [Feast Operator](../../infra/feast-operator/)."
11
11
]
12
12
},
13
13
{
@@ -87,15 +87,15 @@
87
87
"metadata": {},
88
88
"source": [
89
89
"## Deployment Architecture\n",
90
-
"The primary objective of this runbook is to guide the deployment of Feast services on a Kubernetes Kind cluster, using the `postgres` template to set up a basic feature store.\n",
90
+
"The primary objective of this runbook is to guide the deployment of Feast services on a Kubernetes cluster, using the `postgres` template to set up a basic feature store.\n",
91
91
"\n",
92
92
"In this notebook, we will deploy a distributed topology of Feast services, which includes:\n",
93
93
"\n",
94
94
"* `Registry Server`: Handles metadata storage for feature definitions.\n",
95
95
"* `Online Store Server`: Uses the `Registry Server` to query metadata and is responsible for low-latency serving of features.\n",
96
96
"* `Offline Store Server`: Uses the `Registry Server` to query metadata and provides access to batch data for historical feature retrieval.\n",
97
97
"\n",
98
-
"Each service is backed by a `PostgreSQL` database, which is also deployed within the same Kind cluster."
98
+
"Each service is backed by a `PostgreSQL` database, which is also deployed within the same cluster."
0 commit comments