Πιστεύομεν...εἰς μίαν ἁγίαν καθολικὴν καὶ ἀποστολικὴν ̓Εκκλησίαν #SRE #Ελληνική #shorts

https://youtu.be/zZF39UPPvww

. Because the lesson from a low-cost airline pioneer is straightforward: the best way to handle urgent issues is to stop handing them off and start fixing them directly.

#IncidentResponse #DevOps #SRE #SiteReliability #Agile #DSDM #SaaS #ProductionEngineering #OnCall #TechLeadership (40/40)

Velasco responde a críticas españolas y defiende soberanía mexicana

Introducción: Canciller respondió a críticas españolas y reivindicó la soberanía mexicana.

Por Gabriela Díaz | Reportera                                                      

La Secretaría de Relaciones Exteriores (SRE) colocó nuevamente el debate sobre la soberanía nacional en el centro de la discusión pública luego de que el canciller Roberto Velasco Álvarez respondiera a señalamientos realizados por figuras del Partido Popular de España durante una conferencia de prensa conjunta con su homólogo alemán, Johann Wadephul.

El titular de la Secretaría de Relaciones Exteriores (SRE) cuestionó las declaraciones de Isabel Díaz Ayuso, presidenta de la Comunidad de Madrid, y de Cayetana Álvarez de Toledo, diputada española, quienes en distintas ocasiones han expresado opiniones sobre la situación política y social de México. Durante su intervención, el funcionario federal señaló que existe una contradicción en los discursos que presentan una visión negativa del país mientras mantienen una presencia constante en territorio mexicano.

Velasco Álvarez señaló que ambas figuras políticas visitaron México de manera recurrente para participar en conferencias, encuentros públicos y actividades privadas. El canciller indicó que dichas visitas reflejaron el interés que existe por el país y subrayó que esa circunstancia contrastó con los señalamientos críticos emitidos desde sectores políticos españoles.

Debate diplomático

Durante el encuentro con el ministro alemán, el canciller mexicano expresó que observó con reserva la manera en que algunas voces extranjeras intentaron definir la identidad nacional de los mexicanos. También sostuvo que en fechas recientes se volvió frecuente la presencia de actores internacionales que emitieron juicios sobre la historia y la realidad política de México.

El funcionario federal rechazó además las afirmaciones relacionadas con supuestas amenazas a la soberanía nacional. En ese contexto, respondió a comentarios formulados por Cayetana Álvarez de Toledo, quien había manifestado preocupaciones sobre la situación institucional del país.

Roberto Velasco Álvarez afirmó que el concepto de soberanía forma parte de una tradición histórica profunda vinculada a culturas originarias que permanecieron vigentes a lo largo de los siglos. Añadió que esas raíces históricas constituyeron una parte esencial de la identidad nacional y del desarrollo político mexicano. –sn–

La presidenta de la Comunidad de Madrid, Isabel Díaz Ayuso, conversa con el cardenal arzobispo de la Arquidiócesis Primada de México, Carlos Aguiar, antes de asistir a una misa en la Basílica Santa María de Guadalupe de Ciudad de México, este domingo, en la primera jornada de su viaje institucional a México. EFE/Comunidad de Madrid***SOLO USO EDITORIAL/SOLO DISPONIBLE PARA ILUSTRAR LA NOTICIA QUE ACOMPAÑA (CRÉDITO OBLIGATORIO)***

¡Conéctate con Sociedad Noticias! Suscríbete a nuestro canal de YouTube y activa las notificaciones, o bien, síguenos en las redes sociales: FacebookTwitter e Instagram.

También, te invitamos a que te sumes a nuestro canal de información en tiempo real a través de Telegram.

#NoticiasMX #PeriodismoParaTi #PeriodismoParaTiSociedadNoticias #CayetanaÁlvarezDeToledo #Cdmx #diplomaciaMexicana #España #GobiernoFederal #Información #InformaciónMéxico #IsabelDíazAyuso #JohannWadephul #México #Morena #noticia #noticias #NoticiasMéxico #NoticiasSociedad #PartidoPopular #políticaExterior #relacionesInternacionales #relacionesMéxicoEspaña #RobertoVelascoÁlvarez #SeciedadNoticiasCom #SecretaríaDeRelacionesExteriores #SN #soberaníaDeMéxico #soberaníaNacional #Sociedad #SociedadNoticias #SociedadNoticiasCom #sociedadNoticias #SociedadNoticiasCom #SRE

[Перевод] Что kubectl debug вам не показывает: незаметный пробел в данных

