# Deploy Drupal9 on Kubernetes This deployment will setup a Drupal site using Kubernetes. The drupal9-docker-app is not natively designed to be ran on Kubernetes however it serves the pourpose for testing and development. ## Usage 1 - Spun up a kubernetes cluster 2 - Start the deployment with ``` kubectl apply -f drupal-deployment.yaml ``` # Disclaimer This config only serves development and is not the proper way to run Drupal on kubernetes. If you want a more robust and complex deployment that will scale you can do it with Helm and Bitnami's containers https://bitnami.com/stack/drupal/helm