From e5c6437ca35b5f57393dfa8bec57bc782ee8a172 Mon Sep 17 00:00:00 2001 From: calvin puram Date: Fri, 24 Feb 2023 09:39:28 +0100 Subject: [PATCH] added few resources --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b72d57..34bf72f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ A curated list of awesome resources: articles, books, videos about Kubernetes Op ## Courses and Tutorials +* [Write Your First Kubernetes Operator in Go](https://shahin-mahmud.medium.com/write-your-first-kubernetes-operator-in-go-177047337eae). * [Kubernetes Operators Patterns and Best Practices](https://developer.ibm.com/articles/kubernetes-operators-patterns-and-best-practices/). * [ Introduction to Kubernetes operators](https://cognitiveclass.ai/courses/kubernetes-operators-intermediate). * [Learn how to deploy Kubernetes operator written in Golang](https://docs.ovh.com/sg/en/kubernetes/deploying-go-operator/). @@ -51,6 +52,7 @@ A curated list of awesome resources: articles, books, videos about Kubernetes Op ## Videos +* [Creating Kubernetes Operator using operator-sdk](https://www.youtube.com/watch?v=FHjLL5e7h00). * [Writing a Kubernetes Operator from Scratch Using Kubebuilder](https://www.youtube.com/watch?v=LLVoyXjYlYM). * [Hands-on Demo: Introduction to Kubernetes Operators](https://www.youtube.com/watch?v=wDLbqlEHuBc). * [Kubernetes Operator simply explained in 10 mins](https://www.youtube.com/watch?v=ha3LjlD6g7g).