Managing stacks with pods – Lions, Tigers, and Containers – Oh My! Podman and Friends
Managing stacks with pods Keeping everything organized with stacks and prepping for Kubernetes. Podman supports concepts that do not exist in Docker. One of the big ones is pods – so I guess that’s where the name Podman derives from……
Manual pod creation – Lions, Tigers, and Containers – Oh My! Podman and Friends
Manual pod creationLet’s say we wanted to deploy Wiki.js inside a pod. Wiki.js is open source Wiki software built on Node.js and relies on a database backend. In other words, we want a pod that looks like this: Figure 11.4…
Containerized databases – Lions, Tigers, and Containers – Oh My! Podman and Friends
Containerized databases This recipe discusses best practices regarding the use of containerized databases. Getting ready We will require the following: How to do it… Containers make databases a much easier pill to swallow for your everyday application deployments. There’s not…
Initialization scripts – Lions, Tigers, and Containers – Oh My! Podman and Friends
Initialization scripts Most containerized databases feature a way to facilitate the running of scripts after initial setup, which can be very handy. This is typically done by allowing the user to mount a directory from the host machine that contains…
Buildah and Skopeo – Podman’s friends with benefits – Lions, Tigers, and Containers – Oh My! Podman and Friends
Buildah and Skopeo – Podman’s friends with benefits The title of this chapter mentions Podman and Friends. Well, up until this point, you have probably noticed we didn’t talk much about Podman’s friends. Podman brings along a couple of companions…
Buildah and Skopeo – Podman’s friends with benefits 2 – Lions, Tigers, and Containers – Oh My! Podman and Friends
Note At the time of writing, there appears to be a bug in Buildah that populates the cmd value unless we explicitly give it an empty value first. This can lead to unexpected behavior of the resulting image. According to…
Inspecting remote images using Skopeo – Lions, Tigers, and Containers – Oh My! Podman and Friends
Inspecting remote images using Skopeo Do you remember when we talked about the need to pull an image before you can inspect it? This was covered in the Creating handy-dandy utility containers recipe. Well, what if I told you that…
Installing OLAM – Navigating Ansible Waters
Installing OLAM Since the dawn of time we, as the human race, have tried to make things easier, quicker, and more efficient. However, I’m sure most of us have heard from our parents, “Never take shortcuts,” or “When I was…