| ▲ | Lutger an hour ago | |||||||||||||
Everything runs in the container and cannot escape it. Its like a sandbox. You have to make sure you're not putting any secrets in the container environment. | ||||||||||||||
| ▲ | roozbeh18 19 minutes ago | parent | next [-] | |||||||||||||
You are just reducing the blast radius with use of podman; you will likely need secrets for your app to work, which will be exposed regardless of the podman approach. | ||||||||||||||
| ||||||||||||||
| ▲ | mlnj 33 minutes ago | parent | prev | next [-] | |||||||||||||
>You have to make sure you're not putting any secrets in the container environment. How does this work exactly? containers still need env vars and access to databases and cloud environments. Without these the container is just useless isolated pod. | ||||||||||||||
| ||||||||||||||
| ▲ | moffkalast 40 minutes ago | parent | prev [-] | |||||||||||||
All right then, keep your secrets. | ||||||||||||||