What’s the Best Helm Chart for a Single MongoDB Instance Without Using an Operator?

0
7
Asked By TechSavvyNinja42 On

I'm looking for the best way to set up a single MongoDB instance without the added complexity of managing a MongoDB operator. My team oversees numerous Kubernetes clusters and we handle multiple users, so installing an operator just for one instance seems like overkill. What are my alternatives?

To clarify, as part of my role in the platform team, we automate our deployment processes extensively and manage everything from building components to testing and rolling them out. This whole process is tedious and requires significant resources, especially when addressing security vulnerabilities or changes. I want to know if there's a lighter approach to deploying a single MongoDB instance that doesn't involve the overhead of an operator.

1 Answer

Answered By CloudGuru89 On

It might actually be easier to run a stateful set for a single MongoDB instance instead of dealing with the complexities of an operator. If you don't need extra features like high availability or backups, this could save you a lot of hassle. Just keep it simple!

DevOnDuty -

Got it! But do you have any recommendations for deploying it without an operator?

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.