docs: add EKS Pod Identity steps for Kyverno#2001
Open
abdollahShahid wants to merge 1 commit into
Open
Conversation
|
Thanks for opening your first Pull Request here! Please check out our Contributing guidelines and confirm that you Signed off. |
There was a problem hiding this comment.
Pull request overview
This PR updates the existing “Kyverno + AWS IRSA” blog post to also document Amazon EKS Pod Identity as an alternative way to grant Kyverno’s admission controller AWS permissions for image verification workflows.
Changes:
- Added a new “Enabling EKS Pod Identity” section with IAM trust policy, role creation/attachment, Pod Identity association, restart, and verification steps.
- Kept the existing IRSA instructions intact and updated the conclusion to reference both Pod Identity and IRSA.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Muhammad Abdullah Shahid <108458621+abdollahShahid@users.noreply.github.com>
2c62f24 to
7079b79
Compare
Contributor
|
@abdollahShahid Nice docs update overall. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1289
This PR adds EKS Pod Identity instructions to the existing Kyverno AWS IRSA blog post.
This update documents how to:
pods.eks.amazonaws.com.kyverno-admission-controllerServiceAccount.The existing IRSA instructions are kept intact for users who still use IRSA.
Testing
npx prettier --check src/content/blog/aws-irsa/index.mdnpm run build