---
title: "kubernetes-ovh-java"
description: "A Java program to deploy a Kubernetes cluster on OVHcloud"
url: "https://www.pulumi.com/dev/templates/kubernetes-ovh-java/"
image: "https://www.pulumi.com/assets/og/dev/templates/kubernetes-ovh-java.png"
---

# kubernetes-ovh-java

A Java program to deploy a Kubernetes cluster on OVHcloud

## Get started

Create a new project from this template with the Pulumi CLI:

```bash
mkdir my-project && cd my-project
pulumi new kubernetes-ovh-java
```

## Configuration

The template prompts for these values during `pulumi 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` |

## Links

- Deploy with Pulumi: https://app.pulumi.com/new?template=https%3A%2F%2Fgithub.com%2Fpulumi%2Ftemplates%2Ftree%2Fmaster%2Fkubernetes-ovh-java
- Source on GitHub: https://github.com/pulumi/templates/tree/master/kubernetes-ovh-java
