Re: software development environment from scratch

2025-03-28 Thread Jonathan Dowland
On Fri Mar 28, 2025 at 12:02 AM GMT, tim wade wrote: For setting up a software development environment from scratch, I’m facing the following three options: 1. Deploy directly on the server, for example, running Kafka and Redis on the server's operating system. 2. Use Docker containers on th

Re: software development environment from scratch

2025-03-27 Thread Stanislav Vlasov
пт, 28 мар. 2025 г. в 11:41, Stanislav Vlasov : > > For a medium-sized project (involving multiple programming languages and > > several team members), which environment do you recommend? Forgot to write. Docker/k8s is not _development_ environment. Its deploy target. -- Stanislav

Re: software development environment from scratch

2025-03-27 Thread Stanislav Vlasov
пт, 28 мар. 2025 г. в 05:03, tim wade : > For a medium-sized project (involving multiple programming languages and > several team members), which environment do you recommend? If it will be deployed to several servers and must work together — k8s. At a single server — docker or may be podman or c