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

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

SRE / DevOps / Kubernetes Weekly Reportまとめ#23(7/5~7/10)

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

  • 誰かの情報源や検索工数削減などになれば幸いです。
DEVOPS WEEKLY ISSUE #497 July 5th, 2020
SRE Weekly Issue #226 July 5th, 2020
KubeWeekly #224 July 10th, 2020

English Version of this blow is here.

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

DEVOPS WEEKLY ISSUE #497 July 5th, 2020

News

Dashboards aren’t just used in computer operations, and we can always learn from other disciplines. This excellent essay on the history of urban dashboards is well worth reading.
  • タイトルは「Mission Control: A History of the Urban Dashboard」。
  • ダッシュボードをコンピュータの運用以外で使っている事例として、Urban Dashboardの歴史を解説している記事。
  • 1つ目の記事からヘビーで、興味のある記事だったので、ここで筆が止まってしまいました。また読み返します。
A project to describe a set of reference architectures for AWS Serverless applications. Lots of hard won knowledge here. Starting with a simple web service, scalable webhook and strangler pattern.
  • タイトルは「Serverless Reference Architectures」。
  • サーバーレスの参考となるアーキテクチャーを継続的に紹介している筆者による記事。約2年前に書かれた「Serverless Microservice Patterns for AWS」はサーバーレスを新しく学ぶ人からベテランまで人気の参考資料になっているとのこと。
An interesting paper on Residuality Theory, and the design of complex software systems. In particular looking at non-functional properties as first class citizens of design efforts.
  • タイトルは「An Introduction to Residuality Theory: Software Design Heuristics for Complex Systems」。
  • 「The 7th International Workshop on Computational Antifragility and Antifragile Engineering」で発表された資料のページ。リンクから全文、資料をPDFでダウンロードできる。
  • 多くの異なるプラットフォームとパラダイムにわたってビジネス、ソフトウェア、インフラストラクチャのアーキテクチャを検討でき、視点に関係なく同じようにアーキテクチャを説明できるものとして「Residuality Theory」を紹介している。
A nice example of a team using Open Policy Agent and Conftest to enforce best practices and various policies when authoring Kubernetes configuration.
  • タイトルは「Accelerated Feedback Loops when Developing for Kubernetes with Conftest」。
  • 「Kubernetesにデプロイした際に、フィードバックループがとても遅くなる可能性がある」として最初に問題提起。YAMLの文法が正しいかだけでなく、リソース定義のAPIバージョンがKubernetesとの互換性が保たれているか、お互いに依存関係のあるリソースは正しく構成されているか、などの課題を解決し、フィードバックループを高速化するツールとして、Conftestなどを解説している記事。
Notes from the recent HashiConf Digital. Lots of news and case studies around Terraform, Consul, Vault and more.
  • タイトルは「HashiConf Digital Wrapup, June 2020」。
  • 「HashiConf Digital」のまとめ記事。同イベントのスポンサーであるFireHydrant社のWebページでSenior Developer AdvocateであるRich Burroughs氏が行なっている。
  • 「Hashicorp社がこのバーチャルイベント用のプラットホームをビルドした事は最大の驚きだが、オンラインイベントへのトレンドはCOVID-19のワクチンが出れば終わるものではなく、聞こえる響き以上に良い投資だと思う」という趣旨の意見をRich氏は述べている。
A nice introduction to chaos engineering, putting it in context with other types of testing.
  • タイトルは「Chaos Engineering」。
  • chaosmesh社のWebページでのカオスエンジニアリングを解説している記事。
  • 筆者が考える重要なポイントとして、2点「システム内の技術的負債といわゆる 「dark debt」を検出して排除するのに役立つ」「自身が構築して運用するシステムをよりよく理解し、信頼と信頼を取り戻すのに役立つ」を挙げている。
