Deploying Crafter CMS in Kubernetes¶
To deploy a simple Crafter CMS installation in a Kubernetes cluster, follow the guide below.
Crafter CMS also provides Kubernetes example deployments, which can be found here: https://github.com/craftercms/kubernetes-deployments.
From https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
A Deployment provides declarative updates for Pods ReplicaSets.
The following gives examples of using the Crafter CMS provided Kubernetes example deployments: