Kubernetes Academy CI/CD Lab: Terraform-Managed Kubernetes Deployment

Complete the Terraform Kubernetes Workflow

1. In the GitLab modal, clone the repository and name your working repo.

2. In the VS Code modal, edit main.tf to update the replica count to 3 for the nginx deployment.

3. In the GitLab modal, commit your changes and create a merge request.

4. In the Kubernetes modal, verify the Terraform apply and merge the merge request.

Terminal

Success!

Congrats on completing the Kubernetes Academy CI/CD Lab!