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?
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