concourse-helm-resource icon indicating copy to clipboard operation
concourse-helm-resource copied to clipboard

AWS EKS Support

Open phpdave11 opened this issue 5 years ago • 0 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.

phpdave11 avatar Nov 20 '19 20:11 phpdave11