A presentation on the state of serverless, with lots of thoughts about where serverless is heading and what the most interesting problems are in 2020.
  • タイトルは「Serverless: Past, Present, and Future」。
  • SlidaShareにアップロードされているサーバーレスの歴史を、「筆者の2020年の欲しいものリスト」や考えなどを交えて解説しているスライド。
A look at the Azure Service Operator, a set of custom resource definitions for Kubernetes for managing Azure services like Storage Account, Virtual Machines and Azure SQL.
  • タイトルは「Azure Service Operator — manage your Azure resources with Kubernetes」。
  • Azure Service Operatorをなぜを使用する必要があるのか​​、どこで役立つのかについて2例を挙げて説明し、KubernetesでAzureリソースを管理するのにどのように役立つかを解説している記事。

Tools

Vector is a lightweight, ultra-fast tool for building observability pipelines. Take data from files, syslog, statsd and more, then transform and output to S3, elasticsearch, prometheus, etc.
  • 軽量で高速な可観測性のパイプラインをビルドするOSSツール「Vector」のGitHubページ。
Ortelius is a tool for mapping microservices. Version and track application configuration and help with adopting domain driven design.
  • マイクロサービスの構成を、サービスを利用するアプリとの関係に応じてマッピングするOSSツール「Ortelius」のGitHubページ。ioページはこちら
  • 「マイクロサービスの構成はバージョニングされ、追跡されるので失われることは無い」とのこと。
BeeMesh is intended to run services on a cluster of machines, using a peer-to-peer model and podman under the hood. Potentially interesting in edge scenarios.
  • ゼロトラストのデータ中心のセキュリティーと、ピアツーピアのコンセプトを組み合わせたOSSツール「BeeMesh」のioページ。GitHubページはこちら
  • 「分散処理、サービスベースのメッシュ化、アドホックなストレージが、進化に向けた現在の予測可能な要件」とのこと。

SRE Weekly Issue #226 July 5th, 2020

Articles

A Doctor Confronts Medical Errors — And Flaws In The System That Create Mistakes

This is an article version of an interview with Dr. Danielle Ofri, author of a new book When We Do Harm, on NPR’s Fresh Air. I especially loved the part about near misses.

Bridget Bentz, Molly Seavy-Nesper, Deborah Franklin, Sam Briger, and Thea Chaloner — NPR

  • NYの病院で20年以上勤務している内科医による新刊発売に伴う、インタビュー記事。医者が医療ミスに立ち向かう話。 電子医療記録システムの歴史的経緯も興味深かった。
Heroku incident 2081 follow-up

Maintenance of the logging system had unintended downstream effects including log loss and failure of the system that manages dynos.

  • Heroku社で 2020/06/29 19:09 UTC ~ 20:20 UTCに発生していた障害のフォローアップ情報。
  • アプリログの欠損、ビルド失敗、API・CLI・ダッシュボードを介したdyno関連コマンドのエラーなどのユーザー影響が発生していた。
Heroku incident 2045 follow-up

In this incident, a TLS certificate was deployed without its intermediate, resulting in failures for some clients.

  • 上記同様、Heroku社で 2020/06/12 18:33 UTC ~ 19:13 UTCに発生していた障害のフォローアップ情報。
  • *.herokuapp.comへTLS接続ができない影響が発生していた。
Software engineering responses to COVID-19 — My take on REA’s Webinar

I wrote this after attending the Resilience Engienering Association’s webinar with panelists Dr. Richard Cook, John Allspaw, and Nora Jones, moderated by Laura Maguire. Once the recording is posted, I highly recommend watching!

Lex Neva

  • REA(Resilience Engineering Association)が開催したwebinar「Software engineering responses to COVID-19」から筆者が取ったメモを共有している記事。動画はまだ公開されていないようですが、「公開されたら視聴を強くオススメする」との事です。
How SLIs Help You Understand Users’ Needs

As SREs, we need to be laser focused on the user’s experience. Our SLIs should reflect that.

Emily Arnott — Blameless

  • Blameless社のWebページで、「SLIがいかにユーザーのニーズを理解するのに役立つか」を解説している記事。
