運び屋 (A carrier(forwarder) changed his career to an engineer)

Network / Cloud Native / Kubernetes / コンテナー / SRE / DevOps

SRE / DevOps / Kubernetes Weekly Reportまとめ#20(6/14~6/19)

この記事は2020/6/14~6/19に発行された下記3つのWeekly Reportを読み、備忘録兼リンク集として残したものです。

  • 誰かの情報源や検索工数削減などになれば幸いです。
DEVOPS WEEKLY ISSUE #494 June 14th, 2020
SRE Weekly Issue #223 June 14th, 2020
KubeWeekly #221 June 18th, 2020

English Version of this blow is here.

  • この記事を読んで疑問点や不明点があれば、URLから本文をご確認の上、ご指摘頂ければ幸いです。
  • 理解が浅いジャンルも、とにかくコメントする様にしていますので、私の勘違いや説明不足による誤解も多々あろうかと思います。
  • 情報量が多いので文字とリンクだけに絞っております。
  • 各レポートで取り上げられている記事には2019年以前のものもあり、必ずしも最新のものという訳ではない様です。

DEVOPS WEEKLY ISSUE #494 June 14th, 2020

News

A look at using Nomad for dynamic scheduling across 200+ edge locations, in particular for running local management tooling.
  • タイトルは「How we use HashiCorp Nomad」。
  • Cloudflare社がHashicorps Nomadが各データセンターでのサービスの可用性の向上にどのように役立ち、Nomadの導入方法とその過程で克服した課題、現在と今後の利用を解説している。
  • Cloudflare社の世界中の200以上のエッジシティで実行されているサービスの信頼性モデルなどの解説を通して、構成の管理単位/仕切りがイメージできて良かった。
A look at a recent paper, and some of the maths behind it, for setting effective service level objectives that take into account backend performance and user impact.
Cloud Native is more than just technology and tools. This post explores modern patterns for strategy and transformation, including how to make small investments pay off, build psychological safety, reducing the cost of experiments and more. See the webinar from the authors of these patterns below too.
  • タイトルは「Chapter II: The Patterns」。
  • O'Reilly本Cloud Native Transformationの戦略セクションを拡張し、3つの章に分かれている内の2章。
  • 最初の章では、戦略とは何か、そうでないものを明確に述べています。戦略を言語化、明文化できる能力は重要だと思うので、これも取り組んで形にしたい。
Lots of teams are and organisations are adopting monorepos, but one of the challenges at scale is Git repository performance. This post explores work from one team to speed things up.
  • タイトルは「Speeding up a Git monorepo at Dropbox with <200 lines of code」。
  • Dropbox社ではMercurialからGitに2014年に移行後、モノリポが徐々にパフォーマンス(特に多くの社内のエンジニアが使っているMacOS)のネックになっていた。
  • Git自体のアップストリームの改善と小さなカスタムコードのラッパーにより、リポを分割する事無く、スピードを改善した話。
Hard won lessons from implementing Istio, pointing out both the good and the bad.
  • タイトルは「Riding the Tiger: Lessons Learned Implementing Istio」。
  • 筆者のチームがクラウドプロバイダー提供のマネージドKubernetes上で「現実の」本番環境にIstioを実装した際の苦労話。筆者自身がこの冒険に挑む前に見たかった記事の内容になっている。
As organisations grow, the speed of tests invariably becomes a challenge. This post looks at using dynamic analysis to map files to tests, and then to selectively run a subset of the tests when changes are made.
  • タイトルは「Spark Joy by Running Fewer Tests」。
  • Shopify社におけるコードテストの改善事例。タイトルからも結果への満足が伺える。
  • ファイルの変更内容の動的解析によってテストをマッピングし、不要に走るテストの項目を減らし、全テストが走るのはプルリクエストの2%以下となったとの事。
  • 上記の動的解析/テストの選択を行う手法を採用したが、筆者を始め、多くの開発者はこの手法には懐疑的で、個別にそしてオープンに疑問の声を上げていたが、結果を受けて沈黙した。他にも静的解析、機械学習、マシーンリソースの増台などのアプローチを検討したが、それぞれ解説している理由で候補から外れた。
