linkyard / concourse-helm-resource

Deploy to kubernetes helm from your concourse.ci.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS EKS Support

phpdave11 opened this issue · comments

I would like to be able to use this plugin to deploy helm charts to my EKS cluster (Amazon Web Services Elastic Kubernetes Service).

Currently I am able to control my cluster within a concourse pipeline with kubectl using kubernetes-resource, but it would be nice to use helm to manage versions of my apps. In the kubernetes-resource plugin, I am able to authenticate using aws_iam_authenticator which is required for connecting to EKS.