Skip to content

Commit b443344

Browse files
author
marwan37
committed
update README
1 parent cb91618 commit b443344

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

omni-reader/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ streamlit run app.py
189189

190190
## ☁️ Cloud Deployment
191191

192-
OmniReader supports storing artifacts remotely and executing pipelines on cloud infrastructure. For this example, we'll use AWS, but you can use any cloud provider you want.
192+
OmniReader supports storing artifacts remotely and executing pipelines on cloud infrastructure. For this example, we'll use AWS, but you can use any cloud provider you want. You can also refer to the [AWS Integration Guide](https://docs.zenml.io/how-to/popular-integrations/aws-guide) for detailed instructions.
193193

194194
### AWS Setup
195195

@@ -260,12 +260,13 @@ Similar setup processes can be followed for other cloud providers:
260260

261261
- **Azure**: Install the Azure integration (`zenml integration install azure`) and set up Azure Blob Storage, AzureML, and Azure Container Registry
262262
- **Google Cloud**: Install the GCP integration (`zenml integration install gcp gcs`) and set up GCS, Vertex AI, and GCR
263+
- **Kubernetes**: Install the Kubernetes integration (`zenml integration install kubernetes`) and set up a Kubernetes cluster
263264

264265
For detailed configuration options for these providers, refer to the ZenML documentation:
265266

266-
- [AWS Integration Guide](https://docs.zenml.io/how-to/popular-integrations/aws-guide)
267267
- [GCP Integration Guide](https://docs.zenml.io/how-to/popular-integrations/gcp-guide)
268268
- [Azure Integration Guide](https://docs.zenml.io/how-to/popular-integrations/azure-guide)
269+
- [Kubernetes Integration Guide](https://docs.zenml.io/how-to/popular-integrations/kubernetes)
269270

270271
### 🐳 Docker Settings for Cloud Deployment
271272

0 commit comments

Comments
 (0)