From 28b072bcf22dc50e30df0d9fff74ccc35da86dd5 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 24 May 2026 08:22:27 +0100 Subject: [PATCH] Added blog posts from Adriana Villela Signed-off-by: Marcus Noble --- src/posts/2024-06-24-my-recommended-kubernetes-resources.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/posts/2024-06-24-my-recommended-kubernetes-resources.md b/src/posts/2024-06-24-my-recommended-kubernetes-resources.md index 012af21..a53e4a1 100644 --- a/src/posts/2024-06-24-my-recommended-kubernetes-resources.md +++ b/src/posts/2024-06-24-my-recommended-kubernetes-resources.md @@ -13,6 +13,8 @@ summary: |
Changelog +2026-05-24: Added blog posts from Adriana Villela + 2026-05-23: Added iximiuz Labs, Cloud Native Days and CloudNative.Now 2024-06-24: Added links to video channels DevOpsToolkit, You Choose and Enlightning. Added link to KubeHuddle conference. @@ -58,6 +60,9 @@ The following might not be quite beginner friendly and should be picked up after * [Kube Academy](https://kube.academy/) from VMWare has a lot of tutorials to follow * [Pluralsight](https://www.pluralsight.com) - if you have a subscription there's several good classes on here related to Kubernetes. I can recommend the ones by [Nigel Poulton](https://nigelpoulton.com/). * I've previously written a blog post, [Managing Kubernetes without losing your cool](/2022-07-04-managing-kubernetes-without-losing-your-cool/), that has some tools and tips I recommend for everyone working with Kubernetes. +* [Adriana Villela](https://www.linkedin.com/in/adrianavillela/) wrote a couple fantastic, detailed blog posts when initially learning Kubernetes: + * [Just-in-Time Kubernetes: A Beginner’s Guide to Understanding Kubernetes Core Concepts](https://medium.com/dzerolabs/just-in-time-kubernetes-a-beginners-guide-to-kubernetes-core-concepts-19ee7acbafa1) + * [Just-in-Time Kubernetes: Namespaces, Labels, Annotations, and Basic Application Deployment](https://medium.com/dzerolabs/just-in-time-kubernetes-namespaces-labels-annotations-and-basic-application-deployment-f62568a9eaaf) ## 📺 Videos