diff --git a/data/workshop/exercise5.mdx b/data/workshop/exercise5.mdx index f8d3acd..4913bee 100644 --- a/data/workshop/exercise5.mdx +++ b/data/workshop/exercise5.mdx @@ -56,3 +56,13 @@ Click **Create**. In a minute or so you should see the Grafana operator installe |:-------------------------------------------------------------------:| | *Deploying grafana operator via static yaml* | + + +## 4.2 - Deploying an operator driven application + +With our Grafana operator now running it will be listening for the creation of a `grafana` custom resource. When one is detected the operator will deplioy the Grafana application according to the specifcation we supplied. + + + + + diff --git a/public/static/images/operator-deployment.gif b/public/static/images/operator-deployment.gif new file mode 100644 index 0000000..c9325ff Binary files /dev/null and b/public/static/images/operator-deployment.gif differ