EKS: マネージドKubernetes


Karpenter: Cluster Autoscalerの代わり

記事:


トラブルシューティング


Docker Hubのratelimit上限に達した場合


SPOTインスタンスの活用

料金:

Cluster Autoscalerの設定で、「spot〜」から始まるEKS node groupを優先して使うようにする

例: SPOT対応、現行世代を探す。

ec2-instance-selector \
--vcpus 2 \
--memory 4 \
--cpu-architecture x86_64 \
--gpus 0 \
--current-generation \
--usage-class spot \
--profile example \
--region ap-northeast-1

c5.large
c5a.large
c5d.large
c6a.large
c6i.large
c6id.large
c6in.large
t2.medium
t3.medium
t3a.medium

記事:


terraformでの構築


private IPが枯渇する

記事:

別CIDRを追加する:

予約されるIP数を調整する:

IPv6で構成する:


EKS配下のEC2にName tagを付ける

eksctlを使う場合:

terraformの場合:


モニタリング


Fargate for EKS


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2024-02-08 (木) 11:49:58