Where is the Sample App container that the Reference Architecture deploys? #541
-
|
Ref Arch Customers: Where is the “sample app” containers that EKS uses to spin up? (In ECR?) Wouldn’t those be in our repo/“shared” account? Or is there an example using a container image from ECR in the “shared” account and spinning up EKS w/ it in other accounts? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The AWS Sample App image is pulled directly out of dockerhub. You can see that by checking out the The tag is set per environment in Note that even though the latest tagged image in dockerhub is Regarding deploying a container image from ECR in the shared account, see |
Beta Was this translation helpful? Give feedback.
The AWS Sample App image is pulled directly out of dockerhub. You can see that by checking out the
_envcommon/services/k8s-sample-app-frontend.hclfile (your file name will be different if you're using ECS):The tag is set per environment in
stage/us-east-1/stage/services/sample-app-frontend/terragrunt.hcl:Note that even though the latest tagged image in dockerhub is
v0…