Команда VK Cloud перевела статью для тех, кто разбирает инциденты в Kubernetes с помощью kubectl debug. Автор разбирает незаметный пробел в данных: после завершения debug-сессии API Kubernetes не сохраняет контекст ее завершения — код возврата, длительность сессии и целевой контейнер исчезают при первом же изменении состояния пода. В статье как воспроизвести это тремя командами, почему так устроено на уровне спецификации API, чем это грозит при разборе инцидентов и комплаенсе и что можно сделать уже сегодня.

https://habr.com/ru/companies/vktech/articles/1043926/

#vk_cloud #kubernetes #kubectl #ephemeral_containers #отладка #observability #SRE #DevOps #перевод #vk_tech

Что kubectl debug вам не показывает: незаметный пробел в данных

Команда VK Cloud перевела статью для тех, кто разбирает инциденты в Kubernetes с помощью kubectl debug. Автор рассказывает про незаметный пробел в данных: после завершения debug-сессии API Kubernetes...

Хабр

Как я сделал локальный RAG-сервис для SRE: ищем по документации, ранбукам и коду через Ollama

Недавно делал учебный проект про автоматизацию документирования инцидентов. Поначалу планы были грандиозными: инциденты, таймлайны, интеграции с мониторингами, чатами, постмортемы, подсказки дежурным инженерам. Но довольно быстро стало понятно, что с временными и ресурсными ограничениями лучше не пытаться написать маленький PagerDuty. Поэтому я сузил задачу до более реалистичного ядра: локального RAG-сервиса, который ищет по документации, ранбукам и коду, а затем передаёт найденный контекст в LLM. Так появился llmortem — FastAPI-сервис, который можно подключить к OpenWebUI как OpenAI-compatible backend. В статье расскажу, как устроена архитектура, почему я начал с BM25, зачем индексировать docstring’и и какие ограничения у такого подхода.

https://habr.com/ru/articles/1043928/

#RAG #LLM #FastAPI #Python #Ollama #OpenWebUI #BM25 #SRE #ранбуки #OpenAIcompatible_API

Как я сделал локальный RAG-сервис для SRE: ищем по документации, ранбукам и коду через Ollama

Недавно я делал учебный проект про автоматизацию документирования инцидентов. Поначалу планы были грандиозными: инциденты, таймлайны, интеграции с мониторингами, чатами, постмортемы, подсказки...

Хабр

We'll cover:
#Metrics, #logs, and #traces
#OpenTelemetry integration
#AI (with #MCP)
✅ Dashboards
See you there!
https://bit.ly/3RPOoTZ

#CommitConf #Observability #DevOps #SRE #Monitoring

Commit Conf 2026 - Koliseo

Migrate Redis to DragonflyDB on Bare Metal

Escape single-threaded database bottlenecks & copy-on-write RAM spikes. This SRE guide details how to unlock multi-threaded scalability:

Docker Fix: Bypass bridge networks using host mode to eliminate NAT latency.

Zero Downtime: Route live traffic smoothly via HAProxy replication.

RAM Safety: Prevent background snapshot OOM spikes.

Read the playbook by @ServerMO:
🔗 https://www.servermo.com/howto/migrate-redis-to-dragonflydb/

#SRE #DevOps #Database #Redis #DragonflyDB #BareMetal

Optimize AI Cluster Networks with Multi-Rail RoCEv2

Standard Ethernet stalls GPU training with packet drops and ECMP hash collisions. Master the SRE fabric playbook: Bypass the OS kernel with RDMA, enforce lossless PFC (use watchdogs to prevent deadlocks!), and use Multi-Rail PCIe affinity to dedicate physical NICs directly to GPUs.

Read the bare-metal architecture guide by @ServerMO:
🔗 https://www.servermo.com/blogs/multi-rail-rocev2-ai-cluster/

#SRE #DevOps #AI #Networking #BareMetal #RoCEv2 #MachineLearning

Replace Nginx with Pingora: The Enterprise Proxy Playbook

Stop C-based memory leaks and drop CPU overhead by 70%. Fix reload spikes with atomic in-memory updates. Stop work-stealing lock contention on bare metal threads. Prevent OOM panics by bounding memory caches and fix FD mismatches by aligning socket addresses with SNI strings!

SRE Guide by @ServerMO:
🔗 https://www.servermo.com/howto/replace-nginx-with-pingora/

#SRE #DevOps #Rust #Pingora #Nginx #BareMetal #SysAdmin #ServerMO

See the state of every app #ArgoCD and #FluxCD manages with one #opensource tool. Know what's synced, what's degraded, what's suspended, and which Git or Helm source each application comes from: https://docs.coroot.com/gitops/overview/

Self-hosted, zero code setup. Get started with v1.22 of #Coroot: https://github.com/coroot/coroot

#devops #observability #monitoring #aws #cloud #tech #ai #linux #ebpf #sre #sysadmin #kubernetes #docker