Skip to content

Commit 09e83d5

Browse files
committed
Merge branch 'master' of github.com:valayDave/metaflow-on-kubernetes-docs
2 parents 1526270 + daff94a commit 09e83d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ This involves using AWS Creds to set environment variables that give access to a
124124
"METAFLOW_DEFAULT_METADATA": "service"
125125
}
126126
```
127-
- The plugin supports deploying a Metaflow-runtime into kubernetes. use the `kube-deploy run` command with any Flow to deploy directly to Kubernetes. Check usage example [here](https://github.com/valayDave/metaflow-kube-demo). The ``metaflow-native-cluster-role.yml`` enables the Metaflow plugin to work within Kubernetes to orchestrate jobs using the using its native runtime. It is basically allowing `default` kubernetes namespace to have an admin role in deployment.(Security not top notch for purpose of demo)
127+
- The plugin supports deploying a Metaflow-runtime into kubernetes using the `kube-deploy run` command. Check usage example [here](https://github.com/valayDave/metaflow-kube-demo). The ``metaflow-native-cluster-role.yml`` enables the Metaflow plugin to work within Kubernetes to orchestrate jobs using the using its native runtime within a container in the cluster. It is basically allowing `default` kubernetes namespace to have an admin role in applied to pods within the namespace.(I know not the best. But its a demo. Will Figure better security.)
128128
- Once Done Executing :
129129
- Once the ``kubectl port-forward deployment/metaflow-metadata-service 8080:8080`` to port forward metatdata service for accesss on localmachine. Please note that because this is directly port forwarding to the pod were are taking the 8080 port for the service.

0 commit comments

Comments
 (0)