ドキュメント

​
​

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
  • Microsoft Azure
  • On premises
    • Release notes
    • Installation
    • Maintenance
      • Upgrade
      • Health checks
  • Administration
  • Security
  • vpctl
  1. Self-Hosted Deployment (previously called Unity Virtual Private Cloud)
  2. Self-Hosted Deployment on-premises
  3. Maintenance

Health checks

Run health checks on your on-premises deployment
読み終わるまでの所要時間 1 分
最終更新 1ヶ月前

Check the health of the pods

To check the health of the pods, run this command:
kubectl get pods -n <namespace>
Replace
<namespace>
with the Kubernetes namespace where the solution is deployed, as defined in your
manifest.yaml
file.
All pods must have the status Running and show the expected number of ready containers.

Inspect unhealthy pods

If a pod is not in a healthy state, inspect its details:
kubectl describe pod <pod-name> -n <namespace>
Check the pod logs:
kubectl logs <pod-name> -n <namespace>
For pods with multiple containers, specify the container:
kubectl logs <pod-name> -c <container-name> -n <namespace>

Uninstall and redeploy the solution

If a component is in a bad state and cannot perform a recover operation, you can use the vpctl tool to uninstall and redeploy a specific chart:
vpctl release uninstall --name <chart-name> --dry-runvpctl release uninstall --name <chart-name>vpctl release deploy --name <chart-name>

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

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

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

  • このページ
    • Check the health of the pods

    • Inspect unhealthy pods

    • Uninstall and redeploy the solution


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