A well reasoned argument for why one organisation doesn’t use Kubernetes. Looking at operational overhead and security challenges.
  • タイトルは「Container technologies at Coinbase」。
  • 社外の記事でこのような記事があまり見当たらないので、Coinbase社の内部で公開されているブログ投稿を基に作成し、公開したとの事。歴史的な流れ、キーとなるリソースなども記載されていて良い記事。
  • 最小限の編集が行われ、より多くのflare(広がりの意?)を提供するために画像を追加したとの事です。
  • 「説明している取り組むことにご興味がある場合は、インフラストラクチャチームを積極的に採用している」らしいです。
A case study looking at a large data platform migration, including moving from Hive to Spark, and building a developer-friendly system.
  • タイトルは「Accelerating developers by ditching the data center」。
  • Scribd社のR Tyler Croy氏(Director of Platform Engineering)の記事をゲストブログとしてDatabricks社の会社ブログに掲載している。
  • 機械学習、リアルタイムデータ処理、新しいデータプロダクトがより求められる状況下で、既存のデータプラットフォームのモダナイゼーションを進めた話。
This post explores how a single SQL statement can drastically improve performance. The basics of SQL are well understood but a good reminder how powerful databases like postgreSQL are.
  • タイトルは「How one word in PostgreSQL unlocked a 9x performance improvement」。
  • PostgreSQLのパフォーマンスを9~10倍改善させる方法を解説している記事。イメージの配置や、文字間のスペース、段落などが見やすい記事。

Events

A free webinar with Jamie Dobson to introduce a pattern language for strategy and execution. This language was developed after analysing five years of studying successful (and unsuccessful) Cloud Native transformations. Perfect for executives, leaders and engineers.
  • 「エグゼクティブ、チームリード、管理者向け」のWebinarとE-bookの配布。

Jobs

King is looking for new members for the infrastructure engineering teams to help develop, manage and expand our software based networking setup across datacenters and (Google) cloud. Please take a look at the open role for networking engineer. We're also still looking for both database and streaming data engineers, if that is more your style.
  • 引き続きKing社の求人情報。ポストの変動は無さそうです。SREDatabase SRENetwork SREを募集中のようです。

Tools

KIP is a virtual kubelet implementation which allows for launching pods in ephemeral EC2 or GCP instances, including spot instances in EC2.
  • OSSツールKIP(Kloud Instance Provider)の紹介記事。

  • 筆者のGokul Chandra氏は、以前にもこのブログで記事を拝見していますが、いつも結構大きなテーマなのですが、丁寧な解説とスクリーンショットが多く、イメージしやすく助かります。

  • GitHubページはこちら

SRE Weekly Issue #223 June 14th, 2020

Articles

Prevent application and network instability by serving stale content

I’ve used this technique in the past with a single-page app and a highly-cacheable API, to ensure stability even when the backend goes down.

Patrick Hamann
Full disclosure: Fastly is my employer.

  • Fastly社の「失効済みコンテンツの配信(キャッシュしてからTTLに設定された時間が経過したコンテンツ)」に関する記事。オリジンサーバーもしくは、その間で取得に時間を要するなどの問題が生じた場合に有効な設定/機能。
  • 同社の同様の内容を案内している記事「失効済みコンテンツの配信 」はこちら
The Impending Doom of Expiring Root CAs and Legacy Clients

Here’s a deep dive into how your CA’s certificate can affect your application’s reliability — at least in the eyes of your customers.

Scott Helme

  • 筆者が以前書いた「2020年9月に課される1年という新しいライフタイム制限について」に関する記事「Certificate lifetime capped to 1 year from Sep 2020」の続きとしてCAの仕組みから、問題点、影響範囲、検知方法、対処法などを解説している記事。
[Coinbase] Incident Post Mortem: June 1, 2020

Here’s Coinbase’s followup from their outage last week.

