In Terraform, a Provider is the logical abstraction of an upstream API. This lab will show you how to setup a Kubernetes cluster and deploy Load Balancer type Nginx service on it.
Overview
Syllabus
- GSP233
- Overview
- Setup and requirements
- Kubernetes services
- Why Terraform?
- Task 1. Clone the sample code
- Task 2. Understand the code
- Task 3. Initialize and install dependencies
- Congratulations!