Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does a development environment look like with containers? #35

Open
ehelms opened this issue Oct 15, 2024 · 1 comment
Open

What does a development environment look like with containers? #35

ehelms opened this issue Oct 15, 2024 · 1 comment

Comments

@ehelms
Copy link
Member

ehelms commented Oct 15, 2024

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.

@Odilhao
Copy link
Member

Odilhao commented Dec 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants