drupal-operator icon indicating copy to clipboard operation
drupal-operator copied to clipboard

Drupal ansible operator for kubernetes

Drupal Operator

This is a very early working POC for development of an drupal Ansible operator, feedback is welcomed!

Install Operator

kubectl apply -f deploy/

Create a Drupal instance

Once the operator is installed in a namespace you can create Drupal resources.

apiVersion: drupal.org/v1alpha1
kind: Drupal
metadata:
  name: example-drupal
spec:
  version: 8.6

This will automatically trigger the operator to run the ansible playbook and deploy a new Drupal :)