provisioning-outreach/presentations/rust-laspalmas-250926/slides.md

1 line
32 KiB
Markdown
Raw Normal View History

---\ntheme: seriph\nhighlighter: prism\nlineNumbers: true\ntransition: slide-left\ntitle: Provisioning - Infrastructure Automation with Rust\ndrawings:\n enabled: true\n persist: false\n---\n\n# Provisioning\n\n## Infrastructure Automation with <span style="color: #CE422B;">Rust</span>, Nushell & KCL\n\nFrom bare metal to cloud to edge - unified provisioning for all systems\n\n<div class="pt-12">\n <span @click="$slidev.nav.next" class="px-2 py-1 rounded cursor-pointer" hover="bg-white bg-opacity-10">\n Press Space for next page <carbon:arrow-right class="inline"/>\n </span>\n</div>\n\n---\n\n# ¿Quién soy?\n\n<div class="flex gap-8 items-center">\n <div class="flex-1">\n <h2>Jesús Pérez Lorenzo</h2>\n <ul>\n <li>🦀 Senior <span style="color: #CE422B;">Rust</span> Developer</li>\n <li>🏗️ Provisioning Architect</li>\n <li>⚙️ Infrastructure Automation Expert</li>\n <li>🚀 Open Source developer</li>\n </ul>\n <p class="text-sm mt-4 text-gray-600">15+ years automating everything from bare metal to edge devices</p>\n </div>\n</div>\n\n---\n\n# El Problema Universal\n\n<div class="mt-20 grid grid-cols-2 gap-8">\n <div>\n <h2>🌍 Contextos de Provisioning</h2>\n <ul class="mt-3">\n <li>🖥️ <strong>Bare Metal</strong>: Servidores físicos</li>\n <li>☁️ <strong>Cloud</strong>: AWS, GCP, Azure</li>\n <li>📱 <strong>Edge/IoT</strong>: Dispositivos embebidos</li>\n <li>🏠 <strong>On-Premise</strong>: Infraestructura local</li>\n <li>🔄 <strong>Híbrido</strong>: Múltiples entornos</li>\n </ul>\n </div>\n <div>\n <h2>🚨 Problemas Comunes</h2>\n <ul class="mt-3">\n <li>🔧 <strong>Herramientas diferentes</strong> para cada contexto</li>\n <li>💥 <strong>Errores en runtime</strong>, no en compile time</li>\n <li>🐌 <strong>Performance lenta</strong> de Python/Ruby</li>\n <li>🔒 <strong>Vendor lock-in</strong> inevitable</li>\n <li>👥 <strong>Equipos desconectados</strong> stacks diferentes</li>\n <li>💸 <strong>Costos ocultos</strong> infraestructura mal configurada</li>\n </ul>\n </div>\n</div>\n\n---\n\n# 🌍 La Verdadera Dimensión del Problema\n\n<div class="grid grid-cols-2 gap-8">\n<div class="flex flex-col space-y-4 ">\n\n### 📊 Escala Global\n\n- **500M+** servidores físicos en producción\n- **100B+** dispositivos IoT conectados\n- **50M+** aplicaciones cloud-native\n- **$500B** gasto anual en infraestructura\n\n### ⚡ Complejidad Exponencial\n\n- Múltiples herramientas por equipo\n- Clouds/providers heterogéneos\n- Configuraciones complejas por proyecto\n- Tiempo significativo perdido en integración\n\n</div>\n\n<div class="flex flex-col space-y-4 ">\n\n### 💸 Coste del Caos\n\n- Pérdidas masivas por downtime\n- Proyectos que exceden presupuesto\n- Alto tiempo en tareas manuales\n- Rotación elevada en equipos DevOps\n\n### 🚨 Crisis de Talento\n\n- Escasez crítica de profesionales DevOps\n- Tiempos de contratación prolongados\n- Mercado altamente competitivo\n- Burnout generalizado en equipos\n\n</div>\n\n</div>\n\n<div class="mt-2 p-4 flex space-x-10 bg-red-100 rounded-lg text-center text-gray-800">\n <h2>🎯 Esta es una MISIÓN IMPOSIBLE...</h2>\n <p class="text-xl">¿O no? 🤔</p>\n</div>\n\n---\n\n# Nuestra Propuesta: Systems-First\n\n<div class="grid grid-cols-3 gap-6">\n <div class="text-center">\n <div class="text-6xl mb-4">🌐</div>\n <h3>Universal</h3>\n <p>Una herramienta para TODOS los contextos: bare metal, cloud, edge, IoT</p>\n </div>\n <div class="text-center">\n <div class="text-6xl mb-4">🛡️</div>\n <h3>Type Safety</h3>\n <p><span style="color: #CE422B;">Rust</span> + KCL: Errores capturados en compile time, no en production</p>\n </div>\n <div class="text-center">\n <div class="text-6xl mb-4"></div>\n <h3>Performance</h3>\n <p>10x más rápido que herramientas Python/Ruby. Cross-compilation nativa</p>\n </div>\n</div>\n\n<div class="mt-8 p-4 bg-blue-100 rounded-lg text-center text-gray