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: ads/feature_store/docs/source/demo.rst
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,3 +48,23 @@ Deploying Feature Store Stack using Terraform
48
48
- `Deploy Feature Store stack using terraform BYODB MySQL instance <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/demos/feature-store-byodb-mysql.mp4>`__
49
49
- **Demo Description**:
50
50
Lastly, it details the deployment process utilizing terraform stacks and integrating a MySQL instance to facilitate Feature Store functionalities.
51
+
52
+
Deploying Feature Store API server to an existing OKE cluster
53
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54
+
55
+
- **Demo Links**:
56
+
- `Deploy Feature Store stack using operator <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/demos/operator_demo.mp4>`__
57
+
- **Demo Description**:
58
+
This demonstration illustrates the step-by-step process of setting up the Feature Store utilizing feature store marketplace operator.
59
+
60
+
- **Demo Links**:
61
+
- `Deploy Feature Store stack using Helm Charts <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/demos/helm_charts_demo.mp4>`__
62
+
- **Demo Description**:
63
+
This demonstration illustrates the step-by-step process of setting up the Feature Store utilizing helm charts from the feature store marketplace listing
64
+
65
+
- **Demo Links**:
66
+
- `Adding AuthN/Z to API server deployed in existing cluster <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/demos/api_gateway_demo.mp4>`__
67
+
- **Demo Description**:
68
+
This demonstration illustrates the step-by-step process of setting up AuthN/Z for feature store API server deployment to an OKE cluster
Copy file name to clipboardExpand all lines: ads/feature_store/docs/source/user_guides.setup.feature_store_operator.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ After that, the Operator is ready to go!
20
20
Configuration
21
21
-------------
22
22
23
-
After having set up `ads opctl` on your desired machine using `ads opctl configure`, you are ready to begin setting up Feature Store. At a minimum, you need to provide the following details about your infrastructure:
23
+
After having set up `ads opctl` on your desired machine using ``ads opctl configure``, you are ready to begin setting up Feature Store. At a minimum, you need to provide the following details about your infrastructure:
24
24
25
25
- The path to the OCIR repository where Feature Store container images are cloned.
26
26
- The compartment ID where Feature Store is set up.
Copy file name to clipboardExpand all lines: ads/feature_store/docs/source/user_guides.setup.helm_chart.rst
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ as it is much simpler to do the setup via the operator.
9
9
Prerequisites
10
10
_____________
11
11
12
+
- Helm: Helm is required to be installed on the machine for deploying Feature Store helm chart to the Kubernetes cluster. Ref: `Installing Helm <https://helm.sh/docs/intro/install/>`_
13
+
- Kubectl: Kubectl is required to be installed to deploy the helm chart to the cluster. Ref: `Installing Kubectl <https://kubernetes.io/docs/tasks/tools/>`_
12
14
- Setup `MySQL Database <https://docs.public.oneportal.content.oci.oraclecloud.com/en-us/iaas/mysql-database/doc/overview-mysql-database-service.html>`_ so that it is reachable from the API server
- (Optional) `Setup Feature Store API Gateway <https://github.com/oracle-samples/oci-data-science-ai-samples/tree/main/feature_store/apigw_terraform>`_
38
40
39
41
@@ -63,7 +65,7 @@ To login to Container Registry using the Helm CLI:
0 commit comments