Skip to content

Commit

Permalink
Updated docs for mlflow example on k8s
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri committed Mar 6, 2024
1 parent 0379c6d commit 788563c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/code/aws/kubernetes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
`kubernetes` deploys MLOps `stack` on top of Cloud provider's kubernetes. In case of AWS, its EKS.


#### Complete

===+ "Simple Deployment Configuration"
```yaml
--8<-- "docs/examples/kubernetes/complete/aws-complete.yaml"
```
=== "Advanced Deployment Configuration"
```yaml
--8<-- "docs/examples/kubernetes/complete/aws-complete-advanced.yaml"
```

#### lakefs

===+ "Simple Deployment Configuration"
Expand All @@ -11,3 +22,14 @@
```yaml
--8<-- "docs/examples/kubernetes/lakefs/aws-lakefs-advanced.yaml"
```

#### mlflow

===+ "Simple Deployment Configuration"
```yaml
--8<-- "docs/examples/kubernetes/mlflow/aws-mlflow.yaml"
```
=== "Advanced Deployment Configuration"
```yaml
--8<-- "docs/examples/kubernetes/mlflow/aws-mlflow-advanced.yaml"
```

0 comments on commit 788563c

Please sign in to comment.