Skip to content

hiraken-w/event-cwl-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

event-cwl-exporter

ビルド

macOS のみ対応しています。

make

イメージの Push

aws ecr create-repository --repository-name event-cwl-exporter
docker build . -t [URI]:[Version]
aws ecr get-login-password | docker login --username AWS --password-stdin [ECR endpoint]
docker push [URI]:[Version]

デプロイ

デフォルトリージョンは us-west-2 になっています。

yaml/event-cwl-exporter.yaml の以下のプレースホルダを置換してください。

  • {{EKS cluster name}}
  • {{Image URI}}

その上で以下のコマンドを実行します。

kubectl apply -f yaml/event-cwl-exporter.yaml

なお、ワーカーノードのロールに CloudWatchAgentServerPolicy のポリシーが必要です。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published