zammad-docker-compose/kubernetes/Readme.md
André Bauer ce474aabef - switched to single zammad pod to get rid of nfs container in kubernetes
- added nginx configmap
- switched to statefulset for es
- removed nginx & nfs container builds
- switched to postgresql 10.1 (manual update needed)
2017-12-02 12:58:46 +01:00

1.2 KiB

Zammad kubernetes example deployment

This is a proof of concept of a Kubernetes deployment, which should be considered beta and not ready for production.

Prerequisites

  • Kubernetes 1.8.x Cluster with at least on node, 2 CPUs and 4 GB of RAM
  • Change the ingress to your needs

Deploy Zammad

Install on Minikube

Install on Google Kubernetes Engine

  • connect to cluster via gcloud command
  • kubectl proxy
  • kubectl apply -f .
  • open dashboard in browser

If you want to help to improve the Kuberntes deployments here are some todos:

  • create a zammad helm chart
  • document steps to use existing helm charts for elasticsearch, postgresql and so on
  • add cpu & mem limits
  • add rolling upgrade strategy to deployments
  • add RBAC