Cloud Provider#
Create a managed Kubernetes cluster in the cloud to be used as a backend for job execution. This guide provides links to setup instructions for various cloud providers.
Prerequisites#
You will need access to a cloud provider account (AWS, Azure, or GCP) with permissions to create and manage Kubernetes clusters.
Important
Kubernetes Version: v1.30.0 or later
Networking: Ensure the nodes in the cluster have outbound internet access to container registries and access to the OSMO service
Setup Guide#
Cloud Provider |
Documentation |
Recommended Instance Types |
|---|---|---|
Amazon Web Services (EKS) |
|
|
Microsoft Azure (AKS) |
|
|
Google Cloud Platform (GKE) |
|
Note
Configure auto-scaling for compute nodes based on your expected workload patterns.