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?
已提问 2 年前75 查看次数
没有答案

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

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

回答问题的准则