diff --git a/01-claude-ocp/grandpa-gpt.gif b/01-claude-ocp/grandpa-gpt.gif index 7bc023b..ae92b19 100644 Binary files a/01-claude-ocp/grandpa-gpt.gif and b/01-claude-ocp/grandpa-gpt.gif differ diff --git a/01-claude-ocp/homerspin.gif b/01-claude-ocp/homerspin.gif new file mode 100644 index 0000000..4871274 Binary files /dev/null and b/01-claude-ocp/homerspin.gif differ diff --git a/01-claude-ocp/presentation.md b/01-claude-ocp/presentation.md index eaafb9a..ae93324 100644 --- a/01-claude-ocp/presentation.md +++ b/01-claude-ocp/presentation.md @@ -56,7 +56,7 @@ Why MCP? Without MCP === - + @@ -82,7 +82,9 @@ sequenceDiagram -![image](grandpa-gpt.gif) + + +![image:width:100%](grandpa-gpt.gif) @@ -106,7 +108,7 @@ Why MCP? With MCP... === - + @@ -116,9 +118,13 @@ With MCP... sequenceDiagram You->>LLM: I'm 10 minutes away from a demo, getting this error LLM->>You: Let me check that.. - loop - LLM-->OCP: Multiple queries/actions - end + LLM->>OCP: Get pod list + LLM->>OCP: Get pod logs + 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 ``` @@ -129,7 +135,7 @@ sequenceDiagram -![image](doughnuts.gif) +![image:width:100%](homerspin.gif) diff --git a/01-claude-ocp/presentation.pdf b/01-claude-ocp/presentation.pdf new file mode 100644 index 0000000..2db8ae9 Binary files /dev/null and b/01-claude-ocp/presentation.pdf differ