Codebuild, EKS and private pypi server

0

Does anyone have experience with handling private python packages in the AWS Codebuild/EKS environment. We use Codebuild to build Docker images to be loaded in the AWS EKS (elastic kubernetes service) cluster. However, we would like to install some python modules from a private PyPI server.

If I deploy a private PyPI in my EKS (k8s) cluster, would Codebuild be able to access it when building the containers?

已提问 2 年前256 查看次数
1 回答
0

Hello,

If you deploy your private PyPI in your EKS cluster and expose it internally in your VPC (with an internal application load balancer for example ...) you can configure CodeBuild to access it.

AWS CodeBuild can access resources inside your VPC as described in its documentation https://docs.aws.amazon.com/codebuild/latest/userguide/vpc-support.html

Best regards,

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则