-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
healthcheckエンドポイントを作成した #33
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
readiness, livenessは別途設定ということであってますか??
https://qiita.com/toshihirock/items/c7e94e70c1c9650488df
|
たしかに、別レポジトリでしたね |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
あ、もう一つなんですが、GKEで /
が200じゃないとエラーが起こるかもしれないので覚えておいてもらうと良さそうです
Codecov Report
@@ Coverage Diff @@
## master #33 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 663 666 +3
=========================================
+ Hits 663 666 +3
Continue to review full report at Codecov.
|
Issue
close #32
背景
ingressがサービスの死活監視をする際にヘルスチェックする必要があるのだが、この対象になるエンドポイントがなかったので作った。
追記
外部サービス(GKE)の都合だが、ヘルスチェックエンドポイントは
/
でないとヘルスチェックに通らないため、/
を対象のエンドポイントにした。kubernetes/ingress-gce#39
kubernetes/ingress-gce#42