The Case Against Always Using Serverless Architecture

The Case Against Always Using Serverless Architecture

Picture this: you’re at a tech conference, and every third speaker is evangelizing serverless like it’s the holy grail of modern development. “No servers to manage!” they cry. “Infinite scale!” they promise. “Pay only for what you use!” they chant in unison. But here’s the thing – and I’m saying this as someone who’s deployed plenty of Lambda functions and Azure Functions in production – serverless isn’t always the answer, and treating it like a silver bullet is a recipe for architectural headaches....

September 14, 2025 · 9 min · 1744 words · Maxim Zhirnov
Аргументы против постоянного использования архитектуры Serverless

Аргументы против постоянного использования архитектуры Serverless

Представьте: вы находитесь на технологической конференции, и каждый третий спикер восхваляет бессерверные вычисления, как будто это святой грааль современной разработки. «Нет необходимости управлять серверами!» — кричат они. «Бесконечное масштабирование!» — обещают они. «Платите только за то, что используете!» — скандируют они в унисон. Но вот в чём дело — и я говорю это как человек, который развернул множество функций Lambda и Azure Functions в продакшене — бессерверные вычисления не всегда являются решением, и рассматривать их как универсальную панацею — это путь к архитектурным проблемам....

September 14, 2025 · 5 min · 973 words · Maxim Zhirnov

Implementing Service Mesh with Istio in Kubernetes: From Zero to Hero

Welcome to the wild world of service meshes, where microservices finally get the networking superpowers they deserve! If you’ve ever felt like your Kubernetes cluster resembles a busy intersection without traffic lights, then Istio is about to become your new best friend. Think of it as the sophisticated air traffic control system for your containerized applications – because nobody wants their services crashing into each other at 30,000 feet. Today, we’re diving deep into implementing Istio service mesh in your Kubernetes cluster....

August 14, 2025 · 11 min · 2285 words · Maxim Zhirnov

Внедрение сервисной сетки с помощью Istio в Kubernetes: от нуля до героя

Добро пожаловать в дикий мир сервис-мешей, где микросервисы наконец-то получают сетевые сверхспособности, которых они заслуживают! Если вам когда-либо казалось, что ваш Kubernetes-кластер напоминает оживлённый перекрёсток без светофоров, то Istio станет вашим новым лучшим другом. Думайте об этом как о сложной системе управления воздушным движением для ваших контейнерных приложений — ведь никому не хочется, чтобы их сервисы сталкивались друг с другом на высоте 30 000 футов. Сегодня мы погрузимся в внедрение сервис-меша Istio в ваш Kubernetes-кластер....

August 14, 2025 · 5 min · 1005 words · Maxim Zhirnov

Introduction to Ballerina: The Programming Language That Actually Gets Cloud Computing

Picture this: you’re building yet another microservice, and you’re juggling YAML files, Docker configs, and Kubernetes manifests like a caffeinated circus performer. Sound familiar? Well, what if I told you there’s a programming language that was born in the cloud era and actually understands what you’re trying to do? Enter Ballerina – the programming language that doesn’t make you feel like you’re fighting the cloud, but dancing with it. What Makes Ballerina Special?...

August 6, 2025 · 12 min · 2351 words · Maxim Zhirnov