From 47ffc1fadf276d724d80e240c6f026ef2776c4ea Mon Sep 17 00:00:00 2001 From: Esoterydactyl Date: Fri, 5 Aug 2022 14:58:51 -0400 Subject: [PATCH] Add kubernetes resources * Update 104-kubernetes.md * Update content/roadmaps/102-devops/content/105-infrastructure-as-code/104-kubernetes.md Co-authored-by: Kamran Ahmed --- .../105-infrastructure-as-code/104-kubernetes.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/105-infrastructure-as-code/104-kubernetes.md b/content/roadmaps/102-devops/content/105-infrastructure-as-code/104-kubernetes.md index ddf04c9b3..f59a2e7cf 100644 --- a/content/roadmaps/102-devops/content/105-infrastructure-as-code/104-kubernetes.md +++ b/content/roadmaps/102-devops/content/105-infrastructure-as-code/104-kubernetes.md @@ -1 +1,10 @@ -# Kubernetes \ No newline at end of file +# Kubernetes + +Kubernetes is an [open source](https://github.com/kubernetes/kubernetes) container management platform, and the dominant product in this space. Using Kubernetes, teams can deploy images across multiple underlying hosts, defining their desired availability, deployment logic, and scaling logic in YAML. Kubernetes evolved from Borg, an internal Google platform used to provision and allocate compute resources. (similar to the Autopilot and Aquaman systems of Microsoft Azure) + +The popularity of Kubernetes has made it an increasingly important skill for the DevOps Engineer and has triggered the creation of Platform teams across the industry. These Platform engineering teams often exist with the sole purpose of making Kubernetes approachable and usable for their product development colleagues. + +Free Content +Kubernetes Website +Kubernetes Documentation +Kubernetes Crash Course for Absolute Beginners