Twitter’s Reliability Journey

This two-part series is an in-depth look at how Twitter adopted SRE, before SRE was even a thing.

Blameless

  • Blameless社のWebページの記事。Twitter社のBrian Brophy氏(Sr. Staff SRE)、 Carrie Fernandez氏(Head of Site Reliability Engineering)、JP Doherty氏(Engineering Manager)、Zac Kiehl氏(Sr. Staff SRE)にインタビューを行い、同社でSREがどのように実践されているかをインタビューした内容をまとめた記事。
  • 2部作の記事のPart 1。Part 2はこちらから

Outages

上記各社の障害情報

KubeWeekly #224 July 10th

The Headlines

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

CNCF Scales Sandbox Approval Process to Meet Growing Demand from New Projects

Introduced this week, the new Sandbox approval process will increase the acceptance of new projects into the CNCF, as well as reduce barriers for open source projects seeking neutral grounds to accelerate their innovation, adoption velocity, and community building efforts.

“The CNCF Sandbox has long played an important role enabling neutral collaboration and experimental cloud native projects to thrive, but with record demand by projects to join the CNCF community, we agreed that the process could be refined in new ways to speed the review and approval process,” said Chris Aniszczyk, CTO of the Cloud Native Computing Foundation. “I’m thrilled that the CNCF TOC has put in place a great new process that simplifies the barrier to entry for worthy projects and increases innovation, which recently led to 11 new Sandbox projects being accepted”.

Learn more about the new approval process here.

  • CNCFのSandboxへの承認プロセス(レビュー、承認)の簡略化、スピードアップを通じて、新しいプロジェクトの参入障壁を下げる取り組みを案内しているCNCFのページ。
CNCF Project News: TOC approves Operator Framework and Contour as Incubating Projects

Exciting project news – Operator Framework, which is made up of two main components Operator SDK and Operator Lifecycle Manager (OLM) is now an incubation-level hosted project.

TOC also approved Contour, a high-performance ingress controller for Kubernetes that provides a control plane for Envoy, is now an incubation-level hosted project.

Congratulations to both projects and their respective teams!

  • CNCFのIncubatingプロジェクト(上記のSandboxの1つ上のMaturity)に、Operator FrameworkとContourが承認されたことを伝えるCNCFからの案内。
KubeCon + CloudNativeCon EU Virtual Session Spotlight

The countdown to KubeCon + CloudNativeCon EU Virtual on August 17-20, 2020 is on! As we approach the event, we curated a few recommended sessions that we don’t want you to miss. Please see the feature for this week and be sure to register today!

Tutorial: Communication Is Key — Understanding Kubernetes Networking
Presented by Jeff Poole, Vivint Smart Home

Networking in Kubernetes has several aspects, including DNS, iptables, routing, software bridges, IP assignment, network policies, etc. While the practices for understanding the network were fairly easy to translate from physical servers to virtual machines, the level of complexity increases greatly when moving to containers in Kubernetes.

This tutorial will explain several of the networking concepts used in Kubernetes with accompanying lab exercises in a virtualized environment so that participants will become comfortable looking under the hood at how a Kubernetes cluster is working (or not working, as the case may be).

The material will be designed for people comfortable with SSH, bash, kubectl, and basic networking concepts, and will fill in the more advanced networking knowledge as the tutorial progresses. Please have Vagrant + VirtualBox installed to run the labs locally.
Register now!

  • KubeCon + CloudNativeCon EU Virtualの「The Beginners Guide to the CNCF TOC」セッションにスポットライトをあてている。スケジュール: 8/17(月) 16:55 - 18:15 CEST(Central European Summer Time)。
  • Jeff Poole氏による、参加者がKubernetesのネットワークのコンセプトを理解できることを目指したチュートリアルのセッション。仮想環境でのエクササイズを通して、Kubernetesクラスターがどのように内部で稼働しているか理解できるようにする。

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 Member Webinar: Optimize your Kubernetes Clusters on Azure with Built-in Best Practices

Jorge Palma, Senior Program Manager @Microsoft

  • CNSFプロジェクトと組み合わせたAzureソリューションが、Kubernetesクラスターに問題が発生する前に、自動的に最適化、効率化し、潜在的な問題を特定する実用的なベストプラクティスを提供しているかを解説しているWebinar動画。
CNCF Member Webinar: Building Production-ready Services with Kubernetes and Serverless Architectures

Mike Metral, Software Architect and Engineer @Pulumi and Jason (Jay) Smith, App Modernization Specialist @Google Cloud

  • PulumiとKnativeを通して以下を解説しているWebinar。
    1. 実際のプログラミング言語を活用してKubernetesクラスターとワークロードをデプロイ/管理する方法。
    2. 本番環境対応のスタックを構築し、クラスターとアプリのライフサイクルを前進させる方法。
    3. サーバーレスイベンティングバスとパイプラインをビルドしてデプロイする方法。
    4. リアルタイムストリーミングアプリケーションの実行方法
CNCF 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 and CTO @Buoyant

  • LinkerdのCreatorであるOliver Gould氏による、Linkerd 2.8の新機能と、これらの機能を今すぐ利用する方法について解説している動画。
CNCF Member Webinar: The Challenges and Countermeasures of Service Mesh Practice

裴斐 (Fei Pei), 网易 杭州研究院 轻舟云原生技术专家、架构师

  • 全編中国語のWebinar。
  • eコマース、AI、ニュースなどの人気のある分野における、NetEase社のサービスメッシュの実践による問題、構築のアイデア、およびソリューションについて説明し、企業のサービスメッシュのリファレンスを提供している、とのこと。
CNCF Member Webinar: The top 7 most useful Kubernetes APIs for comprehensive cloud native observability

Caleb Hailey, Co-founder and CEO @Sensu

  • SensuのCo-founder兼CEOのCaleb Hailey氏が、PrometheusやSensuなどのOSSの監視ツールの例を使用して、Kubernetesプラットフォームを完全に可視化するために必要なさまざまなKubernetes APIについて解説しているWebinar。
CNCF Member Webinar: How to land Service Mesh – From technology selection to practice

马若飞, FreeWheel 北京研发中心首席工程师 @FreeWheel

  • 全編中国語のWebinar。
  • サービスメッシュの技術選定から、ベストプラクティスまで解説している、とのこと。

The Technical

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

Install a Kubernetes load balancer on your Raspberry Pi homelab with MetalLB

Chris Collins, Opensource.com

  • 自宅のRaspberry Pi上のKubernetesにロードバランサーとしてMetalLBを実装する方法を解説している記事。
Windows Server Containers in Red Hat OpenShift 4.4

Red Hat OpenShift Team

  • Red Hat社のメンバーによる、Red Hat OpenShift 4.4でのWindowsサーバーコンテナを解説しているTwitch動画。Operatorの利用方法、今後のロードマップについて触れている。
A guide to Terraform for Kubernetes beginners

Jessica Cherry, Opensource.com

  • Kubernetesの初心者向けにTerraformを利用する方法を解説している記事。Terraformの良さとして、stateに既存環境をimportできる点を挙げ、環境としてMinikube上のKubernetesクラスターを利用してTerraformのstate管理方法を解説している。
How to run Keycloak in HA on Kubernetes

Ramiro Algozino, SIGHUP

  • Kubernetes上ににOSSのIAMツールであるKeycloakのクラスターをHA構成で作成し、デプロイする際に覚えておくべき重要な概念を紹介している記事。
Sinker

A tool to sync images from one container registry to another

  • レジストリ間のコンテナイメージの動機を行うOSSツール「Sinker」のGitHubページ。
Introduction to WebAssembly on Kubernetes with Krustlet

David McKay, InfluxData

  • Krustletを使用してKubernetesでWebAssemblyバイナリを実行するツールとして「Krustlet」を紹介している記事。
