Installing and running Sitecore on a local Kubernetes deployment
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This repository presents a POC of having a local kubernetes deployment of Sitecore XM.
This POC uses the Microsoft AKS Edge Essentials Preview and the Sitecore 10.3 XM1 kubernetes container deployment here
- Download and extract the AKS Edge Essentials MSI binary and the Windows node files zip into the ASKEdge folder (Currently using AksEdge-K8s-1.0.266.0)
- Windows 10/11 Enterprise/Pro
- Ensure you PC has Hyper-V enabled
- A Multi-core desktop with at least 2.5Ghz, 32-64GB RAM and 250-500GB SSD Hard Drive is preferred (Recommened based on my local setup)
- Valid Sitecore License
AKSEdge folder
- Run Powershell scripts in the order they are numbered
- Store token generated in script 4 to login to the Kuberetes Dashboard
Sitecore
- Run Powershell scripts in the order they are numbered.
a. Put valid sitecore license file in \license folder
b. Run script to install license
.\1.EncodeAndCompressLicense.ps1 <Absolute path to license file>
- Before running script 6, ensure you have entered all the secrets for your sitecore installation in the text files in \secrets folder.
TBD
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @D0cNet - [email protected]
Project Link: https://github.com/D0cNet/sitecorelocalk8s