#kubernetes (2024-12)

kubernetes

Archive: https://archive.sweetops.com/kubernetes/

2024-12-02

IK avatar

does anyone have the name of the tool that can re-write manifests with private registry URL’s? for e.g. if someone deploys a chart from [charts.external-secrets.io](http://charts.external-secrets.io), the webhook updates it with [my-private-repo.git.io](http://my-private-repo.git.io) for e.g

akhan4u avatar
akhan4u

Hi all, Are there any recommended ways to authenticate to AWS service from non-eks clusters? Does IRSA work here or there is some other way to authenticate to AWS, I’m preferring IAM role over IAM user credentials. Non-eks k8s is k3s cluster.

IK avatar

have you tried SSM hybrid activation?

IK avatar

otherwise, something like IAM roles anywhere

akhan4u avatar
akhan4u

Yea I’ve come across IAM roles anywhere, will take a look

2024-12-03

    keyboard_arrow_up