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?
asked 2 years ago72 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions