You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/kubernetes/deploy-lke-cluster-using-terraform/index.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,14 +54,31 @@ In this section, you will create Terraform configuration files that define the r
54
54
55
55
[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:
56
56
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
-
61
57
-**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.
62
58
63
59
-**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.
64
60
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
+
65
82
### Create your Resource Configuration File
66
83
67
84
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