How to clone a Bitbucket repo from a Springboot microservice running on AWS EKS?

0

I have a springboot microservice which runs on AWS EKS.

  • I am generating a .tfvars (Terraform runtime parameters) file inside this microservice
  • I would like to checkin this file on Bitbucket

I have a couple of queries here:

  • If I create a .tfvars file (or any file), where would that file be saved by Springboot?
    1. Will the file be stored in the file system of the container? 2. Or is it mandatory to use an EFS to store this file?
  • Would I be able to clone a Bitbucket repository to checkin my .tfvars file? 1. Will the clone be stored in the file system of the container? 2. Or is it mandatory to use an EFS to store cloned repos?
demandé il y a 2 ans75 vues
Aucune réponse

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