From 8efcd2b6f1a2bc83cd7eb1c1be9a450ab577ce88 Mon Sep 17 00:00:00 2001 From: daniel holdsworth Date: Fri, 11 Oct 2024 15:14:06 +0100 Subject: [PATCH] set new to true --- src/data/projects/minikube-eks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/projects/minikube-eks.md b/src/data/projects/minikube-eks.md index 76bd7f993..6b7f045ba 100644 --- a/src/data/projects/minikube-eks.md +++ b/src/data/projects/minikube-eks.md @@ -1,7 +1,7 @@ --- title: 'Deploying a Scalable Application on MiniKube and EKS' description: 'Deploy and scale a Kubernetes application using both MiniKube locally and EKS on AWS.' -isNew: false +isNew: true sort: 1000 difficulty: 'advanced' nature: 'Kubernetes'