Skip to main content

kubernetes-ovh-typescript

A TypeScript program to deploy a Kubernetes cluster on OVHcloud

Get started

Create a new project from this template with the Pulumi CLI:
Terminal window
mkdir my-project && cd my-project
pulumi new kubernetes-ovh-typescript

Configuration

The template prompts for these values during pulumi new; adjust them any time with pulumi config set.
KeyDescriptionDefault
ovhServiceNameThe OVHcloud Public Cloud Project to deploy into
ovhRegionThe OVHcloud region to deploy intoGRA9
clusterNameName of the clustermy_desired_cluster
nodePoolNameName of the node poolmy-desired-pool
nodePoolDesiredNodesNumber of desired nodes in the cluster1
nodePoolMaxNodesNumber of max nodes in the cluster3
nodePoolMinNodesNumber of min nodes in the cluster1
flavorNameName of the flavor/type of the machineb3-8

Related

The infrastructure as code platform for any cloud.