Provide real-world example, when I'll need to use ipvlan l3 type of network driver in Docker in two scenarios:
- local development of simple reactjs/nodejs app.
- local development and future producion of microservice app.
What are its key benifits compared to user defined bridge network driver in those scenarios?
I understand how this type of network works, but I can't imagine real-world situations when you technically need it, when you can't use any other driver.