Fork me on GitHub
#dockside
<
2020-12-08
>
Jerreck19:12:45

any kubernetes gurus here? would you recommend keeping k8s objects/helm charts in the same repo as application code or in separate repos?

Jacky Bezalel21:12:45

It may change per the build process or the teams, but in general put Charts that serve an app in the apps repo

Jacky Bezalel21:12:47

Charts that serve the infrastructure layer in the infrastructure repo

Jerreck22:12:31

fascinating. I didn’t know you could use helm to deploy infrastructure. I thought it was just for packaging k8s applications

Jerreck22:12:59

we’ve been using terraform to manage infrastructure

Jerreck14:12:18

oh good, i’m glad no one else has commented on how dumb my last comment was

Jerreck14:12:45

i was thinking about this again this morning. for some reason i was only thinking about infra as “stuff you provision in azure”