Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into cloud-manager-do…
Browse files Browse the repository at this point in the history
…c-updates-20240725
  • Loading branch information
wildmanonline committed Jul 29, 2024
2 parents 7e058ca + 4c1f8a3 commit 33e03ed
Show file tree
Hide file tree
Showing 36 changed files with 163 additions and 577 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: deploy-lke-cluster-using-pulumi
title: "Deploy a Linode Kubernetes Engine Cluster Using Pulumi"
description: "In this tutorial, you'll deploy a Kubernetes cluster using the Linode Kubernetes Engine (LKE) and Pulumi."
authors: ["Pulumi"]
Expand All @@ -7,6 +8,7 @@ published: 2023-08-22
keywords: ['kubernetes','pulumi','infrastructure as code','container orchestration']
tags: ["linode platform","kubernetes","automation","managed hosting"]
license: "[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)"
aliases: ['/products/compute/kubernetes/guides/deploy-cluster-using-pulumi/']
external_resources:
- '[Setting Up a Private Docker Registry with Linode Kubernetes Engine and Object Storage](/docs/guides/how-to-setup-a-private-docker-registry-with-lke-and-object-storage/)'
- '[Deploying a Static Site on Linode Kubernetes Engine](/docs/guides/how-to-deploy-a-static-site-on-linode-kubernetes-engine/)'
Expand Down Expand Up @@ -69,16 +71,16 @@ Pulumi defines the elements of your Linode infrastructure using a regular progra
Enter a value or leave blank to accept the (default), and press <ENTER>.
Press ^C at any time to quit.
project name: (lke-cluster)
project description: (A minimal Linode TypeScript Pulumi program)
project name: (lke-cluster)
project description: (A minimal Linode TypeScript Pulumi program)
Created project 'lke-cluster'
Please enter your desired stack name.
To create a stack in an organization, use the format <org-name>/<stack-name> (e.g. `acmecorp/dev`).
stack name: (dev)
Created stack 'dev'
linode:token: The token that allows you access to your Linode account:
linode:token: The token that allows you access to your Linode account:
Saved config
Installing dependencies...
Expand Down Expand Up @@ -206,9 +208,9 @@ Now that all your Pulumi configuration is ready, you can deploy your Kubernetes
View in Browser (Ctrl+O): https://app.pulumi.com/team-ce/lke-cluster/dev/updates/2
Type Name Status
pulumi:pulumi:Stack lke-cluster-dev
+ └─ linode:index:LkeCluster foobar created (108s)
Type Name Status
pulumi:pulumi:Stack lke-cluster-dev
+ └─ linode:index:LkeCluster foobar created (108s)
Outputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
---
slug: deploy-lke-cluster-using-terraform
title: "Deploy a Linode Kubernetes Engine Cluster Using Terraform"
description: "In this tutorial, you'll deploy a Kubernetes cluster using the Linode Kubernetes Engine (LKE) and Terraform."
published: 2020-05-05
modified: 2023-02-09
authors: ['Linode']
contributors: ['Linode']
license: "[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)"
keywords: ['kubernetes','terraform','infrastructure as code','container orchestration']
tags: ["linode platform","kubernetes","automation","managed hosting"]
image: deploy-lke-cluster-with-terraform.png
external_resources:
- '[Setting Up a Private Docker Registry with Linode Kubernetes Engine and Object Storage](/docs/guides/how-to-setup-a-private-docker-registry-with-lke-and-object-storage/)'
- '[Deploying a Static Site on Linode Kubernetes Engine](/docs/guides/how-to-deploy-a-static-site-on-linode-kubernetes-engine/)'
- '[Linode Provider Terraform Documentation](https://www.terraform.io/docs/providers/linode/index.html)'
aliases: ['/kubernetes/how-to-deploy-an-lke-cluster-using-terraform/','/guides/how-to-deploy-an-lke-cluster-using-terraform/']
aliases: ['/kubernetes/how-to-deploy-an-lke-cluster-using-terraform/','/guides/how-to-deploy-an-lke-cluster-using-terraform/','/products/compute/kubernetes/guides/deploy-cluster-using-terraform/']
---

## In this Guide
Expand Down
Binary file not shown.
136 changes: 0 additions & 136 deletions docs/guides/platform/disk-images/kvm-reference/index.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 33e03ed

Please sign in to comment.