Skip to navigation
Skip to content
Featured links
サポート
コンソール
開発者
トライアルの開始
すべての Red Hat
お客様向け
カスタマーサポート
サブスクリプション管理
サポートケースを管理
Red Hat Ecosystem Catalog
パートナーを探す
パートナー向け
パートナーポータル
パートナーサポート
パートナーになる
試用、購入および販売
Red Hat ストア
営業チームへのお問い合わせ
トライアルの開始
Learning resources
トレーニングと認定資格
Hybrid Cloud ラーニングハブ
インタラクティブなラボ
学習コミュニティー
Red Hat TV
アーキテクチャーセンター
オープンソースコミュニティー
グローバルな支援
Red Hat の貢献
AI
詳細情報
ドキュメント
リソース
Red Hat Summit
サポート
コンソール
開発者
トライアルの開始
お問い合わせ
言語の選択
English
Français
한국어
日本語
中文 (中国)
Deutsch
Italiano
Português
Español
ホーム
製品
OpenShift Container Platform
4.18
Nodes
Chapter 2. Working with pods
Open
目次
Open page settings
OpenShift Container Platform
バージョン
4.22
4.21
4.20
4.19
4.18
4.17
4.16
4.15
4.14
4.13
4.12
4.11
4.10
4.9
4.8
4.7
4.6
4.5
4.4
4.3
4.2
4.1
3.11
3.10
3.9
3.7
3.6
3.5
3.4
3.3
3.2
3.1
3.0
2
このドキュメントではすべてのバージョンが提供されていない可能性があります。.
製品ページを表示して全バージョンを確認する
形式
マルチページ
シングルページ
全ドキュメントを PDF で表示する
2.1. Using pods
2.1.1. Understanding pods
2.1.2. Example pod configurations
2.1.3. Understanding resource requests and limits
2.1.4. Additional resources
2.2. Viewing pods
2.2.1. Viewing pods in a project
2.2.2. Describing a pod
2.2.3. Viewing pod usage statistics
2.2.4. Viewing resource logs
2.3. Configuring an OpenShift Container Platform cluster for pods
2.3.1. Configuring how pods behave after restart
2.3.2. Limiting the bandwidth available to pods
2.3.3. Understanding how to use pod disruption budgets to specify the number of pods that must be up
2.3.4. Preventing pod removal using critical pods
2.3.5. Reducing pod timeouts when using persistent volumes with high file counts
2.4. Automatically scaling pods with the horizontal pod autoscaler
2.4.1. Understanding horizontal pod autoscalers
2.4.2. How does the HPA work?
2.4.3. About requests and limits
2.4.4. Best practices
2.4.5. Creating a horizontal pod autoscaler by using the web console
2.4.6. Creating a horizontal pod autoscaler by using the CLI
2.4.7. Understanding horizontal pod autoscaler status conditions by using the CLI
2.4.8. Additional resources
2.5. Automatically adjust pod resource levels with the vertical pod autoscaler
2.5.1. About the Vertical Pod Autoscaler Operator
2.5.2. Installing the Vertical Pod Autoscaler Operator
2.5.3. Moving the Vertical Pod Autoscaler Operator components
2.5.4. About using the Vertical Pod Autoscaler Operator
2.5.5. Using the Vertical Pod Autoscaler Operator
2.5.6. Uninstalling the Vertical Pod Autoscaler Operator
2.6. Providing sensitive data to pods by using secrets
2.6.1. Understanding secrets
2.6.2. Understanding how to create secrets
2.6.3. Understanding how to update secrets
2.6.4. Creating and using secrets
2.6.5. About using signed certificates with secrets
2.6.6. Troubleshooting secrets
2.7. Providing sensitive data to pods by using an external secrets store
2.7.1. About the Secrets Store CSI Driver Operator
2.7.2. Installing the Secrets Store CSI driver
2.7.3. Mounting secrets from an external secrets store to a CSI volume
2.7.4. Enabling synchronization of mounted content as Kubernetes secrets
2.7.5. Viewing the status of secrets in the pod volume mount
2.7.6. Uninstalling the Secrets Store CSI Driver Operator
2.8. Authenticating pods with short-term credentials
2.8.1. Configuring short-term authentication for workloads
2.8.2. Configuring GCP Workload Identity authentication for applications on Google Cloud
2.9. Creating and using config maps
2.9.1. Understanding config maps
2.9.2. Creating a config map in the OpenShift Container Platform web console
2.9.3. Creating a config map by using the CLI
2.9.4. Use cases: Consuming config maps in pods
2.10. Using device plugins to access external resources with pods
2.10.1. Understanding device plugins
2.10.2. Understanding the Device Manager
2.10.3. Enabling Device Manager
2.11. Including pod priority in pod scheduling decisions
2.11.1. Understanding pod priority
2.11.2. Understanding pod preemption
2.11.3. Configuring priority and preemption
2.12. Placing pods on specific nodes using node selectors
2.12.1. Using node selectors to control pod placement
2.13. Run Once Duration Override Operator
2.13.1. Run Once Duration Override Operator overview
2.13.2. Run Once Duration Override Operator release notes
2.13.3. Overriding the active deadline for run-once pods
2.13.4. Uninstalling the Run Once Duration Override Operator
2.14. Running pods in Linux user namespaces
2.14.1. Configuring Linux user namespace support