Sitecore / docker-images

Build docker images for Sitecore
MIT License
179 stars 221 forks source link

Does sitecore application docker image can run on Linux nodes #1538

Open saikumar0412 opened 6 months ago

saikumar0412 commented 6 months ago

We are new to sitecore and want to explore it. have below question

We have a requirement where we want to run sitecore on Kubernetes, and currently, we only use Linux nodes.

Does site core docker images can run on linux node pools or it must have windows based nodes in the Kubernetes cluster

adoprog commented 6 months ago

It is possible to run certain dependencies (like SQL server) on Linux, but it definitely requires Windows node(s) for Content Management and other core product parts.

saikumar0412 commented 6 months ago

Thanks for the clarification @adoprog