The Vulkan graphics pipeline isn't any different than the OpenGL graphics pipeline (or DX11/12, gnm or Metal) although the details of how commands and data are sent to the GPU change. This article is pretty high level, so it applies equally to both APIs...
It would be great to have a similar explanation for Vulkan.