You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With our standard deployment, using Puppet, we have a hybrid development environment that mixes git + backends to mimic as close as possible a production deployment. If our primary deployment are containers, we will need to have a model that allows that same general idea for developers to develop as close as possible to the container installation model.
The text was updated successfully, but these errors were encountered:
I'm using podman pods when I need to debug something on Foreman and Katello, why pods? Because with pods I'm able to create one foreman/katello container and another container with pgsql without the need to install postgres stuff in the base image, the containers can talk to each other using the pod name.
It's possible to create container pods using quadlets as well.
With our standard deployment, using Puppet, we have a hybrid development environment that mixes git + backends to mimic as close as possible a production deployment. If our primary deployment are containers, we will need to have a model that allows that same general idea for developers to develop as close as possible to the container installation model.
The text was updated successfully, but these errors were encountered: