Node Scripts the Right Way

Running scripts in node.js is easy – just make a javascript file and run node /path/to/file.js. However, if you maintain a lot of scripts you’ll quickly start to run into some pain points, especially when you try to test your scripts. In this post, I’ll r… Read more

Similar

Kubernetes Node Pool Upgrades

One of the many best-practices for operating Kubernetes clusters is to frequently perform Kubernetes version upgrades in those clusters. This insures that you'll be running your workload with a version of Kubernetes that contains the latest security fixes... (more…)

Read more »