Accessing a GitHub repository within Kubernetes via a sidecar container
To separate our services and the data our service operates on we use separate GitHub repositories as storage. This article will demonstrate how we make sure that our operational services always have the latest data available.
Read more