Coder.comC
Coder.com3y ago
24 replies
hyesr

Templates best practices

Hey there! I’m working with Coder in a Kubernetes environment and I’m wondering which is the best way to use a Kubernetes template to install the apps needed for my work. It’s clear that binary installations (like for instance a CLI) and environment configurations can be included in the startup script of the coder agent. Is also correct using this method for installing database program (Mongo, PostgreSQL, etc..) or message broker software or it’s better using a container in a Kubernetes pod instead? Thanks!
Was this page helpful?