2020-01

Sponsored links
GCP

gcloud でアカウントやプロジェクトを切り替える

Google Cloud SDK の gcloud で複数のプロジェクトを切り替えたり、さらには複数アカウントを切り替えながら使う方法を調べた。 gcloud init gcloud init としてブラウザで OAuth2 認証して、...
AWS

eksctl で何ができるのか

eksctl が何をやってくれるのが、何ができるのかを確認します。 eksctl create cluster いきなり eksctl create cluster を実行するだけでクラスタが作れるっぽいのでひとまず試してみる。 $...
Kubernetes

kind で kubernetes に触れる (2) – Istio

前回の続き。今回は Istio を導入してみる。 クラスタの作成 Control Plane 1台、Worker Node 2台のクラスタを作成する。 $ cat cluster.yaml # three node (two wo...
GCP

GKE Tutorials (2)

続 Tutorials を順に試す。(前回) Best Practices for Operating Containers Best Practices for Operating Containers 前回の最後のやつと同じような...
GCP

GKE Tutorials (1)

Tutorials を順に試す。 Deploying a containerized web application Deploying a containerized web application サンプルアプリを git clo...
Copied title and URL