Technical requirements
To complete this chapter, you will need to do the following:
- Verify the current setup of the All-in-One (AIO) Management Hub and the Edge Agent on your Edge device node, as per the instructions in Chapter 7, in the Technical requirements section.
- Create an account in Docker Hub or any other container image registry where you can push a Docker image and pull from.
- You have observed that the JSON file format is used extensively while providing input for a particular operation or when the system generates output that a user can view or work with.
- We will be using several commonly available tools, such as
make
andjq
, while doing development work.