Tips on migrating your Sitecore solution to Docker

Now that Sitecore officially supports Docker containers, many of us started considering migrating their Sitecore solutions to Docker setup. But how hard is that and what are the important steps/pain points to consider for production-ready setup?

September 22, 2020 · 11 min · Vitalii Tylyk

Sitecore 9.3 health checks

Starting from version 9.3, Sitecore includes health check HTTP endpoints which you can use to check health of your Sitecore instance. In this post I will show how to add custom health checks.

July 13, 2020 · 3 min · Vitalii Tylyk

Sitecore environment variables config builder

Inspired by ASP.NET configuration builders I thought: wouldn’t it be awesome to be able to modify Sitecore configuration via environment variables in a similar way? This is especially relevant in Docker world.

February 6, 2020 · 2 min · Vitalii Tylyk

Sitecore 9.3 loves Docker

Sitecore 9.3 release includes some features which improve containers support, but at the time of writing they are not mentioned neither in release notes nor in documentation. In this post I highlight these features, since I consider them an important step in direction of containers support.

January 17, 2020 · 3 min · Vitalii Tylyk

Making Sitecore a good Docker citizen

Lately more and more people get interested in running Sitecore in Docker containers. So how do you make Sitecore a good Docker citizen?

October 15, 2019 · 7 min · Vitalii Tylyk