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 <http://charts.external-secrets.io|charts.external-secrets.io>, the webhook updates it with <http://my-private-repo.git.io|my-private-repo.git.io> for e.g
akhan4uabout 1 year ago
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.