Replies: 1 comment
-
Hi @tsu84 teks is a template for repository infrastructure, it is an opinionated example of what an infrastructure as code repository should look like. It is meant to be cloned and adapted. If you want to build the module yourself you should look at the modules used in tEKS: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've managed to install teks on AWS and tried to deploy apps with kubectl and everything works.
Now I am migrating the app infrastructure to terragrunt, but I cannot figure out which is the right way to get the configurations from teks to deploy apps on it.
What I am trying to do is to import teks configuration as a (local) external module, but I am not sure if it is correct.
Can someone tell me how can I make deployments on multiple environments seamlessly with teks?
Beta Was this translation helpful? Give feedback.
All reactions