Skip to content

Commit 0278419

Browse files
Merge branch 'main' into dev
2 parents 31d6261 + 624d2e9 commit 0278419

File tree

28 files changed

+931
-37
lines changed

28 files changed

+931
-37
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ Kubernetes, also known as K8s, is an open-source container orchestration platfor
197197
#### [4. A Hands-On Guide to AWS EKS Cluster with Managed Node Groups](./docs/eks-guides/004-eks-managed-node-group.md)
198198
#### [5. AWS Load Balancer Controller on EKS: A Comprehensive Guide](./docs/eks-guides/005-alb-controller.md)
199199
#### [6. Amazon EKS Auto Mode: A Hands-On Guide](./docs/eks-guides/006-eks-auto-mode.md)
200+
#### [7. Amazon EKS Kubecost: A Hands-On Guide](./docs/eks-guides/007-kubecost.md)
201+
#### [7. EKS Node Viewer: A Hands-On Guide](./docs/eks-guides/007-eks-node-viewer.md)
200202

201203
---
202204

docs/012-troubleshoot/exit-code-0/exit-code-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/docs/012-troubleshoot/exit-code-0/exit-code-0.md
33
sidebar_label: "Exit Code 0"
44
sidebar_id: "exit-code-0"
5-
sidebar_position: 1
5+
sidebar_position: 2
66
---
77

88
## Exit Code 0: Successful Execution

docs/012-troubleshoot/exit-code-1/exit-code-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/docs/012-troubleshoot/exit-code-1/exit-code-1.md
33
sidebar_label: "Exit Code 1"
44
sidebar_id: "exit-code-1"
5-
sidebar_position: 1
5+
sidebar_position: 3
66
---
77

88
## Exit Code 1 in Kubernetes

docs/012-troubleshoot/exit-code-125/exit-code-125.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/docs/012-troubleshoot/exit-code-125/exit-code-125.md
33
sidebar_label: "Exit Code 125"
44
sidebar_id: "exit-code-125"
5-
sidebar_position: 1
5+
sidebar_position: 5
66
---
77

88
## Exit Code 125: Container Failed to Run Example in Kubernetes

docs/012-troubleshoot/exit-code-126/exit-code-126.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/docs/012-troubleshoot/exit-code-126/exit-code-126.md
33
sidebar_label: "Exit Code 126"
44
sidebar_id: "exit-code-126"
5-
sidebar_position: 1
5+
sidebar_position: 6
66
---
77

88
## Exit Code 126 in Kubernetes

docs/012-troubleshoot/exit-code-127/exit-code-127.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/docs/012-troubleshoot/exit-code-127/exit-code-127.md
33
sidebar_label: "Exit Code 127"
44
sidebar_id: "exit-code-127"
5-
sidebar_position: 1
5+
sidebar_position: 7
66
---
77

88
## Exit Code 127 in Kubernetes

docs/012-troubleshoot/exit-code-128/exit-code-128.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/docs/012-troubleshoot/exit-code-128/exit-code-128.md
33
sidebar_label: "Exit Code 128"
44
sidebar_id: "exit-code-128"
5-
sidebar_position: 1
5+
sidebar_position: 8
66
---
77

88
## Exit Code 128 in Kubernetes

docs/012-troubleshoot/exit-code-130/exit-code-130.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/docs/012-troubleshoot/exit-code-130/exit-code-130.md
33
sidebar_label: "Exit Code 130"
44
sidebar_id: "exit-code-130"
5-
sidebar_position: 1
5+
sidebar_position: 9
66
---
77

88
## Exit Code 130: Script Terminated by User (SIGINT)

docs/012-troubleshoot/exit-code-134/exit-code-134.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/docs/012-troubleshoot/exit-code-134/exit-code-134.md
33
sidebar_label: "Exit Code 134"
44
sidebar_id: "exit-code-134"
5-
sidebar_position: 1
5+
sidebar_position: 10
66
---
77

88
## Exit Code 134: Abnormal Termination (SIGABRT)

docs/012-troubleshoot/exit-code-137/exit-code-137.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// filepath: /Users/anveshmuppeda/Desktop/anvesh/tech/git/kubernetes/docs/012-troubleshoot/exit-code-137/exit-code-137.md
33
sidebar_label: "Exit Code 137"
44
sidebar_id: "exit-code-137"
5-
sidebar_position: 1
5+
sidebar_position: 11
66
---
77

88
## Exit Code 137: Container Killed (SIGKILL)

0 commit comments

Comments
 (0)