Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix cloud links (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjayesh authored Oct 10, 2022
1 parent 862b6de commit 5743671
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 4-1_Cloud_Deployment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Before we continue, you will need to set up EKS, ECR, and S3. Please refer to the Pre-requisites section in the [ZenML Cloud Guide](https://docs.zenml.io/cloud-guide/overview) for instructions on how to do this.\n",
"Before we continue, you will need to set up EKS, ECR, and S3. Please refer to the [ZenML Cloud Guide](https://docs.zenml.io/stack-deployment-guide/overview) for instructions on how to do this.\n",
"\n",
"After provisioning the hardware, you also need to:\n",
"- [Install Kubernetes](https://kubernetes.io/docs/tasks/tools/) on your cluster and configure it, as shown in the [ZenML Cloud Guide](https://docs.zenml.io/cloud-guide/overview).\n",
"- [Install Kubeflow](https://www.kubeflow.org/docs/components/pipelines/installation/standalone-deployment/#deploying-kubeflow-pipelines) on your cluster, as shown in the [ZenML Cloud Guide](https://docs.zenml.io/mlops-stacks/orchestrators/kubeflow#how-to-deploy-it).\n",
"- [Install Kubeflow](https://www.kubeflow.org/docs/components/pipelines/installation/standalone-deployment/#deploying-kubeflow-pipelines) on your cluster, as shown in the [Kubeflow Orchestrator page](https://docs.zenml.io/mlops-stacks/orchestrators/kubeflow#how-to-deploy-it) in our docs.\n",
"- [Install Seldon Core](https://docs.seldon.io/projects/seldon-core/en/latest/workflow/install.html) on your cluster. We have prepared detailed instructions on how to install Seldon on an EKS cluster [here](https://github.com/zenml-io/zenml/tree/main/examples/seldon_deployment#installing-seldon-core-eg-in-an-eks-cluster).\n",
"\n",
"Additionally, you will need [Docker](https://docs.docker.com/get-docker/), [Kubernetes](https://kubernetes.io/docs/tasks/tools/), and [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) installed on your local machine."
Expand Down

0 comments on commit 5743671

Please sign in to comment.