Deploy Ghost with MySQL DB replication using helm chart

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ghost-deploy

    Helm Chart Deployment of Ghost with mysql DB replication

  • git clone https://github.com/Muneer94/ghost-deploy.git cd ghost-deploy helm dependency update ./ghost --debug

  • local-path-provisioner

    Dynamically provisioning persistent local storage with Kubernetes

  • Deploy local-path-provisioner storage class but it does not support readwritemany so for high availability of your Kubernetes cluster better to use longhorn

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ingress-nginx

    Ingress-NGINX Controller for Kubernetes

  • helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm repo update helm upgrade --install ingress-nginx ingress-nginx/ingress-nginx --namespace ingress-nginx --create-namespace -f custom/ghost/nginx.yaml

  • Ghost

    Independent technology for modern publishing, memberships, subscriptions and newsletters.

  • Ghost is used by creators to run their own website to publish private content

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts