Tag: #http2
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Advanced Ingress Protocols — gRPC, WebSocket, HTTP/2, HTTP/3
A practical guide to handling gRPC, WebSocket, HTTP/2, and HTTP/3 (QUIC) in Kubernetes Ingress. Covers per-controller support, annotations, TLS ALPN, troubleshooting, and the migration path toward the Gateway API, with h
2026-06-14 · 10 min read #ingress#kubernetes#grpc#websocket#http2gRPC Deep Dive 2025: Protocol Buffers, Four Communication Models, Interceptors, Load Balancing
Deep dive into gRPC: Protocol Buffers internals, four communication models (Unary/Server/Client/Bidirectional), interceptors, load balancing, Deadline/Cancellation, streaming backpressure, gRPC-Web, debugging tools.
2026-04-15 · 9 min read #grpc#protobuf#streaming#http2#interceptorgRPC & Protocol Buffers Complete Guide 2025: The New Standard for Microservices Communication
Everything about gRPC! Protocol Buffers schema design, 4 communication patterns (Unary/Server/Client/Bidirectional Streaming), interceptors, error handling, load balancing, gRPC-Web, REST vs gRPC comparison, and real-wor
2026-03-24 · 20 min read #grpc#protobuf#protocol-buffers#microservices#api