公式:https://aws.amazon.com/jp/premiumsupport/knowledge-center/eks-worker-node-actions/
1)以下のコマンドでノードの台数を増やす。
eksctl scale nodegroup --cluster "クラスター名" --nodes=3 --nodes-min 1 --nodes-max 3 --name "グループ名"
helm経由で、 kube-prometheus-stackとloki stackを入れるだけだと連携ができないので 追加で以下の手順を進める必要がある。 1)Loki stackの導入を実施 helm install loki grafana/loki-stack --name...
0 件のコメント:
コメントを投稿