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?

demandé il y a 2 ans256 vues
1 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions