Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying HashiCorp Packer in Production
  • Table Of Contents Toc
  • Feedback & Rating feedback
HashiCorp Packer in Production

HashiCorp Packer in Production

By : John Boero
5 (4)
close
close
HashiCorp Packer in Production

HashiCorp Packer in Production

5 (4)
By: John Boero

Overview of this book

Creating machine images can be time-consuming and error-prone when done manually. HashiCorp Packer enables you to automate this process by defining the configuration in a simple, declarative syntax. This configuration is then used to create machine images for multiple environments and cloud providers. The book begins by showing you how to create your first manifest while helping you understand the available components. You’ll then configure the most common built-in builder options for Packer and use runtime provisioners to reconfigure a source image for desired tasks. You’ll also learn how to control logging for troubleshooting errors in complex builds and explore monitoring options for multiple logs at once. As you advance, you’ll build on your initial manifest for a local application that’ll easily migrate to another builder or cloud. The chapters also help you get to grips with basic container image options in different formats while scaling large builds in production. Finally, you’ll develop a life cycle and retention policy for images, automate packer builds, and protect your production environment from nefarious plugins. By the end of this book, you’ll be equipped to smoothen collaboration and reduce the risk of errors by creating machine images consistently and automatically based on your defined configuration.
Table of Contents (18 chapters)
close
close
1
Part 1: Packer’s Beginnings
7
Part 2: Managing Large Environments
11
Part 3: Advanced Customized Packer

Using templates to populate configuration resources with variables

Here is an example of HCL’s herefile or heredoc syntax, indicated by the arbitrary EOF delimiters. It may be powerful to embed complex files into one HCL file, but it can also be very hard to read later down the road. This herefile syntax is most valuable when using variables as a template. For example, here we write a multiple-line herefile to our /etc/motd file using the content option, and we include the built-in ${build.PackerRunUUID} variable so that each time someone logs in, they will be prompted with the unique build ID generated by Packer. You could also include one of your own variables or locals. Note the indentation of this syntax. The lines of a herefile in HCL are literal raw input from the beginning of each line, so if you indent your lines of text, the leading white space will be transferred to your file. This can make herefiles difficult to read in your template:

  content ...
Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
HashiCorp Packer in Production
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon