Skip to content

Add health checks to your Craft site, useful when running Docker or Kubernetes

License

Notifications You must be signed in to change notification settings

jasonmccallister/craft-healthz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Healthz

Add Kubernetes style health checks to your Craft site.

Healthz Logo

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

    cd /path/to/project
    
  2. Then tell Composer to load the plugin:

    composer require mccallister/healthz
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Healthz.

Health Check Overview

This plugin will provide an endpoint that allows health checks on Docker or Kubernetes workflows. Since Kubernetes is eating the world, it defaults to healthz/liveness, which is the default for Kubernetes.

Using Health Check

Setup your Kubernetes and choose the default health check url (e.g. healthz/liveness or healthz/readiness).

Brought to you by Jason McCallister