My issue was I couldn’t tell from the docs what t...
# kubernetes
f
My issue was I couldn’t tell from the docs what the output of
buildAndPushImage().image()
does when it’s used in conjunction with
awsx/kubernetes/EKS
Inside a
Deployment/Pod
manifest for containers.
Copy code
spec: {
                containers: [{
                    image, // **Use the image built above**
                }],
I know the string would be something like
<http://012345678901.dkr.ecr.us-west-2.amazonaws.com/my-repo-e2fe830:latest|012345678901.dkr.ecr.us-west-2.amazonaws.com/my-repo-e2fe830:latest>
Where parts of that is based on AWS meta-data like ID, region etc.