Hi all, For an example if my organization have aro...
# general
v
Hi all, For an example if my organization have around 10 teams are using different programming languages. Here how will the fully automated deployement be handled Is it like we have to build a common master pipeline and use it for all teams or separate master deployment pipelines to each teams or is there any good way to fully automate the deployment. In large enterprises how is this handled is there anything to refer
d
Are you using docker and k8s? You could standardise around building docker images and packaging helm charts. That way your pipeline templates can be agnostic of programming language
p
We use docker and specify that the code must build in container and respect a contract for interacting with the platform - health checks and standard control plan features.