CRC is a tool to help you run containers. It manages a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes
There's an undocumented feature that services running on the host machine can be connected to from within the VM/cluster via using the host.crc.testing hostname and port of the service (e.g. host.crc.testing:3306 for a MySQL server running on the host).
This feature should be mentioned in the documentation.
There's an undocumented feature that services running on the host machine can be connected to from within the VM/cluster via using the
host.crc.testing
hostname and port of the service (e.g.host.crc.testing:3306
for a MySQL server running on the host).This feature should be mentioned in the documentation.