2020-02-09から1日間の記事一覧

Kubernetes the Hard Way on Azure : 5. kubeconfig

こんにちは。 引き続き、Kubernetes the Hard Way on Azure を進めていきます。 5. Generating Kubernetes Configuration Files for Authentication このラボでは、kubernetes クライアントが Kubernetes API サーバを見つけて認証できるようにするkubeconfi…

Kubernetes the Hard Way on Azure : 4.CA, TLS

こんにちは。 引き続き、Kubernetes the Hard Way on Azure を進めていきます。 4. Provisioning a CA and Generating TLS Certificates このラボではCloudFlare のPKIツールキットであるcfssl を使用して、PKIインフラストラクチャをプロビジョニングします…

Kubernetes the Hard Way on Azure : 3. コンピュートリソース

こんにちは。 引き続き、Kubernetes the Hard Way on Azure を進めていきます。 3. Provisioning Compute Resources 今回はマシン、ネットワーク周りを構築していきます。 Kubernetesは、コントロールプレーン ワーカノード と呼ばれるマシンが必要になりま…

Kubernetes the Hard Way on Azure : 1,2. 事前準備

こんにちは。 この数日間は「Kubernetes the Hard Way on Azure をやってみた」シリーズを記していきます。 github.com Hard Way を始めたきっかけ 実は、来月下旬にAKS祭りで登壇をさせていただくことになり。 ご縁があり、3/25(水)開催 Tokyo Jazug Night …