Skip to content

Commit

Permalink
rephease take home points
Browse files Browse the repository at this point in the history
  • Loading branch information
the-gigi committed Jun 20, 2024
1 parent 7b97bc5 commit 1ff4279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions content/posts/2024/06/pwning-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,9 @@ for more info.

### Take Home Points 🏠

Kubernetes by default lets anyone who can create pods to create pods that can easily take over the
entire cluster.
By default, Kubernetes allows anyone who can create pods to potentially take over the entire cluster.

First, be very mindful about who can create pods on your cluster.

Second, consider introducing a policy engine like Kyverno to prevent pods from requesting
elevated permissions unless they really need them to perform their job.
elevated permissions unless they really need them to perform their job.
3 changes: 0 additions & 3 deletions topics.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Blog post topics


## Pwning Kubernetes

## Fixing the OpenAI Function Calling API

https://github.com/openai/openai-openapi/issues/259
Expand Down

0 comments on commit 1ff4279

Please sign in to comment.