highlighted the need for several files in project

dansholds/minukube-ekd-project
daniel holdsworth 4 days ago
parent 8efcd2b6f1
commit 1ca9bb8560
  1. 6
      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

Loading…
Cancel
Save