From bfc6c8505ead9a337e3ccfbd09fb7baaa6f4fb44 Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olaf.bohlen@niit.com>
Date: Thu, 20 May 2021 13:49:56 +0200
Subject: [PATCH] add new common charts

---
 openshift-workshop.org |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/openshift-workshop.org b/openshift-workshop.org
new file mode 100644
index 0000000..56dcf58
--- /dev/null
+++ b/openshift-workshop.org
@@ -0,0 +1,25 @@
+#+begin_src ditaa :file ocp-workshop1.png :cmdline -E -s 0.8
+
++---------------------------+       +-----------------------+         +-------------------------+
+|{s} cRED                   |       | Kube API Server       |         | Kube Controller Manager |
+| etcd                      |       |                       |         |                         |
+| key=val                   | <===> |etcd connector         |  <====> | watches API for updates |
+| kind=Pod                  |       |                       |         | if update: run code     |
+| metatdata.name=hi-1-lhdhf |       |       REST Connector  |         |                         |
++---------------------------+       +-----------------------+         +-------------------------+
+                                               ^
+                                               | HTTP(S)/REST
+                                               |  (JSON)
+                                               v
+                                    +-----------------------+
+                                    |       REST Client     |
+                                    |                       |
+                                    | oc/kubectl            |
+                                    |  (converts JSON to    |
+                                    |   output format)      |
+                                    |                       |
+                                    +-----------------------+
+#+end_src
+
+#+results:
+[[file:ocp-workshop1.png]]

--
Gitblit v1.9.3