You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment deploying to kubernetes involves manually adding a secret to the cluster, so that the docker images can be pulled from the container registry, which is not ideal.
We should think about and implement a plan to make this more automated / productionized
Options
Use kubseal to encrypt a github token from a red badger github bot account, and push it to the repo. This secret would be specific to each cluster I think, but could work well if we had a permanent / long lived cluster.
Use Google Container registry and Gooogle Cloud to host the kubernetes cluster, in which case we think no secret is required.
Use Azure or Amazaon in the same way as 2.
Use some sort of key vault and retrieve the key from there. Authorization with the key vault might run in to the same problem as authorizing with the container registry, but would probably allow the container registry to more easily live in a different place to the cluster.
Probably others ...
The text was updated successfully, but these errors were encountered:
ceddlyburge
changed the title
Productionize pulling on images from container registry
Productionize pulling of images from container registry
Apr 20, 2021
At the moment deploying to kubernetes involves manually adding a secret to the cluster, so that the docker images can be pulled from the container registry, which is not ideal.
We should think about and implement a plan to make this more automated / productionized
Options
The text was updated successfully, but these errors were encountered: