Skip to content

Commit 2c4fc53

Browse files
committed
Adding demos
1 parent d20cdca commit 2c4fc53

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

ads/feature_store/docs/source/demo.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,23 @@ Deploying Feature Store Stack using Terraform
4848
- `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>`__
4949
- **Demo Description**:
5050
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
69+
70+

ads/feature_store/docs/source/user_guides.setup.feature_store_operator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ After that, the Operator is ready to go!
2020
Configuration
2121
-------------
2222

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:
2424

2525
- The path to the OCIR repository where Feature Store container images are cloned.
2626
- The compartment ID where Feature Store is set up.

ads/feature_store/docs/source/user_guides.setup.helm_chart.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ as it is much simpler to do the setup via the operator.
99
Prerequisites
1010
_____________
1111

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/>`_
1214
- 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
1315
.. seealso::
1416
:ref:`Database configuration`
@@ -33,7 +35,7 @@ ________________________________
3335

3436
.. code-block:: bash
3537
36-
helm upgrade feature-store-api oci://<helm-chart-image-path> --namespace feature-store --values <path-to-values-yaml> --timeout 300s --wait -i
38+
helm upgrade <app-name> oci://<helm-chart-image-path> --namespace <kubernetes-namespace> --values <path-to-values-yaml> --timeout 300s --wait -i --version <marketplace-version>
3739
- (Optional) `Setup Feature Store API Gateway <https://github.com/oracle-samples/oci-data-science-ai-samples/tree/main/feature_store/apigw_terraform>`_
3840

3941

@@ -63,7 +65,7 @@ To login to Container Registry using the Helm CLI:
6365

6466
Kubernetes Docker Secret Configuration
6567
__________________________________________________________
66-
- If you don't already have an auth token refer :ref:`<helm setup>`
68+
- If you don't already have an auth token refer :ref:`Helm configuration <Helm Setup>`
6769
- `Login to Kubernetes cluster <https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengdownloadkubeconfigfile.htm#:~:text=Under%20Containers%20%26%20Artifacts%2C%20click%20Kubernetes,shows%20details%20of%20the%20cluster>`_
6870
- Run command
6971

@@ -92,13 +94,13 @@ __________________________________________________________
9294
- name: #enter secret name containing docker secret here
9395
oci_meta:
9496
images:
95-
repo: #ocir repo: <region-key>.ocir.io/<tenancy-namespace>/repository
9697
api:
97-
image: #ocir image: The name of image>
98+
image: #ocir image: The name of image
9899
tag: #API Image tag
99100
authoriser:
100101
image: na
101102
tag: na
103+
repo: #ocir repo: <region-key>.ocir.io/<tenancy-namespace>/repository
102104
103105
104106

0 commit comments

Comments
 (0)