Akshay Siwalakshay-siwal.hashnode.dev·Nov 23, 2024Unpacking Packer: Simplifying Machine Image Building Across PlatformsBuilding and maintaining consistent infrastructure across multiple environments and platforms has historically been a daunting challenge. Enter Packer, a game-changer developed by HashiCorp. This open-source tool automates the creation of machine ima...packer
Akshay Siwalakshay-siwal.hashnode.dev·Nov 23, 2024Packer FAQWhat is Packer? Packer is an open-source tool created by HashiCorp for building identical machine images for multiple platforms from a single source configuration. It automates the process of creating machine images, eliminating manual steps and ensu...packer
Cloud Tunedcloudtuned.hashnode.dev·Mar 27, 2024An Introduction to Packer: Automating Machine Image CreationAn Introduction to Packer: Automating Machine Image Creation In the realm of infrastructure as code (IaC), automation is key to achieving scalability, consistency, and efficiency. Packer, a tool developed by HashiCorp, stands out as a powerful soluti...packer
Sahil Sikarwarsahilsikarwar.hashnode.dev·Dec 23, 2023Building Secure Azure Cloud VM Images Using PackerBuild it now ... Secure it later- Average Engineer Although we have started a wave of securing our infrastructure, still there is a long way to go for people to adopt a security mindset while building their projects bottom up. There are many ways yo...39 readsimage hardening
Tafari Beckfordblog.tafaribeckford.com·May 19, 2023Create Jenkins AMI using Packer and Ansible Playbook.In this article, you will learn how to create a Jenkins AMI using Hashicorp Packer and Ansible Playbook. What is Packer? Packer is an open-source tool for creating identical machine images for multiple platforms from a single source configuration. Pa...65 readsDevops