You can Retrieve the list of gallery image entries associated with given product by SKU value in Magento 2.
Using the ProductAttributeMediaGalleryManagement Interface, You can use getList($sku) method to achieve the all the media entry for the product. Continue reading “How to get all gallery images collection of the product Magento 2?”