How to architect for Kubernetes: Part 1

Tomás Pinho

  • Kubernetesにすばやく安全に移行できるように、ベストプラクティスをまとめて記事のPart 1。Part 2以降はまだ出ていない模様。
  • 筆者は、「Kubernetesの実装により、恩恵を受けるだろう多くの人々がそれを正しくデプロイ、管理、および保護する方法をわかっていない」という課題感を持っていた。
Presslabs is the First Managed WordPress Hosting Platform running on Kubernetes

Ioana Vasi, Presslabs

  • Presslabs社のGKEを利用したKubernetesへの移行事例。
  • 筆者曰く、「私たちの知る限り、Presslabs社が初の、完全にKubernetesベースのマネージドWordPressホスティングを提供しているプラットフォームである」とのことです。観測方法や基準がわからないのですが、どうなのでしょう。
The world’s simplest Kubernetes dashboard: k1s

Daniel Weibel, ITNext

  • 「世界で最もシンプルなKuberentesダッシュボード」として「k1s」を紹介している記事。
  • 任意のNamespace(またはすべてのNamespace)の任意のタイプのKubernetesリソースをリアルタイムで監視できる最小限のKubernetesダッシュボード。
  • 50行のコードを含むBashスクリプトとして実装されている。
Leverage PodSpec to customize the Fission runtime and builder pods

InfraCloud Team

  • Kubernetes用のOSSフレームワークである「Fission」のruntimeとbuilder podをpodspecを利用してカスタマイズする方法を解説している記事。
  • Fissionの基本構成に詳しくない方向けにこちらの記事をオススメしています。
Minimum Viable Kubernetes

Emanuel Evans

  • 最小限の「Kubernetesクラスター」が実際にどのように見えるか設定、解説している記事。

The Editorial

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

Linux company SUSE outbids competitors for fast-growing start-up Rancher Labs

Jordan Novet, CNBC

  • SUSE社によるRancher Labs社の買収のニュース。コンテナ、Kubernetes、などのトレンドと背景を交えた情報を提供している。
Kubernetes Operators Explained

Piotr Perzyna, Container Solutions

  • KubernetesのOperatorを丁寧に解説し、Prometheus Operatorをケーススタディーとして触れている記事。
Can Kubernetes be an IT budget hero?

Kevin Casey, The Enterprisers Project

  • 「Kubernetesは、ITチームが効率、信頼性、一貫性を向上させるのに役立ち、予算を節約できる」という視点で、4つの例を解説している記事。
  • 個人的には、「予算を節約できる」という観点は、相当の規模や時間を費やすことを前提にしないと当たらないと思います。特に3つ目に取り上げている「People can literally do more – without burning out」は、「ノウハウやツールが整っていてKubernetesをコントロールできる、アップデートに追従する為の人数が既に一定数いる」状況じゃないと当てはまらない様な気が。。。
Scalability, with Wojciech Tyczynski

Adam Glick and Craig Box, Kubernetes Podcast from Google

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

  • Google Cloud社のWojciech Tyczynski氏(SIG Scalability、GKE Tech Lead)をゲストとして迎えている。

  • News of the weekで気になったトピックは以下の通り。WG Namingが気になっている。
Deploy HAProxy Ingress Controller from Rancher’s Apps Catalog

Nick Ramirez, HAProxy

  • Rancher Labs社のWebページにて、タイトル通り「HAProxy Ingress ControllerをRancherのアプリカタログでデプロイする方法」を解説している記事。
Building a Multi-Tenant gRPC Development Platform with Ambassador and AWS EKS

Brian Annis, Hacker Noon

  • 「AmbassadorとAWS EKSを使用したマルチテナントgRPC開発プラットフォームの構築する方法」を解説している記事。このブログでもAmbassadorの登場頻度が多いので、ある程度まとまって動かしてみる時間を確保したいところ。
LOTE #12: Daniel Mangum on Crossplane, building a PaaS, and Multi-Cluster Kubernetes

