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?
gefragt vor 2 Jahren75 Aufrufe
Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen