2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

KubeWeekly #190

Last updated at Posted at 2019-10-30

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

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

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

The Headlines

FoundationDB Summit 2019 - November 18 | San Diego, CA

FoundationDB Summit 2019 - November 18 | San Diego, CA
FoundationDB Summit is a technical conference organized by the FoundationDB community for companies and developers using FoundationDB, the recently open-sourced distributed database. At this inaugural event, we'll be organized on a single track with plenty of time to meet and learn from early adopters, core developers, and other community members.

KubeCon + CloudNativeConのDay0のイベントとして開催されるFoundationDBのサミットの紹介。

Thinking in Kubernetes (K8s)

Thinking in Kubernetes (K8s)
Calibrate your brain before your cluster

Kubernetesがもたらす考え方の変化について、Kubernetesの固有の単語を使わずにまとめられている。

The Technical

Kubernetes volume plugins evolution from FlexVolume to CSI

Kubernetes volume plugins evolution from FlexVolume to CSI
How storage drivers are handled in K8s and why

Kubernetesでストレージを扱う方法の歴史。
in-tree, FlexVolume, CSIと変遷してきたが、それぞれがどういうもので、どのような問題があり移り変わっていったのかが詳しく説明されている。

The Technical

How to Protect Private Kubernetes Services Behind a GitHub Login with oauth2_proxy | DigitalOcean

How to Protect Private Kubernetes Services Behind a GitHub Login with oauth2_proxy | DigitalOcean
Kubernetes ingresses make it easy to expose web services to the internet. When it comes to private services, however, you will likely want to limit who can access them. In this tutorial, you will use oauth2_proxy to serve as a…

oauth2_proxyを使って認証済みのユーザだけがKubernetesクラスタ内のサービスへのアクセスできるようにする例を紹介。
nginx-ingressの機能で未認証のユーザをサインインページにリダイレクトする機能を活用している。

oauth2_proxyは以前bitlyが開発しており廃止予定になったものだが、別の会社がforkして開発を継続しているようだ。

How To Build and Deploy a Node.js Application To DigitalOcean Kubernetes Using Semaphore Continuous Integration and Delivery | DigitalOcean

How To Build and Deploy a Node.js Application To DigitalOcean Kubernetes Using Semaphore Continuous Integration and Delivery | DigitalOcean
In this tutorial, you’ll build an address book API service with Node.js and use Semaphore to test, build, and deploy it to DigitalOcean Kubernetes and DigitalOcean Managed PostgreSQL.

先週紹介しました

Semaphoreを使ってDigitalOcean上のKubernetesにアプリケーションをデプロイする方法を紹介。

How to write a Cluster API provider for running Kubernetes cluster on baremetal

How to write a Cluster API provider for running Kubernetes cluster on baremetal
This blog post is summary of the talk we presented in Open Source Summit Japan 2019.

Cluster APIの紹介と、libvertを利用する簡単なプロバイダのコードを紹介。
実際に動作するCluster APIのプロバイダの実装を見ることで、Cluster APIの理解を深めることができます。

Kubernetes Journey — Up and running out of the cloud — Linux Image

Kubernetes Journey — Up and running out of the cloud — Linux Image
Here we configure the Debian/Ubuntu Linux image that will serve as the basis for all the other components of our tech stack…

先週紹介しました

Kubernetesクラスタ構築のチュートリアルを紹介していくブログシリーズ。
今回はLinuxイメージについて。パーティショニングと、最低限入れておくべきパッケージについて紹介している。

この連載を通して作成するKubernetesクラスタは下記リポジトリで管理しているもののようです。

mvallim/kubernetes-under-the-hood
This tutorial is someone planning to install a Kubernetes cluster and wants to understand how everything fits together. - mvallim/kubernetes-under-the-hood

Kubernetes Without Scale: Reasons to Run a Personal Cluster, Part 1 - Container Journal

Kubernetes Without Scale: Reasons to Run a Personal Cluster, Part 1 - Container Journal
 Kubernetes is primarily thought of as a way to manage and scale production deployments. Typically it's used by large development teams (teams with more

個人開発者でスケールが必要がないサービスの提供においてもKubernetesを採用することに利点があるよ。という記事。
Kubernetesがある時と、ない時の作業を示し、いかにKubernetesを利用した方が良いかを説明している。

(個人的にはKubernetesを学習できる、という利点はあるものの、記載されているような用途であればdocker-composeなどで良いのでは・・と思いました。)

How to deploy a Kubernetes cluster using gcloud command

How to deploy a Kubernetes cluster using gcloud command
Find out how to deploy a Kubernetes cluster to the Google Cloud Platform using the gcloud command.

gcloudコマンドでGKEのクラスタを作成する方法を紹介。

The Editorial

Cloud Native Masterless Puppet, with Bolt and PuppetDB - The New Stack

Cloud Native Masterless Puppet, with Bolt and PuppetDB - The New Stack

いままでPuppetを使っていたシステムをクラウドネイティブ化した話。
引き続きPuppetは利用するが、Masterlessの構成を取ることにより、スケーラブルで安定した構成にできたとのこと。

また、Puppetで初期設定を行ったマシンに変更を加えるためにPuppetDBとBoltを利用しているようです。

With Cloud Native, Intuit Brings ‘Lightning Fast’ Deployment to Thousands of Developers - Cloud Native Computing Foundation

With Cloud Native, Intuit Brings ‘Lightning Fast’ Deployment to Thousands of Developers - Cloud Native Computing Foundation
In 18 months, Intuit went from zero to 2,000 services running on Kubernetes. And here’s why: Cloud native technology has enabled “lightning fast” deployment, says Jeff Brewer, Chief Architect, Small...

Insuitという会社のKubernetes導入のケーススタディ

Argoプロジェクトに従事しているApplatix社を買収し、Kubernetesの導入を促進したようです。
多くのクラスタを管理するためにkeikoをつくり、オープンソースにしています。

Cloud Native Computing Foundation Announces Schedule for Kubernetes Forums in Seoul and Sydney  - Cloud Native Computing Foundation

Cloud Native Computing Foundation Announces Schedule for Kubernetes Forums in Seoul and Sydney  - Cloud Native Computing Foundation
Inaugural Kubernetes Forum events will connect local and international experts to further cloud native computing across the globe SAN FRANCISCO, Calif. – October 17, 2019 – The Cloud Native Computing...

Kubernetes Forumのスケジュールが決まったようです。
12/9 - 12/10 ソウル、12/12 - 12/13 シドニーにて開催されます。

より詳細なスケジュールはこちら

Simplify Kubernetes Management with Helm : @VMblog

Simplify Kubernetes Management with Helm : @VMblog
Helm, the package manager for Kubernetes, is one of the fast-growing projects under the Cloud Native Computing Foundation's (CNCF) umbrella.

Helmの紹介とその歴史などについて紹介している。

2
2
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
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?