thom8 / drupal-operator

Drupal ansible operator for kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

Drupal ansible operator for kubernetes


Languages

Language:Shell 71.6%Language:Dockerfile 28.4%