kubernetes-ovh-python
A Python program to deploy a Kubernetes cluster on OVHcloud
Get started
Create a new project from this template with the Pulumi CLI:mkdir my-project && cd my-projectpulumi new kubernetes-ovh-pythonConfiguration
The template prompts for these values duringpulumi new; adjust them any time with pulumi config set.| Key | Description | Default |
|---|---|---|
| ovhServiceName | The OVHcloud Public Cloud Project to deploy into | — |
| ovhRegion | The OVHcloud region to deploy into | GRA9 |
| clusterName | Name of the cluster | my_desired_cluster |
| nodePoolName | Name of the node pool | my-desired-pool |
| nodePoolDesiredNodes | Number of desired nodes in the cluster | 1 |
| nodePoolMaxNodes | Number of max nodes in the cluster | 3 |
| nodePoolMinNodes | Number of min nodes in the cluster | 1 |
| flavorName | Name of the flavor/type of the machine | b3-8 |