Skip to content

Commit 8ed8553

Browse files
committed
add region table for LKE Enterprise
1 parent f436ca5 commit 8ed8553

1 file changed

Lines changed: 21 additions & 4 deletions

File tree

  • docs/guides/kubernetes/deploy-lke-cluster-using-terraform

docs/guides/kubernetes/deploy-lke-cluster-using-terraform/index.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,31 @@ In this section, you will create Terraform configuration files that define the r
5454

5555
[LKE Enterprise](https://techdocs.akamai.com/cloud-computing/docs/lke-enterprise) is Akamai's enterprise-grade managed Kubernetes offering and has a specific set of requirements and recommendations for successful deployment:
5656

57-
- **Availability**: As of this writing, LKE Enterprise is in limited availability and only deployable in the Dallas, TX region.
58-
59-
The region ID for the Dallas compute region is `us-central`. A full list of region IDs can be found on our [Availability](https://www.linode.com/global-infrastructure/availability/) page.
60-
6157
- **Plan type**: In order to accommodate production-level enterprise workloads that require high network performance, [Premium CPU](https://www.linode.com/pricing/#compute-premium) plans are highly recommended for LKE Enterprise clusters.
6258

6359
- **Specify the tier**: When creating an LKE Enterprise cluster using Terraform, the [`tier`](https://registry.terraform.io/providers/linode/linode/latest/docs/resources/lke_cluster) argument must be [defined as a variable](#define-your-input-variables) and [assigned the value](#assign-values-to-your-input-variables) `"enterprise"` in order for the cluster to be successfully deployed.
6460

61+
- **Availability**: As of this writing, LKE Enterprise is in limited availability and only deployable in the below regions:
62+
63+
| Region | Region ID |
64+
| -- | -- |
65+
| **Amsterdam, NL** | nl-ams |
66+
| **Chennai, IN** | in-maa |
67+
| **Chicago, IL** | us-ord |
68+
| **London, UK** | eu-west |
69+
| **Los Angeles, CA** | us-lax |
70+
| **Miami, FL** | us-mia |
71+
| **Milan, IT** | it-mil |
72+
| **Osaka, JP** | jp-osa |
73+
| **Paris, FR** | fr-par |
74+
| **São Paulo, BR** | br-gru |
75+
| **Seattle, WA** | us-sea |
76+
| **Singapore Expansion, SP** | sg-sin-2 |
77+
| **Stockholm, SE** | se-sto |
78+
| **Washington, DC** | us-iad |
79+
80+
A full list of regions and region IDs can be found on our [Availability](https://www.linode.com/global-infrastructure/availability/) page.
81+
6582
### Create your Resource Configuration File
6683

6784
Terraform defines the elements of your Linode infrastructure inside of configuration files. Terraform refers to these infrastructure elements as *resources*. Once you declare your Terraform configuration, you then *apply* it, which results in the creation of those resources on the Linode platform. The Linode Provider for Terraform exposes the Linode resources you will need to deploy a Kubernetes cluster using LKE.

0 commit comments

Comments
 (0)