Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GKE Autopilotのコストを9000円/日から2000円/日へ!

izumiiii
October 12, 2023

GKE Autopilotのコストを9000円/日から2000円/日へ!

izumiiii

October 12, 2023
Tweet

More Decks by izumiiii

Other Decks in Programming

Transcript

  1. 自己紹介 名前 Koizumi Fumiya Twitter izumiiii @izumiiii9 Blog https://izumiiii.com Zenn

    https://zenn.dev/izumiiii 会社 株式会社Resilire 普段していること インフラ業務メインで、最近はよくKubernetesを触っています。
  2. apiVersion: apps/v1 kind: Deployment metadata: name: argocd-repo-server spec: template: spec:

    containers: - name: argocd-repo-server nodeSelector: cloud.google.com/gke-spot: 'true' terminationGracePeriodSeconds: 25 設定例