Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 619 Bytes

File metadata and controls

13 lines (7 loc) · 619 Bytes

Example: Deploying to Kubernetes

This example uses the kubernetes provider and its kubernetes_deployment resource.

To start, set up a Kubernetes cluster.

Then terraform init to install the necessary providers.

Then terraform apply to build and deploy the example app to the current Kubernetes context.

When complete, your deployment will start in the tf-ko-example namespace.

To clean up created resources, terraform destroy.