Containerized application prerequisites

To allow Concert to discover containerized applications running on a target virtual machine (VM), ensure the following requirements are met.

Required environment

  • The target VM must be running and hosting the containerized applications that Concert needs to discover.
  • The VM must have a supported container runtime installed, such as Docker or an equivalent runtime.
    • If Docker is not installed, you can install a compatible runtime using:
      yum install podman-docker -y
       

Required permissions

You must have SSH access with root privileges to the target VM. Root access is required to enumerate containers, inspect runtime metadata, and collect configuration details.