简体   繁体   中英

Configuring Jenkins To Deploy on AWS EKS

I am trying to connect jenkins with the AWS EKS to create deployment pipelines. AWS using aws-iam-authenticator and jenkins-kubernetes plugin requires certificate and credentials to connect to the EKS Kubernetes cluster.

So far i haven't been able to figure out what to configure in credentials, i have tried service account but that didn't help.

Any help in the pointing to the documentation to achieve that would be highly helpful

You can follow the below URL for setting up your CI/CD for kubernetes just replace codebuild and codepipeline with jenkins and trigger the Lambda function from Jenkins itself.

https://aws.amazon.com/blogs/devops/continuous-deployment-to-kubernetes-using-aws-codepipeline-aws-codecommit-aws-codebuild-amazon-ecr-and-aws-lambda/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM