Olaf Bohlen
2021-05-20 bfc6c8505ead9a337e3ccfbd09fb7baaa6f4fb44
add new common charts
1 files added
25 ■■■■■ changed files
openshift-workshop.org 25 ●●●●● patch | view | raw | blame | history
openshift-workshop.org
New file
@@ -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]]