Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashicorp/learn-terraform-deploy-nginx-kubernetes-provider

Deploy and expose a NGINX service using the Terraform Kubernetes Provider
https://github.com/hashicorp/learn-terraform-deploy-nginx-kubernetes-provider

hashicorp kubernetes terraform tutorial

Last synced: about 1 month ago
JSON representation

Deploy and expose a NGINX service using the Terraform Kubernetes Provider

Awesome Lists containing this project

README

        

# Learn Terraform - Deploy NGINX on Kubernetes

This repo is a companion repo to the [Manage Kubernetes Resources via Terraform](https://learn.hashicorp.com/tutorials/terraform/kubernetes-provider?in=terraform/kubernetes), containing Terraform configuration files to deploy and expose a NGINX service using the Terraform Kubernetes Provider.

This branch contains configuration for the generic Kubernetes provider.

Visit the following branches to see their respective Terraform Kubernetes configuration.

1. AKS Kubernetes configuration - [`aks`](https://github.com/hashicorp/learn-terraform-deploy-nginx-kubernetes-provider/tree/aks)
1. EKS Kubernetes configuration - [`eks`](https://github.com/hashicorp/learn-terraform-deploy-nginx-kubernetes-provider/tree/eks)
1. GKE Kubernetes configuration - [`gke`](https://github.com/hashicorp/learn-terraform-deploy-nginx-kubernetes-provider/tree/gke)