The Big Picture
Posted Monday, February 8th, 2021 10:16:00 pm Sometimes, it's a good idea to take a step back and look at what you're doing and what you've done, and ask, "Can this be better?"
I recently did this with my Azure Windows VM. For a while, I've been just loading up any new website or venture I've created onto my VM. This, however, has proven to be problematic when it comes to some of my more recent projects, including the OTL and the corresponding Overload Game Browser. These two projects are by far my most used websites on the server, and they continually push the limits of what this VM can do. Timeouts have become more and more frequent, and as more and more data piles into the database, the problem is just going to keep getting worse.
So I asked the question, "Do I need to be on a Windows VM?"
Some years ago, the answer would have been "yes". I was running .NET Framework 4-point-something, and had a lot of Microsoft-specific things on the system, including a Microsoft SQL Server. Now, however, every site I host is written in Node.js. The only thing remaining that requires anything Microsoft is the SQL Server.
So I asked the question, "Do I even need SQL Server?" I don't think I do. MongoDB exists, and I have been figuring out how to work with that for some time.
As such, I've begun a massive project to try to move away from this Windows VM and retire it permanently. For a while, I wasn't sure how I was going to do it, but as part of a learning course pilot at work I picked up Docker. My goal is to move every project that I have on that server into a group of Docker containers and run them on their own Linux VMs. Linux VMs are much cheaper than Windows VMs, and if something starts running out of resources I can just up the VM size accordingly.
So what is going to move?
I recently did this with my Azure Windows VM. For a while, I've been just loading up any new website or venture I've created onto my VM. This, however, has proven to be problematic when it comes to some of my more recent projects, including the OTL and the corresponding Overload Game Browser. These two projects are by far my most used websites on the server, and they continually push the limits of what this VM can do. Timeouts have become more and more frequent, and as more and more data piles into the database, the problem is just going to keep getting worse.
So I asked the question, "Do I need to be on a Windows VM?"
Some years ago, the answer would have been "yes". I was running .NET Framework 4-point-something, and had a lot of Microsoft-specific things on the system, including a Microsoft SQL Server. Now, however, every site I host is written in Node.js. The only thing remaining that requires anything Microsoft is the SQL Server.
So I asked the question, "Do I even need SQL Server?" I don't think I do. MongoDB exists, and I have been figuring out how to work with that for some time.
As such, I've begun a massive project to try to move away from this Windows VM and retire it permanently. For a while, I wasn't sure how I was going to do it, but as part of a learning course pilot at work I picked up Docker. My goal is to move every project that I have on that server into a group of Docker containers and run them on their own Linux VMs. Linux VMs are much cheaper than Windows VMs, and if something starts running out of resources I can just up the VM size accordingly.
So what is going to move?
- The Trax in Space 1 archive, with the near 14 GB of files in an Azure Storage account.
- Six Gaming and its Discord and Twitch bots, except completed and not just a placeholder website.
- roncli.com and the ronc.li redirect service, rewritten to not use RendrJS. Thanks a ton for dying on me.
- The Overload Teams League, The Overload Game Browser, and the Discord bot that controls my Overload game server farm.
Older
Boom, Bitches!
Boom, Bitches!
roncli.com Blog
All Posts
All Posts
Newer
I Thought I Wasn't Going to Ever Blog about Trax in Space again...
I Thought I Wasn't Going to Ever Blog about Trax in Space again...
Older
All Good Things and Such
All Good Things and Such
Category
Azure
Azure
Newer
I Thought I Wasn't Going to Ever Blog about Trax in Space again...
I Thought I Wasn't Going to Ever Blog about Trax in Space again...
Older
The Descent DXX-Retro 1.4 Roadmap
The Descent DXX-Retro 1.4 Roadmap
Category
Coding
Coding
Newer
I Thought I Wasn't Going to Ever Blog about Trax in Space again...
I Thought I Wasn't Going to Ever Blog about Trax in Space again...
Older
OTL's player disconnection issue
OTL's player disconnection issue
Category
Overload Teams League
Overload Teams League
Older
Uhhh...
Uhhh...
Category
roncli.com
roncli.com
Older
Report Card: 2015
Report Card: 2015
Category
Six Gaming
Six Gaming
Comments