From 69d75cdb2d96cd0c94a345a118b9611dab82b28a Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 28 Nov 2023 21:41:15 -0800 Subject: [PATCH] Lab folder created --- lab/readme | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lab/readme diff --git a/lab/readme b/lab/readme new file mode 100644 index 0000000..f8881ed --- /dev/null +++ b/lab/readme @@ -0,0 +1,9 @@ +This foler is for infra experiments that I want to try out + +Currently one thing that I have been considering is running +all my stuff online in kubernetes so that I can learn more +about how K8s works and how to work with it more. + +Vultr offers what appears to be a super cheap kubernetes service +which won't break the bank so right now I'm going to try and setup +a cluster with that in this foler.