Skip to main content

Sitecore

Sitecore 10 – The Dawning of a New Containerized Day

Cloud

Sitecore 10.0 made its way into the world a few weeks back. While it wasn’t a dramatic user-facing major release, it was a massive release for Sitecore becoming more cloud-native and looking ahead to the future of the Sitecore development experience.

Cloud-Native?

You may be asking, what does “cloud-native” mean? Well, for that, we can turn to the Cloud Native Computing Foundation who defines “cloud-native” as the following:

Cloud native technologies empower organizations to build and run scalable applications in modern, dynamic environments such as public, private, and hybrid clouds. Containers, service meshes, microservices, immutable infrastructure, and declarative APIs exemplify this approach.

These techniques enable loosely coupled systems that are resilient, manageable, and observable. Combined with robust automation, they allow engineers to make high-impact changes frequently and predictably with minimal toil.

— https://github.com/cncf/toc/blob/master/DEFINITION.md

tl;dr – make your applications scalable

Sitecore and Containers

Fortunately, the Sitecore architecture already encourages this with the scaling of content delivery servers. As a separate role altogether, they can be scaled independently and are inherently stateless on their own, maintaining the ability to have instances spun up and spun down at will.

In Sitecore 10, Sitecore brings the power of containers to the Sitecore platform. For a good primer of containers and containerization, you can see this article from Docker. The wonderful Sitecore community had invested in creating container images for previous versions of Sitecore as an open-source project. However, Sitecore is now providing container images through its own container registry for its platform as a first-class citizen for production deployments.

What does this mean?

We can now use modern technologies like Docker and Kubernetes! This is exciting for both developers and operations alike. As a former Sitecore Cloud MVP, this is the direction I’ve wanted the platform to head towards.

For developers, this means you can spin up a Sitecore environment completely in Docker – in fact, Sitecore provides docker-compose.yml files as part of its release. Remember how complicated a local Sitecore installation could be with all its various dependencies and such? Sitecore made it more comfortable with the Sitecore Install Assistant. Now with containers, you can have a new machine with nothing other than Docker installed and run docker-compose up and have a full-blown Sitecore environment running locally, including SQL Server and Solr. Amazing! This is also great for the new Sitecore headless development experience as this would enable you to effectively run Sitecore as a service locally.

For ops people, this means you can use the power of Kubernetes with Sitecore! Sitecore also ships several K8s configuration files to spin up an instance in Kubernetes with AKS or another cloud provider that supports Windows containers. I won’t go into all the details about Kubernetes here. Still, it’s a significant bit of technology that helps orchestrate containers, networking, and security with a considerable amount of industry backing and extensibility points. It’s cool, trust me.

How do I get started?

Sitecore has put together installation guides for Docker and Kubernetes on the Sitecore 10 download page. You’ll find a Container Deployment Package which contains all the docker-compose.yml and Kubernetes config files for the various flavors of Sitecore. For your local dev environment, you’ll want to ensure that Docker Desktop for Windows is installed before you get started. All the details are in the installation guides. Happy containering!

Screenshot of links to the Sitecore Container deployment downloads

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

George Chang

More from this Author

Follow Us
TwitterLinkedinFacebookYoutubeInstagram