From 73a3b00b0f7bcb6512a38b022dcb3a27c4651212 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 20:26:59 +0600 Subject: [PATCH] chore: update roadmap content json (#8869) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- public/roadmap-content/kubernetes.json | 27 +++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/public/roadmap-content/kubernetes.json b/public/roadmap-content/kubernetes.json index 1d922694f..a0c5329df 100644 --- a/public/roadmap-content/kubernetes.json +++ b/public/roadmap-content/kubernetes.json @@ -1256,10 +1256,31 @@ } ] }, - "advanced-topics@t8SJbGVXsUDECxePLDk_w.md": { + "t8SJbGVXsUDECxePLDk_w": { "title": "Advanced Topics", - "description": "", - "links": [] + "description": "Advanced Kubernetes concepts cover production-grade techniques for DevOps, Docker, and backend development. These include GitOps deployments, container optimization, stateful workloads management, secure cloud-native applications and service scalable implementations.\n\nVisit the following resources to learn more:", + "links": [ + { + "title": "Kubernetes Production Best Practices", + "url": "https://kubernetes.io/docs/setup/production-environment/", + "type": "article" + }, + { + "title": "Top Kubernetes design patterns", + "url": "https://www.wallarm.com/what/top-kubernetes-design-patterns", + "type": "article" + }, + { + "title": "The Role of Kubernetes in DevOps", + "url": "https://spacelift.io/blog/kubernetes-devops", + "type": "article" + }, + { + "title": "Kubernetes for Docker Users", + "url": "https://www.youtube.com/watch?v=keNQ6V_W4VE&ab_channel=Rancher", + "type": "video" + } + ] }, "L9rVPEEXFwisQOwT_LQ4v": { "title": "Creating Custom Controllers",