Skip to content

Commit 8b23c0b

Browse files
committed
Fix typo kubernetesi and infrastructure
minor fixes on typos.
1 parent 5437f4f commit 8b23c0b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

access-kubernetes-goat.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# Author: Madhu Akula
3-
# This program has been created as part of Kuberentes Goat
4-
# Kuberentes Goat Access vulnerable infrastrcuture
3+
# This program has been created as part of Kubernetes Goat
4+
# Kubernetes Goat Access vulnerable infrastructure
55

66
# Checking kubectl setup
77
kubectl version --short > /dev/null 2>&1
@@ -44,4 +44,4 @@ export POD_NAME=$(kubectl get pods --namespace big-monolith -l "app=hunger-check
4444
kubectl --namespace big-monolith port-forward $POD_NAME --address 0.0.0.0 1236:8080 > /dev/null 2>&1 &
4545

4646

47-
echo "Visit http://127.0.0.1:1234 to get started with your Kuberenetes Goat hacking!"
47+
echo "Visit http://127.0.0.1:1234 to get started with your Kubernetes Goat hacking!"

guide/docs/scenarios/scenario-22/scenario-22.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ kubectl get pods -n vault
120120
kubectl --namespace vault exec -it kubernetes-goat-secrets -- sh
121121
```
122122

123-
![exec working to kuberenetes-goat secrets pod](../images/sc-22-4.png)
123+
![exec working to kubernetes-goat secrets pod](../images/sc-22-4.png)
124124

125125
- As you can clearly see that we can `exec` into the `kubernetes-goat-secrets` pod in `vault` namespace
126126

infrastructure/metadata-db/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Author: Madhu Akula
2-
// This program has been created as part of Kuberentes Goat
2+
// This program has been created as part of Kubernetes Goat
33
// Static metadata database
44
package main
55

infrastructure/users-repo/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python3
22
# Author: Madhu Akula
3-
# This program has been created as part of Kuberentes Goat
3+
# This program has been created as part of Kubernetes Goat
44
# User repositories information using API
55
import requests
66
import json

setup-kubernetes-goat.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# Author: Madhu Akula
3-
# This program has been created as part of Kuberentes Goat
4-
# Kuberentes Goat setup and manage vulnerable infrastrcuture
3+
# This program has been created as part of Kubernetes Goat
4+
# Kubernetes Goat setup and manage vulnerable infrastructure
55

66
# Checking kubectl setup
77
kubectl version --short > /dev/null 2>&1

teardown-kubernetes-goat.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# Author: Madhu Akula
3-
# This program has been created as part of Kuberentes Goat
4-
# Teardown Kuberentes Goat setup
3+
# This program has been created as part of Kubernetes Goat
4+
# Teardown Kubernetes Goat setup
55

66
# Removing the superadmin cluster role/binding
77
kubectl delete clusterrolebindings superadmin

0 commit comments

Comments
 (0)