This document discusses messaging queues and platforms. It begins with an introduction to messaging queues and their core components. It then provides a table comparing 8 popular open source messaging platforms: Apache Kafka, ActiveMQ, RabbitMQ, NATS, NSQ, Redis, ZeroMQ, and Nanomsg. The document discusses using Apache Kafka for streaming and integration with Google Pub/Sub, Dataflow, and BigQuery. It also covers benchmark testing of these platforms, comparing throughput and latency. Finally, it emphasizes that messaging queues can help applications by allowing producers and consumers to communicate asynchronously.
This document summarizes a microservices meetup hosted by @mosa_siru. Key points include:
1. @mosa_siru is an engineer at DeNA and CTO of Gunosy.
2. The meetup covered Gunosy's architecture with over 45 GitHub repositories, 30 stacks, 10 Go APIs, and 10 Python batch processes using AWS services like Kinesis, Lambda, SQS and API Gateway.
3. Challenges discussed were managing 30 microservices, ensuring API latency below 50ms across availability zones, and handling 10 requests per second with nginx load balancing across 20 servers.
This document summarizes a microservices meetup hosted by @mosa_siru. Key points include:
1. @mosa_siru is an engineer at DeNA and CTO of Gunosy.
2. The meetup covered Gunosy's architecture with over 45 GitHub repositories, 30 stacks, 10 Go APIs, and 10 Python batch processes using AWS services like Kinesis, Lambda, SQS and API Gateway.
3. Challenges discussed were managing 30 microservices, ensuring API latency below 50ms across availability zones, and handling 10 requests per second with nginx load balancing across 20 servers.
How to Build a Docker Container for Raspberry pi in the Cloud.
Japan Technical Jamboree 69での発表資料です。
mutlarch-user-staticによるx86サーバでのエミュレーション環境でARM32のコンテナをビルドする方法、さくらのクラウドVMやARM64サーバでの性能評価結果など。
#CELFJP
KubernetestとWindows Server Containerでコンテナクラスタ環境を構築する際、コンテナ間ネットワークの構築を自動的に構成する方法について解説します。マネジメントプレーンであるKubernetes、ネットワークのコントロールプレーンの一つであるFlannelと各Windowsノードで実際のルーティング設定を行うCNIについて解説します。さらにWindows Server 1709以降でKubernetes対応したといわれるWindows Containerのネットワーク機能、Host Networking Service (HNS)についても解説します。