kubernetes

Google Cloud Anthos Dayに行ってきた

有休取ってGoogle Cloud Anthos Dayに行ってきました。 inthecloud.withgoogle.com kubernetesやGCPすら業務で使ったこと無いけど、使ってみたい熱が上がってきたなぁ。 ビジネスを加速させるためには少なくともkubernetesあたりは必須な感じがする。

SRE NEXT 2020の資料を読んで

ざっと一通り読ませていただきました。貴重な資料をありがとうございます! qiita.com ざっくりとした全体の話題 組織やチーム作り 監視方法、体制(on callやモニタリング) SLI/SLOの定義 デプロイ、セキュリティ、負荷あたり メモ ほぼAWSかGCP kubernetes …

yamlはタブ禁止

単純にkubernetesのnamespaceを作成しようと以下のようにyamlファイルを作成 apiVersion: v1 kind: Namespace metadata: name: test そしたら以下のエラー $ kubectl apply -f namespace.yaml --dry-run error: error parsing namespace.yaml: error convert…

Kubernetes Community Office Hours

I never knew Kubernetes Community Office Hours that until just now! github.com Office Hours is a live stream where we answer live questions about Kubernetes from users on the YouTube channel. It is the play list in the past. Check it out! …

Top 3 ways to run your Containers on Google Cloud

www.youtube.com Top 3 ways are GKE, Cloud Run and GCE. We can also use GCR that manage Docker image. GCR also has a function that provides vulnerability scanning. (Container Analysis)

How to test infrastructure.

How to test infrastructure code: automated testing for Terraform, Kubernetes, Docker, Packer and more from Yevgeniy Brikman www.slideshare.net www.infoq.com This is an article how to test infrastructure code. To test, using Terratest There…

Pulumiを使ってAWS ECS on AWS Fargateをやってみた

351日目 この記事はPulumi Advent Calendar 2019の15日目の記事です。 Pulumiに少し興味があったのでやってみました。 github.com https://www.pulumi.com/docs/tutorials/aws/ecs-fargate/をほとんどそのままやっただけです。 VPCは自分で準備しました。 ht…

Amazon EKS on AWS FargateからのAlb Ingress Controller

349日目 この記事はAmazon EKS #2 Advent Calendar 2019の14日目の記事です。 やってみました。とりあえず動くところまで github.com エラーが出ておかしいなぁ、と途方に暮れてたらこちらの記事を見て解決しました。神。 839.hateblo.jp ポイントは alb.ing…

AWS ALB Ingress Controller for Kubernetesに困惑

343日目 先日Kubernetesをやり始めてもいいかな、と思って少しいじってました。 tsaeki.hatenablog.com とりあえずdemoを動かしてみました。 aws.amazon.com で、じゃあ作ったサイトを見るために外部からアクセスさせようとしたところで「ALB Ingress Contro…

Amazon EKS on AWS Fargate

338日目 今回のAWS re:Invent 2019で注目したのがEKSでFargate使えるようになったことかなぁと。 aws.amazon.com EC2じゃなくFargateになると何がいいかって、ワーカーノードの管理の手間が省けるってことですかね。ちなみにEKSはマスターノードの管理の手間…

Cloud Native Architecturesを読んだ

333日目 従来の開発方法からクライドネイティブに変えていくことは重要だ、というようなお話。 www.packtpub.com 改めてクラウドの重要性を認識できた。これで10ドルって安いよね。英語だから細かいところはすっ飛ばしたけどそれでもお得。

Docker本番環境導入率

188日目 日本では1割未満だそうだ。まあそんな感じなのかな。 japan.zdnet.com じゃあ海外ってどうなの?ということで調べたけど・・・これかな? どちらも70%以上は本番環境で使ってることになるんだけど・・・ According to the survey, 76 percent are no…

Cloud Run

100日目 やべーサービス出てきたぞ www.youtube.com cloud.google.com 関係ないけどブログ100回目到達

What does Kubernetes mean? K8s?

43日目 Kubernetesはギリシャ語らしく、governorやcyberneticの語源?なのかな。意味は操舵手とかパイロットとか。だから舵のアイコンなんだな。 The name Kubernetes originates from Greek, meaning helmsman or pilot, and is the root of governor and c…

Kubernetes完全ガイド impress top gearシリーズ

23日目 Kubernetesを学ぶ上で読んでます。 Kubernetes完全ガイド impress top gearシリーズ作者: 青山真也出版社/メーカー: インプレス発売日: 2018/09/21メディア: Kindle版この商品を含むブログを見る 細かいところは実際に動かしてみないとすぐには理解で…

minikubeでWordPressのExampleを試す

21日目 公式サイト通りにやってみました。 kubernetes.io minikubeについてはこちら。 kubernetes.io Exampleにあったsample configuration filesにメモしてみました mysql-deployment.yaml wordpress-deployment.yaml

kubectl Cheat Sheet

15日目 最近はkubernetes勉強中。 コマンドに迷ったらここ。 kubernetes.io