Connect to a simply deployed ZenML on the cloud.
Collaboration with ZenML Overview
deploy
CLI command. It currently only supports deploying to Kubernetes on managed cloud services.
Before we begin, it will help to understand the architecture around the ZenML server and the database that it uses. Here is an illustration:
ZenML with remote server and DB
zenml deploy
command, then read option 2 here.
zenml deploy
command and are stuck at this
point, please join our Slack community and
send a message to the #general channel. The community is more than willing to
help out.URL
(e.g. https://acaaf63af2074as394ab675ee71d85a-1399000d0.us-east-1.elb.amazonaws.com
). Visiting this URL on the browser will show you the same ZenML dashboard that you have seen locally, this time over the web. The ZenML Server and the Dashboard are deployed in the same web application and served at this URL. You can use login with your credentials (username
and password
) to view the dashboard.username
: This can be configured but is default
by default.password
: This can be configured but is empty by default.TLS certificate
that you can use to connect securely to the deployment (see below).Login Page
zenml connect
command. If no arguments are supplied, ZenML will attempt to connect to the last ZenML server deployed from the local host using the zenml deploy
command: