ry's Tech blog

Cloud Native技術などについて書いていきます。

2022-01-01から1年間の記事一覧

Kubenews #61

2021-10-7 What’s New in Apache Kafka 3.3 (click here to source) KIP-833, KIP-778 辺り KIP: Kafka Improvement Proposal Apach Zookeeper(ZK)モードから、KRaftモードへ移行できるようになった。 現在 Apache ZooKeeper (ZK) モードでサポートされてい…

Kubenews #60

2021-09-16 Knative Servingを用いて多数の開発環境APIを低コストで構築する (click here to source) Zozoの技術本部ML・データ部MLOpsブロックとというところのエンジニアさんが書かれた記事。 系20個もある開発環境のGKE上でコンテナにて提供されるAPIがそ…

Kubenews #55

2021-06-17 Comparing Ceph, LINSTOR, Mayastor, and Vitastor storage performance in Kubernetes (click here to source) 各Storageプロダクトに対して、ベンチマークを行っているもの。 DRBD:9.1.4(linstor-server v1.17.0); Ceph:16.2.7(rook v1.8.…

Kubenews #54

2021-05-27 Progressive Delivery with Argo Rollouts : Blue-Green Deployment (click here to source) Progressive Deliveryについてと、Argo Rolloutsを用いたProgressive Deliveryを取り入れていくための、挙動を知るためのデモが書かれている。 従来のC…

Kubenews #53

2021-04-15 GitOps Series (click here to source) GitOpsを実施するためのツールとその構成や使い方などが簡単に紹介されている。 Introducing PacketStreamer: distributed packet capture for cloud-native platforms (click here to source) PacketStrea…

Kubenews #49

2021-03-11 Announcing automated multi-cluster failover for Kubernetes (click here to source) Linkerdの新しい自動フェイルオーバー機能がリリースされたらしい。 この機能により、Linkerdは、障害のあるサービスもしくはアクセスできないサービスから…

Kubenews #48

2021-03-04 Manage and debug Kubernetes manifests with Monokle by Kubeshop (click here to source モノクルについて Monokleは、Kubernetesマニフェストを管理するためのオープンソースのデスクトップUIです。 Monokle 機能の概要 クラスター内のリソー…

Kubenews #46

2021-02-04 10 real-world stories of how we’ve compromised CI/CD pipelines (click here to source) NCC Groupというセキュリティの会社のサイバーセキュリティコンサルティングの人が、JenkinsとGitlab CI/CDに対して実際にできてしまった攻撃を紹介して…

Kubenews #45

2021-01-28 Detect crashes in your Kubernetes cluster using kwatch and Slack (click here to source) kwatchは、Kubernetes(K8s)クラスターのすべての変更を監視して、実行中のアプリのクラッシュを検出し、お気に入りのチャネル(Slack、Discordなど…

Kubenews #44

2021-01-21 How to Monitor Endpoints in Kubernetes using Blackbox Exporter (click here to source) WhiteBox vs BlackBox monitoring ホワイトボックスの監視とは、アプリケーションログ、ハンドラーからのメトリックなど、システムの内部を監視すること…

Kubenews #43

2022-1-14 Zarf (click here to source) Air gapというAir gapサーバーなどをかませて、インターネットとLANを隔離しているような環境でKubernetes Clusterを容易に構築するためのものらしい。 ここを見る限り、zarf initを叩くだけでkubernetesが動いてそう…