Skip to content

Commit 2c46f6a

Browse files
feat: Feast Operator example with Postgres in TLS mode. (feast-dev#5028)
* rough working instructions to set up postgres in TLS mode and setting up the feast using operator. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * adding the example of postgres tls setup and deploying feast using postgres tls as well. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * deleting the files which are not needed. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * uncommenting the code to uninstall the feast operator. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * Added the postgres example to the examples README.md index. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * Adding more details related to volumes and volumeMounts. and also incorporating code review comments. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * Removed the demo jupyter notebook which is not adding a lot of value. Also fixed some broken links. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * Minor fixes. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * Minor fixes. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * Minor fixes. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * Minor fixes. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * Modified the examples README.md to make it more readable. 1. Now the numbers are automatically ordered when we render to avoid renumbering when we add an example in between. 2. Added separate section for the feast go operator examples. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> * Adding the helm chart version to ensure it also works in the future. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> --------- Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
1 parent 90e7498 commit 2c46f6a

8 files changed

Lines changed: 1310 additions & 27 deletions

File tree

examples/README.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
# Feast Examples
22

3-
1. **[Quickstart Example](quickstart)**: This is a step-by-step guide for getting started with Feast.
4-
5-
2. **[Java Demo](java-demo)**: Demonstrates how to use Feast with Java feature server and deployed with Kubernetes.
6-
7-
3. **[Kind Quickstart](kind-quickstart)**: Demonstrates how to install and use Feast on Kind with the Helm chart.
8-
9-
4. **[Operator Quickstart](operator-quickstart)**: Demonstrates how to install and use Feast on Kubernetes with the Feast Go Operator.
10-
11-
5. **[Credit Risk End-to-End](credit-risk-end-to-end)**: Demonstrates how to use Feast with Java feature server and deployed with Kubernetes.
12-
13-
6. **[Python Helm Demo](python-helm-demo)**: Demonstrates Feast with Kubernetes using Helm charts and Python feature server.
3+
The following examples illustrate various **Feast** use cases to enhance understanding of its functionality.
144

15-
7. **[RBAC Local](rbac-local)**: Demonstrates using notebooks how configure and test Role-Based Access Control (RBAC) for securing access in Feast using OIDC authorization type with in a local environment.
16-
17-
8. **[RBAC Remote](rbac-remote)**: Demonstrates how to configure and test Role-Based Access Control (RBAC) for securing access in Feast using Kubernetes or OIDC Authentication type with in Kubernetes environment.
18-
19-
9. **[Remote Offline Store](remote-offline-store)**: Demonstrates how to set up and use remote offline server.
20-
21-
10. **[Podman/Podman Compose_local](podman_local)**: Demonstrates how to deploy Feast remote server components using Podman Compose locally.
22-
23-
11. **[RHOAI Feast Demo](rhoai-quickstart)**: Showcases Feast's core functionality using a Jupyter notebook, including fetching online feature data from a remote server and retrieving metadata from a remote registry.
5+
1. **[Quickstart Example](quickstart)**: This is a step-by-step guide for getting started with Feast.
6+
1. **[Java Demo](java-demo)**: Demonstrates how to use Feast with Java feature server and deploy it on Kubernetes.
7+
1. **[Kind Quickstart](kind-quickstart)**: Demonstrates how to install and use Feast on Kind with the Helm chart.
8+
1. **[Credit Risk End-to-End](credit-risk-end-to-end)**: Demonstrates how to use Feast with Java feature server and deploy it on Kubernetes.
9+
1. **[Python Helm Demo](python-helm-demo)**: Demonstrates Feast with Kubernetes using Helm charts and Python feature server.
10+
1. **[RBAC Local](rbac-local)**: Shows how to configure and test Role-Based Access Control (RBAC) for securing access in Feast using OIDC authorization in a local environment.
11+
1. **[RBAC Remote](rbac-remote)**: Demonstrates how to configure and test Role-Based Access Control (RBAC) for securing access in Feast using Kubernetes or OIDC Authentication in a Kubernetes environment.
12+
1. **[Remote Offline Store](remote-offline-store)**: Demonstrates how to set up and use a remote offline store.
13+
1. **[Podman/Podman Compose Local](podman_local)**: Demonstrates how to deploy Feast remote server components using Podman Compose locally.
14+
1. **[RHOAI Feast Demo](rhoai-quickstart)**: Showcases Feast's core functionality using a Jupyter notebook, including fetching online feature data from a remote server and retrieving metadata from a remote registry.
15+
16+
# Feast Operator Examples
17+
18+
The examples below showcase how to deploy and manage **Feast on Kubernetes** using the **Feast Go Operator**.
19+
20+
1. **[Operator Quickstart](operator-quickstart)**: Demonstrates how to install and use Feast on Kubernetes with the Feast Go Operator.
21+
1. **[Operator Quickstart with Postgres in TLS](operator-postgres-tls-demo)**: Demonstrates installing and configuring Feast with PostgreSQL in TLS mode on Kubernetes using the Feast Go Operator, with an emphasis on volumes and VolumeMounts support.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
postgres-tls-certs
2+
values.yaml
3+
.ipynb_checkpoints
4+
*.tar.gz

0 commit comments

Comments
 (0)