Skip to main content

Install with Terraform

Spot provides a Terraform Module to install and manage the Ocean Controller. This module uses the official Kubernetes provider to provision all cluster resources required by the controller.

Usage Example

provider "kubernetes" {
config_path = "~/.kube/config"
}

module "ocean-controller" {
source = "spotinst/ocean-controller/spotinst"

# Credentials.
spotinst_token = "redacted"
spotinst_account = "redacted"

# Configuration.
cluster_identifier = "example"
}

What’s Next?

Learn more about Proxy settings.