What Do You Call DevOps Without Version Control and Testing?

0
3
Asked By CuriousCoder42 On

Hey there! I'm curious if anyone knows what terms might apply to a DevOps setup that skips over version control and testing. To clarify, I'm talking about a situation where the application is already built and thoroughly tested, and it's ready for deployment to a server or cloud. After that, we just need to focus on monitoring and maintaining the application. Especially if performance and efficiency monitoring are important. I'm really not interested in anything related to Git, GitHub, or CI/CD tools—just what happens after the app is deployed.

4 Answers

Answered By SkepticalSam On

It sounds like you want to manage applications without using version control, which is a pretty unusual approach. Good luck building monitoring systems without an audit trail!

Answered By TechieTina88 On

You might be looking for roles focused on just deployment and monitoring. It sounds a lot like traditional operations jobs before the rise of CI/CD. There are definitely environments where those practices are still in play.

Answered By ConfusedButCurious On

I mean, how do you manage deployments without Git? You’d need some form of audit to ensure everything’s working as expected, right? It just seems a bit risky without any tracking.

Answered By SmartGarry On

Honestly, there’s no specific title for that because most DevOps or SRE roles involve some level of version control, especially for bug fixes and deployments. What you’re describing is leaning more towards classic Ops or SysAdmin roles.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.