LPI Level 1 Exam 101 - Junior Level Linux Certification - Part 1 of 2
LPI Level 1 Exam 102 - Junior Level Linux Certification - Part 2 of 2
LPIC-3 Exam 303: Security - 2.0
Linux Essentials Certificate Exam - version 1.5
LPIC-2 Exam 201, Part 1 of 2, version 4.5
LPIC-2 - Exam 202 (part 2 of 2), version 4.5
Linux Essentials Certificate Exam - version 1.6
LPIC-1 Exam 101, Part 1 of 2, version 5.0
LPIC-1 Exam 102, Part 2 of 2, version 5.0
Linux Professional Institute BSD Specialist
How is cloud-init integrated with a managed system image?
cloud-init provides the cloud-init-worker command which has to be invoked periodically within the running instance.
cloud-init provides systemd units which must be included in several stages of the booting process of the instance.
cloud-init provides its own startup mechanism which replaces the instance’s original init system, such as systemd.
cloud-init provides a Linux kernel module that must be included and loaded in the instance’s initramfs.
cloud-init provides the cloud-init-daemon service which is launched during startup and keeps the instance in sync with the desired configuration.
How is a Docker container image retrieved from a Docker registry?
Docker retrieves a ZIP archive which is extracted into the container’s root file system.
Multiple stacked images are retrieved and layered on top of each other.
A flat hard disk image is downloaded once per container and mounted as the root file system.
The registry merger all components of the image into one file which is shipped to Docker.
The container is built from an ISO file along with a configuration for an unattended installation.
Reference
What implications does container virtualization have for DevOps? (Choose two answers.)
Containers decouple the packaging of an application from its infrastructure.
Containers require developers to have detailed knowledge of their IT infrastructure.
Containers let developers test their software under production conditions.
Containers complicate the deployment of software and require early deployment tests.
Containers require application specific adjustment to the container platform.