SaltStack is a configuration management system that works across both Linux and Windows, and provides a scalable, reactive solution to infrastructure management.
Static Website Hosting with Docker and Salt
Containerisation of services has numerous advantages in terms of repeatability, security, etc. This is all well and good for an application server and related infrastructure, but how to do this in a light weight fashion, for instance, serving static websites? The ultimate goal is to be able to leverage the benefits of modern devops with low overhead. This blog is hosted on a VPS with 1GB RAM for instance. To do this we utilises: ...