Packer vs cloud-init: Image vs Instance
Packer builds an immutable image once on a temporary machine. cloud-init configures each instance at its first boot. Confusing the two breaks the pipeline.
Packer builds an immutable image once on a temporary machine. cloud-init configures each instance at its first boot. Confusing the two breaks the pipeline.
Packer construit une image immuable une fois sur une machine temporaire. cloud-init configure chaque instance à son premier démarrage. Les confondre casse le pipeline.