Skip Navigation

If you want to have two environments (lets call it Sandbox and Production), and you want to have a NAS in Production (Terramaster, Ugreen, etc), what do you put in your Sandbox environment?

I am trying to plan my home lab to satisfy two different needs:

  1. I want a stable environment where I will put a relatively expensive NAS and maybe some other Zima boards.
  2. I also want to try new versions and configurations in an env where I can break stuff BEFORE trying things on my Production environment. I would also like to use that environment to try other things like playing with Kubernetes, Docker, Iceberg, etc. I am a backend software engineer so this is very useful to me. Besides being fun.

So, I am just trying to gather ideas on how to configure this both in terms of software and hardware.

18 comments
  • Depends entirely on what "Production" means. In a corporate environment it means something completely different from a homelab

    If you're doing this for real, you'd have two identical environments.

    If it's playing with Docker or Kubernetes, you don't need anything more than a VM with Linux and Docker.

    If you want to get serious, you can also set up a sandbox on EC2.

18 comments