From 1ca9bb8560c59fab6f9308df0fbad034610c8665 Mon Sep 17 00:00:00 2001 From: daniel holdsworth Date: Mon, 14 Oct 2024 10:09:42 +0100 Subject: [PATCH] highlighted the need for several files in project --- src/data/projects/minikube-eks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/projects/minikube-eks.md b/src/data/projects/minikube-eks.md index 6b7f045ba..469fb35df 100644 --- a/src/data/projects/minikube-eks.md +++ b/src/data/projects/minikube-eks.md @@ -29,12 +29,12 @@ In this project, you will deploy and scale a Kubernetes application on both a lo ## Requirements - Install and configure MiniKube on your local machine. -- Create a Kubernetes cluster on AWS using EKS. +- Create a Kubernetes cluster on AWS using EKS using **Terraform** - Develop a simple, scalable application (e.g., a web server) and package it into a container. - Deploy the application to MiniKube for local testing. -- Create a Helm Chart for the application. +- **Create a Helm Chart** for the application. - Deploy the same Helm Chart to your EKS cluster. -- Configure CI/CD pipelines using GitHub Actions to automate deployments. +- **Configure CI/CD pipelines** using GitHub Actions to automate deployments. ## Optional Enhancements