Liqo.io - good starting point for canary infrastructure?
· 1 min read
While searching for tools to support a canary infrastructure approach, I discovered liqo.io — an open-source project that deserves more attention.
Liqo provides dynamic, seamless multi-cluster Kubernetes topologies across on-premises, cloud, and edge environments.
Why Liqo?
Network & Storage Integration: Unified network and storage across clusters for easier communication and data exchange.
Workload Distribution: Efficiently spread workloads across clusters, improving scalability and resource use.
Foundation for Canary Infrastructure: Although Liqo doesn’t automatically manage canary updates, its robust multi-cluster connectivity is ideal for testing updates in one cluster and rolling back if needed.
Continue...
Canary Infrastrucutre
· 1 min read
Have you ever faced challenges migrating to a new version of a Kubernetes cluster?
What if you also had to:
Implement new security policies? Switch your CNI plugin? Migrate to a different Service Mesh solution? From my experience, such changes are often met with hesitation and are frequently postponed. Coordinating migrations and updates with all development teams can be incredibly challenging.
I believe it’s time to rethink how we approach infrastructure management.
Continue...Отладка сетевых сокетов при помощи SOX
· 1 min read
🚀 Приходилось искать причины сетевых неполадок?
Несколько месяцев назад я столкнулся с сетевой проблемой и был удивлен отсутствием инструментов для проверки параметров TCP-сокетов в реальном времени — особенно без использования модулей ядра.
Поэтому я разработал простое решение: SOX — инструмент, работающий с ядром Linux версии 5.6+ и позволяющий инспектировать и изменять параметры сокетов для любого активного процесса без дополнительной настройки.
С SOX вы сможете облегчить диагностику и управлять опциями сетевых сокетов любых процессов без простоев.
Continue...