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: Readme.md
+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
@@ -124,6 +124,6 @@ This involves using AWS Creds to set environment variables that give access to a
124
124
"METAFLOW_DEFAULT_METADATA": "service"
125
125
}
126
126
```
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 indeployment.(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 inapplied to pods within the namespace.(I know not the best. But its a demo. Will Figure better security.)
128
128
- Once Done Executing :
129
129
- 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