updated diagram

This commit is contained in:
2026-01-16 20:48:38 +11:00
parent af5a94bee4
commit 5791a2261d
4 changed files with 13 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 5.1 MiB

BIN
01-claude-ocp/homerspin.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 KiB

View File

@@ -56,7 +56,7 @@ Why MCP?
<!-- font_size: 2 --> <!-- font_size: 2 -->
Without MCP Without MCP
=== ===
<!-- column_layout: [3, 2] --> <!-- column_layout: [5, 2] -->
<!-- column: 0 --> <!-- column: 0 -->
<!-- alignment: left --> <!-- alignment: left -->
<!-- pause --> <!-- pause -->
@@ -82,7 +82,9 @@ sequenceDiagram
<!-- new_line --> <!-- new_line -->
<!-- new_line --> <!-- new_line -->
<!-- new_line --> <!-- new_line -->
![image](grandpa-gpt.gif) <!-- new_line -->
<!-- new_line -->
![image:width:100%](grandpa-gpt.gif)
<!-- speaker_note: quick walk through the sequence diagram --> <!-- speaker_note: quick walk through the sequence diagram -->
@@ -106,7 +108,7 @@ Why MCP?
<!-- font_size: 2 --> <!-- font_size: 2 -->
With MCP... With MCP...
=== ===
<!-- column_layout: [4, 2] --> <!-- column_layout: [6, 2] -->
<!-- column: 0 --> <!-- column: 0 -->
<!-- alignment: left --> <!-- alignment: left -->
<!-- pause --> <!-- pause -->
@@ -116,9 +118,13 @@ With MCP...
sequenceDiagram sequenceDiagram
You->>LLM: I'm 10 minutes away from a demo, getting this error You->>LLM: I'm 10 minutes away from a demo, getting this error
LLM->>You: Let me check that.. LLM->>You: Let me check that..
loop LLM->>OCP: Get pod list
LLM-->OCP: Multiple queries/actions LLM->>OCP: Get pod logs
end LLM->>ArgoCD: Get GitOps application
LLM->>Git: Get Git repo
LLM->>LLM: Plan fix
LLM->>Git: Push fix to Git
LLM->>OCP: Verify change applied
LLM->>You: The issue was X. I resolved by doing Y LLM->>You: The issue was X. I resolved by doing Y
``` ```
<!-- pause --> <!-- pause -->
@@ -129,7 +135,7 @@ sequenceDiagram
<!-- new_line --> <!-- new_line -->
<!-- new_line --> <!-- new_line -->
<!-- new_line --> <!-- new_line -->
![image](doughnuts.gif) ![image:width:100%](homerspin.gif)
<!-- speaker_note: quick walk through the sequence diagram --> <!-- speaker_note: quick walk through the sequence diagram -->

Binary file not shown.