Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
added missing README
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
  • Loading branch information
dmartinol committed Sep 17, 2024
commit b9ae8b7374b435db4160a98e0808c629a715db1e
7 changes: 7 additions & 0 deletions examples/kind-quickstart/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Install and run Feast with Kind

The following notebooks will guide you through an end-to-end journey to install and validate a simple Feast feature store in a
Kind Kubernetes cluster:
* [01-Install.ipynb](./01-Install.ipynb): Install and configure the cluster, then the Feast components.
* [02-Client.ipynb](./02-Client.ipynb): Validate the feature store with a remote test application runnning on the notebook.
* [03-Uninstall.ipynb](./03-Uninstall.ipynb): Clear the installed deployments.