ドキュメント

​
​

Development

User Acquisition

Monetization

産業

Self-Hosted Deployment

Amazon Web Services

Microsoft Azure

On premises

vpctl

Self-Hosted Deployment

このページは選択した言語では使用できません。
​
​
Self-Hosted Deployment
  • Overview
  • Amazon Web Services
    • Release notes
    • Installation
    • Maintenance
      • Autoscaling of pods
      • Backup and recovery
      • Test and troubleshoot your solution
      • Health checks
      • Rotate secrets
      • Upgrade
      • Migrate Mini-USF to v2
      • Move Unity Licensing Server storage to EBS
      • Migrate Elasticsearch to the ECK operato
      • Service limits
  • Microsoft Azure
  • On premises
  • Administration
  • Security
  • vpctl
  1. Self-Hosted Deployment (previously called Unity Virtual Private Cloud)
  2. Self-Hosted Deployment in Amazon Web Services
  3. Maintenance

Health checks

Ensure that the state of services within Kubernetes is healthy
読み終わるまでの所要時間 1 分
最終更新 1ヶ月前

Most services that you deploy within Kubernetes have their own health checks.

Check the state of services

To check that the state of these services is healthy, run this command:
kubectl get pods --all-namespaces --field-selector=status.phase!=Running,status.phase!=Succeeded
If you're running multiple workloads within the same cluster, you might want to use a filter for the Kubernetes namespace that you have used to deploy the solution.

Investigate pods that are in a non-healthy state

If you find pods that are in the CrashLoopBack state or the Failed state, investigate them as follows:
  1. Get a description of the resource.
  2. Query the pod logs.

Copyright © 2026 Unity Technologies
法規事項プライバシーポリシークッキーDocumentation Terms of Use私の個人情報を販売または共有しないプライバシーに関する選択 (クッキー設定)

"Unity" の名称、Unity のロゴ、およびその他の Unity の商標は、米国およびその他の国における Unity Technologies またはその関係会社の商標または登録商標です (詳しくはこちら)。その他の名称またはブランドは該当する所有者の商標です。

一部のページは利便性向上のため機械翻訳を使用しており、内容に不正確な表現が含まれる場合があります。内容に齟齬または不一致が生じた場合は、英語版を正本とします。

  • このページ
    • Check the state of services

    • Investigate pods that are in a non-healthy state


このページの問題を報告する