Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
CEE Ops-center から Pod のログを取得する方法について説明します。各 Pod のログについては kubectl logs コマンドで取得できますが、CEE Ops-center では 複数の Pod のログをまとめて取得したり、特定の条件でフィルタリングしたりすることが可能です。
1. 基本的な Pod ログの取得方法 (kubectl logs)個別の Pod のログを取得する基本的なコマンドは以下の通りです。これは kubetenets クラスターのホストで実行できます...