Skip to content

Commit 3b2315f

Browse files
author
sangam14
committed
update
1 parent bbc2369 commit 3b2315f

13 files changed

+51
-34
lines changed

content/docs/kubernetes/Basics-of-pods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Basics of Pod"
3-
weight: 2
3+
weight: 7
44
---
55

66

content/docs/kubernetes/ConfigMap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "ConfigMap "
33
description: " kubernetes Config "
44
slug: "ConfigMap"
5-
weight: 790
5+
weight: 12
66
---
77

88

content/docs/kubernetes/Deployment-Replicaset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Deployments and replication"
33
description: " Use Cases for Multi-Container Pods "
44
slug: "Deployments-and-replication"
5-
weight : 750
5+
weight: 11
66
---
77

88

content/docs/kubernetes/Service-Type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Service Type - NodePort,ClusterIP,LoadBalancer "
33
description: " kubernetes Service "
44
slug: "Service-Type-NodePort,ClusterIP,LoadBalancer"
5-
weight : 8
5+
weight : 14
66
---
77

88
#### Service Type1: NodePort

content/docs/kubernetes/Services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Kubernetes Service "
3-
weight : 7
3+
weight : 13
44
---
55

66
#### kubectl explain svc

content/docs/kubernetes/labels-selectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Labels and Selectors "
33
description: " Selectors Labels "
44
slug: "Labels-and-Selectors"
5-
weight : 760
5+
weight : 8
66
---
77

88
#### Labels - Maps (aka Dictionaries)

content/docs/kubernetes/multipod-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Multi-Container Pods"
33
description: " Use Cases for Multi-Container Pods "
44
slug: "Multi-Container-Pods"
5-
weight : 740
5+
weight : 10
66
---
77

88

content/docs/kubernetes/pod-command-args.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Create POD with Command and Arguments "
33
description: " Kubectl explain pod "
44
slug: "Create-POD-with-Command-and-Arguments"
5-
weight : 730
5+
weight : 9
66
---
77

88
#### kubectl explain pods.spec.containers.command

data/landing.yaml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ defaultContentLanguage = 'en'
168168

169169

170170
[[menu.primary]]
171-
name = "meetups"
171+
name = "Meetups"
172172
url = "meetups/"
173173
identifier = "meetups"
174174
weight = 40

0 commit comments

Comments
 (0)