Ambassador Podcast

  • 「Livin' on the Edge」Podcastの書き起こし記事。今週のゲストは、Upbound社のDaniel Mangum(Software Engineer)氏。
  • CNCFのSandboxプロジェクトである、OSSツール「Crossplane」を紹介している。

Upcoming CNCF webinars

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

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: How Alibaba Extends K8s scheduler to support AI and big data workloads
Zhang Kai, Staff Engineer @Alibaba
Wang Qingcan, Senior Engineer @Alibaba
This webinar will be delivered in Chinese. July 15, 2020 10:00 AM China Standard 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 »

Member Webinar: Learn how to clean up your cloud-native “DevOps Dumping Ground”
Melissa Sussmann, Product Marketing Lead @Puppet
Kenaz Kwa Principal Product Manager @Puppet
July 17, 2020 10:00 AM Pacific Time
REGISTER NOW »

Project Webinar: Fluent Bit v1.5
Eduardo Silva, Principal Engineer @Arm Treasure Data
July 17, 2020 1:00 PM Pacific Time
REGISTER NOW »

Member Webinar: Kubernetes Security Anatomy and the Recently Disclosed CVEs
Gadi Naor, CTO & Co-Founder @Alcide
July 21, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Kubernetes Secrets Management: Build Secure Apps Faster Without Secrets
Jody Hunt, Director of DevOps Security @CyberArk
July 22, 2020 7:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Implementing Canary Releases on Kubernetes w/ Spinnaker, Istio, and Prometheus
Oleg Chunikhin, CTO @Kublr
July 22, 2020 1:00 PM Pacific Time
REGISTER NOW »

Member Webinar: Observability of multi-party computation with OpenTelemetry
Antoine Toulme, Engineering Manager @Splunk
Dave McAllister, Sr. Technical Evangelist @Splunk
July 23, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: One large cluster or lots of small ones? Pros, cons and when to apply each approach
Flavio Castelli, Distinguished Engineer @SUSE
July 24, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Kubernetes Policies 101
Eran Leib, Founder, VP Product Management @Apolicy
Spenser Paul, Director of Sales, North America @DoiT International
July 28, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: GitOps Continuous Delivery with Argo and Codefresh
Dan Garfield, Chief Technology Evangelist @Codefresh
July 29, 2020 1:00 PM Pacific Time
REGISTER NOW »

Member Webinar: Cluster API – Yesterday, Today, Tomorrow
Saad Malik CTO & Co-Founder @Spectro Cloud
Jun Zhou Chief Architect @Spectro Cloud
July 30, 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 »

Member Webinar: Comparing eBPF and Istio/Envoy for Monitoring Microservice Interactions
Roko Kruze, Solutions Engineer @Flowmill
Mike Cohen, Co-Founder and COO @Flowmill
Aug 4, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Debugging your debugging tools; What to do when your service mesh goes down in production?
Neeraj Poddar, Co-founder and Chief Architect @Aspen Mesh
Aug 5, 2020 7:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Making Data Work for Developers with Kubernetes & Cassandra
Chris Splinter, Sr. Product Manager – Developer Solutions @DataStax
Patrick McFadin, VP of Developer Relations @DataStax
Aug 5, 2020 1:00 PM Pacific Time
REGISTER NOW »

Member Webinar: Hardware for Kubernetes, Peeling Back the Layers
Erik Reidel, SVP Compute & Storage Solutions @ITRenew
Aug 11, 2020 10:00 AM Pacific Time
REGISTER NOW »

Project Webinar: Kubernetes 1.19
Kubernetes release team
Aug 28, 2020 10:00 AM Pacific Time
REGISTER NOW »

Member Webinar: Getting started with container runtime security using Falco
Loris Degioanni, CTO and Founder @Sysdig
Sept 2, 2020 1:00 PM Pacific Time
REGISTER NOW »

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

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

では、また。

Bye now!!

Yoshiki Fujiwara