Michael de Hoog — Coinbase

  • 先週のOutageの項目で取り上げられていたCoinbase社の障害のポストモーテム。coinbase.com、pro.coinbase.com、モバイルアプリが影響を受けた。
  • BTC(ビットコインの通貨単位)の価格がUSD $10,000に達した際にトラフィックが5倍に急騰し、オートスケーリング の設計上対応できていなかった部分があったので、価格に関するトラフィックの急騰のインパクトを減らす対応策を行なったところまでの話。
Who’s afraid of serializability?

Kyle Kingsbury recently did an analysis of PostgreSQL 12.3 and found that under certain conditions it violated guarantees it makes about transactions, including violations of the serializability transaction isolation level.

I thought it would be fun to use one of his counterexamples to illustrate what serializable means.

Lorin Hochstein

  • 「Jepsen社のKyle Kingsbury氏が最近、PostgreSQL 12.3の分析を行い、特定の条件下では、シリアライザビリティトランザクション分離レベルの違反を含む、トランザクションに関する保証に違反していることを発見した発表」を取り上げ、筆者が彼の反例の1つを使用して、シリアライズ可能の意味を説明するのは楽しいと思い、解説している記事。
  • Serializability」と「Linearizability」の違いを説明して、記事を締めている。
Achieving FMEA goals faster with Chaos Engineering

Failure mode and effects analysis (FMEA) is a decades-old method for identifying all possible failures in a design, a manufacturing or assembly process, or a product or service.

If you’ve been tasked with applying FMEA in your SRE work, this article will get you started.

Matthew Helmke

  • Gremlin社の「カオスエンジニアリングでFMEA(Failure mode and effects analysis)でのゴールを達成する(拙訳)」と題して、FMEAとSREとの共通点を解説している。
  • 筆者のポイントをいくつか抜粋しました。

    • SREとFMEAは「顧客に悪影響を与えるものを防ぐ」という1つの大きな目標がある。
    • 製造の物理的な世界でも、コンピューティングの仮想的な世界でも、満たさなければならない期待と合意があり、成功を測定する方法を定義している。
    • 信頼性と顧客満足がゴールである。
  • FMEAは「故障モード影響解析」と呼ばれるコアツールの1つで,製品及びプロセスの持っている潜在的なリスクを主にその設計段階で評価し,そのリスクを可能な限り排除するための技法。

Outages

上記各社の障害情報

KubeWeekly #221 June 18th, 2020

The Headlines

Editor’s pick of the highlights from the past week.

CNCF Supports the Black Lives Matter movement

This week, CNCF issued a statement on Black Lives Matter. Here is a short excerpt:

CNCF stands in solidarity with the Black Lives Matter movement and racial equality for all. As a foundation that serves a diverse, global ecosystem of members, we also stand in solidarity with members of our community who challenge us all to do better — not just for right now — but for two months from now, two years from now, and beyond that.” – Priyanka Sharma, general manager of CNCF.

Read the full blog, including project supporting responses here.

  • CNCFで新しくGMに就任したPriyanka Sharma氏からの「Black Lives Matter運動」についての声明を掲載したブログ記事。
  • CNCFの多様性の奨学金を始め、様々な取り組みを行なっているが最近の出来事によって理解し、強調し、より取り組く必要性より取り組んでいく必要性を学んだとの事。コミュニティーのメンバーにシェアしたいストーリーがあれば共有する事などを通して、時間が掛っても共に働きかけていく事を呼び掛けている。
Introducing the CNCF Technology Radar

This week, the CNCF End User Community introduced Technology Radar. The EUC is a group of over 140 top companies and startups who meet regularly to discuss challenges and best practices when adopting cloud native technologies. The goal of the CNCF Technology Radar is to share what tools are actively being used by end users, the tools they would recommend, and their patterns of usage. Learn more about it and find out how you can get involved here.

  • CNCFのエンドユーザーコミュニティーが発表した「テクノロジーレーダー」を紹介している記事とYouTube動画。
  • エンドユーザーコミュニティー内で素晴らしい議論がなされているが、所属している会社の法的/広報的な許可が降りない為に具体的な情報を公の場に出せないメンバーもいて、日の目を見ていない情報が多数あった。それをまとめ、匿名にしたものが、このテクノロジーレーダー。使われている言葉の定義などが解説されている。今回のテーマは「Continuous Delivery」。

Editor’s note: We are sending this week’s newsletter a day early due to the Juneteenth holiday on Friday, June 19. CNCF and the Linux Foundation offices are closed in observance.

  • 編集者記として、奴隷解放宣言を記念するアメリカの祝日、「ジューンティーンス(Juneteenth)」により6/19(金)がCNCFのオフィスも休みなので、1日前倒しでこのニュースレターを送った事を記載している。

ICYMI: CNCF Webinars

Weekly recap of CNCF member and project webinars that you might have missed.
You can view all CNCF recorded and upcoming webinars here.

CNCF Project Webinar: Charting Your Voyage To Helm 3

Matt Farina, Senior Staff Engineer @Samsung
Martin Hickey, Senior Software Engineer @IBM
Adam Reese, Senior Software Engineer @Microsoft and Bridget Kromhout, Principal Program Manager @Microsoft

  • HelmのMaintainerである面々、Samsung社のMatt Farina氏(Senior Staff Engineer)、IBM社のMartin Hickey氏(Senior Software Engineer)、Microsoft社のAdam Reese氏(Senior Software Engineer)、Microsoft社のBridget Kromhout氏(Principal Program Manager)による、Helm 2からHelm 3の違いとスムーズな移行などを解説しているWebinar動画。
CNCF Community Webinar: What end users really recommend for Continuous Delivery

Cheryl Hung, Director of Ecosystem @CNCF

  • 「The Headlines」で取り上げているテクノロジーレーダーに関するWebinar動画なので、割愛します。
CNCF Member Webinar: Multi Cluster Service Mesh Operations and Extensibility with WebAssembly

Idit Levine, Founder and CEO @Solo.io and Christian Posta, Global Field CTO @Solo.io

  • Solo.io社のIdit Levine氏(Founder and CEO)、同社のChristian Posta氏(Global Field CTO)による、様々なサービスメッシュのデプロイパターン、マルチクラスタートポロジーと運用、およびスケーラブルで可用性が高く、回復性のあるアプリケーション環境向けのWebAssemblyによる拡張性について解説しているWebinar動画。
CNCF Member Webinar: Learning from the visible past to accelerate the observable future

Curtis Hrischuk, Technical Product Manager @Instana

  • Instana社のCurtis Hrischuk氏(Technical Product Manager)による 可観測性プラットフォームの構築と使用から学んだ教訓について解説しているWebinar動画。
CNCF Member Webinar: Multitenancy Webinar: Better walls make better tenants

Adrian Ludwin, Senior Engineer @Google

  • Google社のAdrian Ludwin氏(Senior Engineer)によるテナント、組織、および独自の健全性のニーズについて考える方法と、堅牢で安全なマルチテナントソリューションを構築する方法を解説しているWebinar動画。
CNCF Member Webinar: How to better understand K8s workloads using Octant

Wayne Witzel III, Octant Maintainer @VMware

  • VMware社のWayne Witzel III(Octant Maintainer)による、Octantを使用してKubernetesワークロードの作成およびトラブルシューティングを通じて解説しているWebinar動画。

The Technical

Tutorials, tools, and more that take you on a deep dive into the code.

Monitoring Services like an SRE in OpenShift ServiceMesh

Raffaele Spazzoli, Red Hat

  • 「OpenshiftのサービスメッシュでSREのようなモニタリングサービスを(拙訳)] と題して、エラーバジェットを計算し、ServiceMeshで実行されているサービスに関連するアラートを構成する方法を解説などを行なっている記事。
New in Prometheus v2.19.0: Memory-mapping of full chunks of the head block reduces memory usage by as much as 40%

