@@ -156,9 +156,9 @@ featureGrid:
156156 url : " /content/docs/docker/docker-compose-images.md"
157157
158158
159- - title : kubernetes
159+ - title : Kubernetes
160160 icon : ⎈
161- description : kubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management.
161+ description : Kubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management.
162162 modules :
163163 - title : " pre-requisites to install kubeadm"
164164 url : " /content/docs/kubernetes/pre-requisites-kubeadm.md"
@@ -170,7 +170,23 @@ featureGrid:
170170 url : " /content/docs/kubernetes/kubeadm-upgrade.md"
171171 - title : " etc backup and restore"
172172 url : " /content/docs/kubernetes/etcd-backup.md"
173-
173+ - title : " Manage role based access control (RBAC)"
174+ url : " /content/docs/kubernetes/RBAC.md"
175+ - title : " Basics of Pod"
176+ url : " /content/docs/kubernetes/Basics-of-pods.md"
177+ - title : " Create POD with Command and Arguments"
178+ url : " /content/docs/kubernetes/pod-command-args.md"
179+ - title : " Multi-Container Pods"
180+ url : " /content/docs/kubernetes/multipod-container.md"
181+ - title : " Labels & Selectors"
182+ url : " /content/docs/kubernetes/labels-selectors.md"
183+ - title : " Kubernetes Service"
184+ url : " /content/docs/kubernetes/Services.md"
185+ - title : " Understand deployments and how to perform rolling update and rollbacks"
186+ url : " content/docs/kubernetes/Deployment-Replicaset.md"
187+ - title : Use ConfigMaps and Secrets to configure applications
188+ url : " content/docs/kubernetes/ConfigMap.md"
189+
174190 - title : Helm
175191 icon : 👷⎈
176192 description : Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
0 commit comments