5
3

More than 3 years have passed since last update.

KubeWeekly #195

Last updated at Posted at 2019-12-12

KubeWeeklyは毎週Kubernetesに関する興味深いニュースを提供しています。(https://kubeweekly.io/ )この記事は 2019/12/06に発行された Kube Weekly #195を読んで、感じたことをメモ的にまとめたものです。
私の勘違いや説明不足による誤解もあるかと思いますので、この記事読んで「おっ」と思ったらURLを辿って本文を確認してください。

(過去のKubeWeekly読書メモはこちら)

※この記事は、Z Labの業務の一環として作成したものです。

The Headlines

CNCF TOC Governance Structure + Elections 2020 - Cloud Native Computing Foundation

CNCF TOC Governance Structure + Elections 2020 - Cloud Native Computing Foundation
The Cloud Native Computing Foundation (CNCF) has three main bodies: a Governing Board (GB) that is responsible for marketing, budget and other business oversight decisions for the CNCF, a Technical...

CNCFの組織体系の紹介と2019年9月に変更されたTOC(Technical Oversight Committee)の差分の紹介。
また、次のTOCの投票は2019年12月に行われる。任期は2年。

When you're in the release team, you're family: the Kubernetes 1.16 release interview

When you're in the release team, you're family: the Kubernetes 1.16 release interview
Author: Craig Box (Google) It is a pleasure to co-host the weekly Kubernetes Podcast from Google with Adam Glick. We get to talk to friends old and new from the community, as well as give people a download on the Cloud Native news every week. It was also a pleasure to see Lachlan Evenson, the release team lead for Kubernetes 1.16, win the CNCF “Top Ambassador” award at KubeCon. We talked with Lachie when 1.

Kubernetes Podcastの書き起こし記事。
Kubernetes 1.16リリースチームのLachlan Evensonがゲスト。

The Technical

Develop a Kubernetes controller in Java

Develop a Kubernetes controller in Java
Authors: Min Kim (Ant Financial), Tony Ado (Ant Financial) The official Kubernetes Java SDK project recently released their latest work on providing the Java Kubernetes developers a handy Kubernetes controller-builder SDK which is helpful for easily developing advanced workloads or systems. Overall Java is no doubt one of the most popular programming languages in the world but it’s been difficult for a period time for those non-Golang developers to build up their customized controller/operator due to the lack of library resources in the community.

オフィシャルのJavaのSDKを使いでKubernetesのオペレータを作る方法の紹介。
Javaのライブラリはcontroller-runtimeを模して作られているようです。

Gardener Project Update

Gardener Project Update
Authors: Rafael Franzke (SAP), Vasu Chandrasekhara (SAP) Last year, we introduced Gardener in the Kubernetes Community Meeting and in a post on the Kubernetes Blog. At SAP, we have been running Gardener for more than two years, and are successfully managing thousands of conformant clusters in various versions on all major hyperscalers as well as in numerous infrastructures and private clouds that typically join an enterprise via acquisitions. We are often asked why a handful of dynamically scalable clusters would not suffice.

Gardenerという複数のKubernetesクラスタを管理するソフトウェアの最近の進捗についての紹介。
Kubernetesと同じように様々なクラウドプロバイダ向けの対応をout-of-treeで開発できるように構成を変更しているようだ。

また今後の予定にあるRingと呼ばれる冗長構成の手法が面白いと感じました。

A visual guide on troubleshooting Kubernetes deployments

A visual guide on troubleshooting Kubernetes deployments
Troubleshooting in Kubernetes can be a daunting task. In this article you will learn how to diagnose issues in Pods, Services and Ingress.

Deploymentがおかしくなった時のトラブルシュートのフローチャートの紹介。
Kuberntesに慣れている人がどのような観点でトラブルシュートするのかをうまく資料に落とし込んでいます。

Managing a multi-site Cassandra cluster on multiple Kubernetes with CassKop / MultiCassKop

Managing a multi-site Cassandra cluster on multiple Kubernetes with CassKop / MultiCassKop
CassKop is a Kubernetes operator that makes it easy to run Apache Cassandra on Kubernetes. It can create, configure, and manage Cassandra…

CassandraをKubernetes上にデプロイするオペレータCassKopをを利用し、複数のクラスタにデプロイされたCassandraをクラスタリングするようなコントローラ MultiCassKopの紹介。

3-way merge in werf: deploying to Kubernetes via Helm “on steroids”

3-way merge in werf: deploying to Kubernetes via Helm “on steroids”
How it works and why it’s important at all

werfというコマンドラインツールの紹介。
werfはKubernetesを利用した開発ワークフローを支援するCLIツールです。このツールがついにkubectl applyのようなthree way mergeをサポートしたというのがこの記事の主な内容です。そもそもなぜthree way mergeが必要なのか、というところから説明してあります。

Amazon EKS on AWS Fargate Now Generally Available | Amazon Web Services

Amazon EKS on AWS Fargate Now Generally Available | Amazon Web Services
Starting today, you can start using Amazon Elastic Kubernetes Service to run Kubernetes pods on AWS Fargate. EKS and Fargate make it straightforward to run Kubernetes-based applications on AWS by removing the need to provision and manage infrastructure for pods. With , customers don’t need to be experts in Kubernetes operations to run a cost-optimized […]

Amazon EKS on AWS Fargate についての記事。
これによりEKSにデプロイしたPodをFargeteで動作させることができるようになるようです。
この機能をフル活用するとEKSの利用者はEC2インスタンスのことを考えることなくKubernetesを利用することができます。

The Editorial

Running Kubernetes locally on Linux with Microk8s

Running Kubernetes locally on Linux with Microk8s
Authors: Ihor Dvoretskyi, Developer Advocate, Cloud Native Computing Foundation; Carmine Rimi This article, the second in a series about local deployment options on Linux, and covers MicroK8s. Microk8s is the click-and-run solution for deploying a Kubernetes cluster locally, originally developed by Canonical, the publisher of Ubuntu. While Minikube usually spins up a local virtual machine (VM) for the Kubernetes cluster, MicroK8s doesn’t require a VM. It uses snap packages, an application packaging and isolation technology.

ローカルマシンで簡単にKubernetesクラスタが作成できるmicrok8sの紹介記事。
最近複数Node構成のKubernetesクラスタも扱えるようになったそうです。

Kubernetes Audit: Making Log Auditing a Viable Practice Again - Cloud Native Computing Foundation

Kubernetes Audit: Making Log Auditing a Viable Practice Again - Cloud Native Computing Foundation
Originally published on Alcide Blog by Nitzan Niv In the security world, one of the most established methods to identify that a system was compromised, abused or mis-configured is to...

auditログを利用して異常検知を行う手法についての紹介。簡単な条件マッチでは検知できない問題が多く、その場合は機械学習などを取り入れる必要があるとのこと。

Chaos Engineering, with Ana Margarita Medina

Chaos Engineering, with Ana Margarita Medina

Kubernetes Podcast.
今回のテーマはChaos Engineering。ゲストはGremlin社のAna Margarita Medina。

Security considerations for Google Kubernetes Engine | Google Cloud Blog

Security considerations for Google Kubernetes Engine | Google Cloud Blog
How to set up Google Kubernetes Engine with security in mind

GKE利用者に向けたセキュリティについての記事だが、他のKubernetesクラスタ管理でも参考になる点が多い

  • サービスをどの単位でクラスタに載せるか?
  • 認証・認可はどうするか?
  • デプロイはどうするか?
    • Day OneからCI/CDのみでデプロイするようにするのがおすすめ らしい
  • セキュリティに関するクラスタの設定は、物によっては後から変えられないものがあるので注意

KubeCon San Diego Summary: Top Ten Takeaways (Part 2)

KubeCon San Diego Summary: Top Ten Takeaways (Part 2)
Day two operations, new architecture paradigms, and end users

先週の記事の続き。

DataWireのエンジニアによるKubeCon NAの10のハイライト

  • KubernetesはRuby on Railsのような考え方が必要
  • ベンダーはスタックの上位レイヤーにやってきている。
  • エッジコンピューティングが重要となってきた
  • クラスタがデプロイの単位に(家畜とペット問題がさらに上位に)
  • CDについて GitOpsのものとUI-driven configが二極化
  • SRE toilの削減は重要で、生産性に大きな影響がある。
  • マルチクラウドが大きなビジネスとなる
  • マイクロサービスにより理解しやすさ、Observability、debuggabilityという新たな問題を引き起こしている
  • クラウドプラットフォーム・技術はイベント駆動コンピューティングを取り込んできている
  • CNCFのコミュニティは素晴らしいが、その技術を初学者に案内することは難しい

各トピックについて非常に詳細に述べられているので意味のわからない項目は元記事をチェックしてみてください。

後半のトピックの詳細が記載されています。

It’s Official! Eirini 1.0 is Here | Cloud Foundry

It’s Official! Eirini 1.0 is Here | Cloud Foundry
Thanks to the Cloud Foundry community aross IBM, Pivotal, SAP, SUSE and Google, Eirini 1.0 has arrived. Read on to learn how and why you should use it.

Eiriniがバージョン1.0となりました。
EiriniはKubernetesのためのcf pushです。まだまだフル機能ではないようですが、コア部分は安定するようになったとのことです。

CNCF to Participate Again in the Community Bridge Mentorship Program - Cloud Native Computing Foundation

CNCF to Participate Again in the Community Bridge Mentorship Program - Cloud Native Computing Foundation
I’m happy to announce that CNCF will participate again in the Community Bridge Mentorship program. As well as Google Summer of Code and Outreachy, Community Bridge is a platform that brings...

CNCFのCommunity Bridgeの紹介。これは学生のためのインターンのようなもののようで、2019/12月-2020/3月の日程で5人募集しているようです。

How Kubernetes Has Been ‘Transformational’ to Productivity and Culture at uSwitch - Cloud Native Computing Foundation

How Kubernetes Has Been ‘Transformational’ to Productivity and Culture at uSwitch - Cloud Native Computing Foundation
When it was founded in 2000, uSwitch helped consumers in the U.K. compare prices for their utilities. The company eventually expanded to include comparison and switching tools for a wide...

uSwitch社でのKubernetes利用事例。
36のチームがそれぞれAWSを使って作ったシステムを使うことから、全社的なKubernetesに移行することにより、デプロイ頻度は3倍となり、1人あたりの週リリース数は2倍となり、一日のリリース数は100回近くなりました。

5
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
3