{{containerInfo.host_name || '--'}}
{{containerInfo.host_ip || '--'}}
{{containerInfo.container_ip || '--'}}
{{containerInfo.container_id || '--'}}
{{containerInfo.image || '--'}}
{{containerInfo.network_mode || '--'}}
Name | Host Port | Container Port | Protocol |
---|---|---|---|
{{port.name}} {{port.name}} |
{{port.hostPort}} | {{port.containerPort}} |
{{port.protocol}} {{port.protocol}} |
Command | Args |
---|---|
{{command.command}} {{command.command}} |
{{command.args}} {{command.args}} |
Host Path | Mount Path | ReadOnly |
---|---|---|
{{volume.hostPath}} {{volume.hostPath}} |
{{volume.mountPath}} {{volume.mountPath}} |
{{volume.readOnly}} |
Key | Value |
---|---|
{{env.name}} {{env.name}} |
{{env.value}} {{env.value}} |
Key | Value |
---|---|
{{label.key}} {{label.key}} |
{{label.val}} {{label.val}} |
Cpu | Memory |
---|---|
{{resource.cpu}} |
{{resource.memory}} |