Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix typo kubernetes and infrastructure #118

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions access-kubernetes-goat.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Author: Madhu Akula
# This program has been created as part of Kuberentes Goat
# Kuberentes Goat Access vulnerable infrastrcuture
# This program has been created as part of Kubernetes Goat
# Kubernetes Goat Access vulnerable infrastructure

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


echo "Visit http://127.0.0.1:1234 to get started with your Kuberenetes Goat hacking!"
echo "Visit http://127.0.0.1:1234 to get started with your Kubernetes Goat hacking!"
2 changes: 1 addition & 1 deletion guide/docs/scenarios/scenario-22/scenario-22.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ kubectl get pods -n vault
kubectl --namespace vault exec -it kubernetes-goat-secrets -- sh
```

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

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

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/metadata-db/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Author: Madhu Akula
// This program has been created as part of Kuberentes Goat
// This program has been created as part of Kubernetes Goat
// Static metadata database
package main

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/users-repo/app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# Author: Madhu Akula
# This program has been created as part of Kuberentes Goat
# This program has been created as part of Kubernetes Goat
# User repositories information using API
import requests
import json
Expand Down
4 changes: 2 additions & 2 deletions setup-kubernetes-goat.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Author: Madhu Akula
# This program has been created as part of Kuberentes Goat
# Kuberentes Goat setup and manage vulnerable infrastrcuture
# This program has been created as part of Kubernetes Goat
# Kubernetes Goat setup and manage vulnerable infrastructure

# Checking kubectl setup
kubectl version --short > /dev/null 2>&1
Expand Down
4 changes: 2 additions & 2 deletions teardown-kubernetes-goat.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Author: Madhu Akula
# This program has been created as part of Kuberentes Goat
# Teardown Kuberentes Goat setup
# This program has been created as part of Kubernetes Goat
# Teardown Kubernetes Goat setup

# Removing the superadmin cluster role/binding
kubectl delete clusterrolebindings superadmin
Expand Down