简体   繁体   English

配置Jenkins以在AWS EKS上进行部署

[英]Configuring Jenkins To Deploy on AWS EKS

I am trying to connect jenkins with the AWS EKS to create deployment pipelines. 我正在尝试将jenkins与AWS EKS连接以创建部署管道。 AWS using aws-iam-authenticator and jenkins-kubernetes plugin requires certificate and credentials to connect to the EKS Kubernetes cluster. 使用aws-iam-authenticator和jenkins-kubernetes插件的AWS需要证书和凭证才能连接到EKS Kubernetes集群。

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. 您可以按照以下URL为Kubernetes设置CI / CD,只需用jenkins替换codebuild和codepipeline并从Jenkins本身触发Lambda函数。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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