Kubernetes World

  • Login
Trending now

Industry use cases of Azure Kubernetes Service(AKS). | by Avijit das | Mar, 2021 | ...

Kubernetes APIs Graceful Shutdown | by Patrick Almeida | Méliuz Engenharia | Mar, 2021 | ...

Meet Brigade 2. For some time now, the Brigade… | by Kent Rancourt | Mar, ...

Website updates without Downtime. Leveraging Kubernetes rollouts | by Romain Rigaux | Data Querying | ...

The future of DevOps: 21 predictions for 2021 | by Joel | Mar, 2021 | ...

AWS — Deploying React App With .NET Web API on EKS | by Bhargav Bachina ...

Why Bosch choose the cloud way?. Kubernetes is an open-source container… | by Arjun Chauhan ...

Deploying WordPress On Kubernetes With Amazon RDS Using Terraform | by Abhishek Chouhan | Mar, ...

Deploy a Web Application With Let’s Encrypt and Kubernetes Using Terraform on GCP (Part 1) ...

Azure Kubernetes Service. Over the last few years, people have… | by Chetna Manku | ...

Home » Technology » Hello-world with Terraform, k3d and kpt | by Ben Fraser | Feb, 2021 | Medium

Hello-world with Terraform, k3d and kpt | by Ben Fraser | Feb, 2021 | Medium medium.com

1
admin 2 weeks ago in Technology

Short, high-level tutorial for setting up a Kubernetes cluster locally, using Terraform and k3d, then deploying a simple hello-world application. Clone the source repo and navigate to it: Input “yes” when prompted to accept the terraform apply Take note of the outputs k3d_cluster_ip and k3d_host_lb_port, as these will be used to access the cluster later on. Use the ip and port from the Terraform outputs (in this case 127.0.0.1 aka localhost, and port 8043): curl localhost:8043 Remove helloworld deployment with: kpt live destroy helloworld Remove k3d cluster (from terraform-k3d directory) with: terraform destroy

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Industry use cases of Azure Kubernetes Service(AKS). | by Avijit...
  2. Kubernetes APIs Graceful Shutdown | by Patrick Almeida | Méliuz...
  3. Meet Brigade 2. For some time now, the Brigade… |...
  4. Website updates without Downtime. Leveraging Kubernetes rollouts | by Romain...
  5. The future of DevOps: 21 predictions for 2021 | by...
  6. AWS — Deploying React App With .NET Web API on...
  7. Why Bosch choose the cloud way?. Kubernetes is an open-source...
  8. Deploying WordPress On Kubernetes With Amazon RDS Using Terraform |...
Tags : k3dkptkuberneteskubernetes-clusterterraform

Get weekly Kubernetes news directly to your inbox

Loading
Copyright © 2021 Kubernetes World.
Login Register

Login

Lost Password
Oops! Sorry, registration is disabled.

Hello-world with Terraform, k3d and kpt | by Ben Fraser | Feb, 2021 | Medium

admin 2 weeks ago in

Short, high-level tutorial for setting up a Kubernetes cluster locally, using Terraform and k3d, then deploying a simple hello-world application. Clone the source repo and navigate to it: Input “yes” when prompted to accept the terraform apply Take note of the outputs k3d_cluster_ip and k3d_host_lb_port, as these will be used to access the cluster later on. Use the ip and port from the Terraform outputs (in this case 127.0.0.1 aka localhost, and port 8043): curl localhost:8043 Remove helloworld deployment with: kpt live destroy helloworld Remove k3d cluster (from terraform-k3d directory) with: terraform destroy

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Industry use cases of Azure Kubernetes Service(AKS). | by Avijit...
  2. Kubernetes APIs Graceful Shutdown | by Patrick Almeida | Méliuz...
  3. Meet Brigade 2. For some time now, the Brigade… |...
  4. Website updates without Downtime. Leveraging Kubernetes rollouts | by Romain...
  5. The future of DevOps: 21 predictions for 2021 | by...
  6. AWS — Deploying React App With .NET Web API on...
  7. Why Bosch choose the cloud way?. Kubernetes is an open-source...
  8. Deploying WordPress On Kubernetes With Amazon RDS Using Terraform |...