I'm considering setting up a sandbox VM for testing on the same ESXi production server. Is this a good idea? If so, how should I go about it properly? Are there resources I can check out for more information? If not, does that mean I need to set up a separate ESXi server for testing?
2 Answers
Honestly, it comes down to your organization's policies. Some places don’t allow testing on the production server to avoid any impact on live systems. If you don’t have a clear policy in place yet, it might be a good idea to create one based on what you find out here.
Sure, you can use the same ESXi host for a test VM, but it really depends on what you plan to do with it. If your test VM is just for light usage, like trying out some updates or new apps, as long as you keep it isolated—like using different VLANs and setting resource limits—it should be fine. Just make sure it won't put too much load on the host and disrupt production.

Right, that’s why I’m asking! I want to make sure we don't run into issues by just jumping in.