Advanced hands-on labs aligned with Red Hat Certified Architect specialist exams. Podman container management, Ansible Vault encryption, and performance tuning with tuned.
Podman container management, Ansible Vault encryption, and Linux performance tuning — advanced specialist-level skills.
podman images to verify.-d detaches, --name sets a friendly name, -p maps host:container ports.podman ps -a shows all containers including stopped ones.--format uses Go templates to extract specific fields from the JSON output.docker commands work with podman.--vault-password-file avoids interactive prompts. The password file contains the encryption key.view decrypts to stdout without modifying the file. Safe for verification.vars_files: to include the encrypted vault file. Variables are used normally.edit decrypts, opens in $EDITOR, then re-encrypts on save. The file stays encrypted on disk.virtual-guest on VMs or balanced on bare metal.throughput-performance, latency-performance, virtual-guest, balanced.verify checks if current system settings match the profile. Drift means something changed.throughput-performance typically sets swappiness=10 and dirty_ratio=40 for better I/O throughput.