Ganesh Vernekar, Grafana Labs

  • リリースされたPrometheusの新しいバージョン 2.19.0の新機能「 memory-mapping full chunks of the head (in-memory) block from disk」が、メモリーの使用料を最大40%削減するとして、ベンチマークの結果を交えて紹介している記事。
  • 筆者は以下の注意を述べています「必要なときにチャンクがメモリに読み込まれることは無視できません。過去数時間のデータで同時に多くのシリーズに触れるような重いクエリを実行すると、Prometheusは理想的な削減よりも少し多くのメモリを消費します。これを念頭に置いてリソースの計画を」。
Hard lessons learned about Kubernetes garbage collection

Oleg Matskiv, Opensource.com

  • 筆者のサブタイトルに込めた思いが伝わる記事。サブタイトル「Why I'll never skim Kubernetes documentation again.」→「なぜ二度とKubernetesのドキュメントを斜め読みをしないと決めたか(拙訳)」。
  • 筆者のPOC環境でnamespaceが意図せず削除されるバグを起こしていた。根本原因として、「ownerReference」の設定スコープが、Namespaceとクラスターのそれぞれの依存関係に応じて設定すべきところが、クロスしており、ドキュメントに設計上やってはいけないものだと明記されていた。
  • 私も先に手を動かしたり、ドキュメントを斜め読みしてしまっている傾向があり、他人事ではないですね。ドキュメントの所在を意識して、チェックしていかねば。
Enterprise Kubernetes development with odo: The CLI tool for developers

Jason Dudash, Red Hat

How to create ephemeral environments using Crossplane and ArgoCD?

Suraj Banakar, InfraCloud

  • CrossplaneArgoCDでカスタムリソースを使用して、一時的なクラスターをスピンアップしてアプリケーションをテストし、特定の期間が経過すると自動的に削除されるように設定する方法を解説している記事。

  • このカスタムリソースには改善すべき点が多数あり、まだ初期のプロトタイプ段階。

  • 現状、GKEクラスターのみのサポートであり、GKEを環境として利用しているので、記事のハンズオンを行うにはGCPアカウントが必要。
High availability load balancers with Maglev

Terin Stock, Cloudflare

  • Cloudflare社の高可用性ロードバランサーを目指して、Maglevの実装を中心に取り組んできたこれまでと、今後を解説している技術ブログ。
  • Twitterで何度か取り上げている方がいらっしゃるのを見ました。
Misconfigured Kubeflow workloads are a security risk

Yossi Weizman, Azure Security Center

  • Microsoft社のAzure Security Center (ASC) のブログ。Kubernetesの機械学習ツールキットであるKubeflowをターゲットとする、ASCが最近観測した新しい組織的攻撃(キャンペーン)を紹介している。
  • 設定ミスのあるKubeflowのワークロードを狙ったこの攻撃が、数十のKubernetesクラスターに影響を及ぼしていることを確認しているとの事。

The Editorial

Articles, announcements, and morethatgive you a high-level overview of challenges and features.

The Financial Times, with Sarah Wells and Dimitar Terziev

Adam Glick and Craig Box, Kubernetes Podcast from Google

  • Google社社員によるKubernetes Podcast。現在のCo-hostはCraig Box氏とAdam Glick氏。

  • Financial Times社のSarah Wells氏(Technical Director for Operations and Reliability)と同社のDimitar Terziev氏(the current platform lead for the CM team)をゲストとして迎えている。

  • Sarah氏は2年前のKubeCon EUのキーノートで「同社がモノリスからマイクロサービスに移行し、いかにコンテンツとメタデータのプラットフォームチームが具体的にKubernetesにどのように移行したか」を語っており、このPodcastでは移行のrecapとその後どうなったかを語っている。
  • FTといえば、日経新聞が2015年に買収したと聞いた時は驚いた記憶があります。グループ会社とはいえ、エンジニア間の交流などはあまり無いのかな(何となく書いているので、特に根拠や意図は無いです)。

  • News of the weekで気になったトピックは以下の通り。

Google internships go virtual with the help of open source

Eric Brewer, Google

  • Google社がオープンソースを利用して1999年から続くインターンシッププログラムを、バーチャルでの開催に切り替えてでも開催し、世界中で計43ヶ国、数千人のインターン生が参加しているとの事。
  • COVID-19の影響により、Google社のオフィスの技術リソースにアクセスできないものの、1,000人以上の技術インターン生がオープンソースプロジェクトにアクティブに貢献しているとの事。
Supporting the Evolving Ingress Specification in Kubernetes 1.18

Alex Gervais, Datawire

  • Kubernetes.ioのKubernetesブログ記事。今年の初めに、KubernetesチームはKubernetes 1.18をリリースし、Ingressを拡張した。このブログでは、新しいIngress仕様の新機能、アプリにとってのどのような意味があるか、およびこの新しい仕様をサポートするIngressコントローラーにアップグレードする方法について解説している。
Kubernetes by the numbers, in 2020: 12 stats to see

Kevin Casey, Red Hat

  • 今週もRed Hat社Kevin Casey氏による、ポイントとなる数を挙げて解説していく分かりやすい記事。
  • 今回のテーマは、「KubernetesはエンタープライズITにどのように影響を与えているか?」「KubernetesがITの優位性を継続的に高めていることを物語る12の数字」を解説している。
Google’s Anthos from the eyes of a Kubernetes developer

Janakiram MSV, The New Stack

  • Janakiram MSV氏(アナリスト)がGoogle Cloud PlatformのKubernetesサービスであるAnthosについて、The New Stackに掲載している限定シリーズの記事。今回の記事では、Anthonの概要、主要なコンポーネントなどを解説している。
  • シリーズの各パートでは、Anthosの特定の側面に焦点を当てていて、クラスタ登録、Anthos構成管理、GCP Marketplaceからの「クリックしてデプロイ」アプリケーションの起動などをカバーしていく。
Kubernetes startup Kubermatic, formerly Loodse, open-sources its core technology

Ron Miller, TechCrunch

  • ドイツのKubernetes自動化プラットフォーム「Loodse」が「Kubermatic」に名称変更し、Kubermatic Kubernetes PlatformをApache 2.0ライセンスの下でOSS化すると発表した事を伝えるTechCrunchの記事。
  • 同社のCo-founderのSebastian Scheeleに取材し、今回の発表に至った経緯や今後などの得たコメントや情報を併せて伝えている。
MayaData launches Kubera; a Kubernetes management service

Chris Mellor, Blocks & Files

Upcoming CNCF webinars

気になるWebinarがあれば登録してチェックを。以下は直近のものとしてリストされていたものです。

Member Webinar: How to Promote the use of Best Practices and Automate Security Policies Using Tools Like OPA and Kubernetes
Gary Duan, CTO and Co-Founder @NeuVector
June 18, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Fast packet processing with KubeVirt
David Vossel, Principal Software Engineer @RedHat
Petr Horacek, Senior Software Engineer @Red Hat
June 23, 2020 7:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Introduction to Cloud Provider Sub Sig BaiduCloud // 介绍SIG Cloud Provider子项目BaiduCloud
Ti Zhou 周倜, Senior Architect 高级架构师 @Baidu 百度
Zichao Ye 叶子超, Senior Software Engineer 高级软件工程师 @Baidu 百度
Tianyuan Sun 孙天元, Senior Software Engineer 高级软件工程师 @Baidu 百度
This webinar will be delivered in Chinese.
June 24, 2020 10:00 AM China Standard Time
REGISTER NOW »

Member Webinar: Cloud Infrastructure for Network Functions – Requirements and testing
Dana Nehama, Director, Product Management Network Cloud @Intel Corporation
Petar Torre, Principal Engineer @Intel Corporation
June 24, 2020 7:00 AM Pacific Time
REGISTER NOW »

