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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南