Independent Deployment of the Frontend with Docker and Kubernetes
Video Statistics and Information
Channel: Coding Tech
Views: 32,177
Rating: 4.9410682 out of 5
Keywords: front-end, docker, containers, kubernetes
Id: Td7w0_nD5_4
Channel Id: undefined
Length: 24min 22sec (1462 seconds)
Published: Wed Aug 28 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
As far as I can tell, there's two separate problems she's looking to solve for a microfrontend
It sounded like Docker/Kubernetes was providing a solution to the first bit, although any form of gateway that can route subpaths could presumably achieve the same thing.
It's the latter part that's far more interesting to me as it's a problem I'm actively trying to figure out a sensible answer to, and that seemed to be quite quickly skimmed over. It looked like she was using asyncComponent - is that all it takes? And is this the standard/best way to achieve this?
Why not just host the front end in an s3 bucket?
I might be missing something.
If we're putting individual react components into docker containers...what about putting each letter of a font into a docker container? That way you could dynamically provision your fonts with no build time performance hit?