Member webinar: Kubernetes Cost Allocation Done Right
Webb Brown, Co-founder and CEO @Kubecost
June 24, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Monitoring Kubernetes clusters by “chatting” with them Prasad Ghangal, Creator of BotKube and Software geek @InfraCloud
Vishal Biyani, CTO @InfraCloud
Hrishikesh Deodhar, Director of Engineering @InfraCloud
June 25, 2020 10:00 AM Pacific Time
REGISTER NOW »

Ambassador Webinar: Commoditise Kubernetes with cluster-api
Gianluca Arbezzano, Senior Staff Software Engineer @Packet
June 26, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Best Practices for Running and Implementing Kubernetes
Kendall Miller, President @Fairwinds
Robert Brenna, Director of Open Source @Fairwinds*
June 30, 2020 10:00 AM Pacific Time**
REGISTER NOW »

Member Webinar: 7 Critical Reasons for Kubernetes-Native Backup
Niraj Tolia, CEO and Co-Founder @Kasten
Mark Severson, Member of Technical Staff @Kasten
July 1, 2020 7:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Pivoting Your Pipeline from Legacy to Cloud Native
Tracy Ragan, CEO of DeployHub and CDF Board Member
July 1, 2020 1:00 PM Pacific Time
REGISTER NOW »

Member Webinar: Stay on top of ongoing Kubernetes security hygiene
Zohar Kaufman, Co-Founder and VP R&D @Portshift.io
Ariel Shuper, VP Product @Portshift.io
July 2, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Optimize your Kubernetes Clusters on Azure with Built-in Best Practices
Jorge Palma, Senior Program Manager @Microsoft
July 7, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: The Challenges and Countermeasures of Service Mesh Practice
裴斐 (Fei Pei), 网易 杭州研究院 云计算技术专家、架构师 @网易*
This webinar will be delivered in Chinese.
July 8, 2020 10:00 AM China Standard Time**
REGISTER NOW »

Project Webinar: What’s new in Linkerd 2.8 : Multi-cluster Kubernetes made simple and secure by default
Oliver Gould, Linkerd Project Lead, co-founder & CTO @Buoyant
July 8, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Building Production-ready Services with Kubernetes and Serverless Architectures
Mike Metral, Software Architect and Engineer @Pulumi
Jason (Jay) Smith, App Modernization Specialist @Google Cloud
July 8, 2020 1:00 PM Pacific Time
REGISTER NOW »

Member Webinar: 如何落地 Service Mesh – 从技术选型到实践
马若飞 FreeWheel 北京研发中心首席工程师 @FreeWheel
This webinar will be delivered in Chinese.
July 9, 2020 10:00 AM China Standard Time
REGISTER NOW »

Member Webinar: The top 10 most-useful Kubernetes APIs for comprehensive cloud-native observability
Caleb Hailey, Co-founder and CEO @Sensu
July 9, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Securing and Accelerating the Kubernetes CNI Data Plane with Project Antrea and NVIDIA Mellanox ConnectX SmartNICs
Antonin Bas, Maintainer of Project Antrea and Staff Engineer @VMware**
Moshe Levi, Sr. Staff Engineer @NVIDIA*
July 14, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Serving Millions of Customers with Cloud Native and DevSecOps
Chris Hollies, CTO, Oracle Practice @Capgemini
Akshai Parthasarathy, Principal Director, Cloud Native and DevOps @Oracle Cloud
July 15, 2020 7:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Advancing image security and compliance through Container Image Encryption!
Brandon Lum, Senior Software Engineer @IBM
July 15, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Kubernetes and storage. Kubernetes for storage. An overview.
Kiran Mova, Chief Architect at MayaData and core maintainer of OpenEBS @MayaData
July 16, 2020 10:00 AM Pacific Time
REGISTER NOW »

Project Webinar: How We Doubled System Read Throughput with Only 26 Lines of Code
TiKV team
July 31, 2020 10:00 AM Pacific Time
REGISTER NOW »

いかがでしたか?気になる記事や情報はありましたか?

私もまだ内容を咀嚼出来ていないものが多々ありますので、この備忘録兼リンク集を活用しながら理解を深めていきたいと思います。

では、また。

Bye now!!

Yoshiki Fujiwara