ansible / awx-operator

An Ansible AWX operator for Kubernetes built with Operator SDK and Ansible. 🤖
https://www.github.com/ansible/awx
Apache License 2.0
1.24k stars 627 forks source link

Networkpolicy implementation #1633

Open MikeAnders168 opened 11 months ago

MikeAnders168 commented 11 months ago

Please confirm the following

Feature Summary

To secure both awx and other resources within a cluster it would be nice to have networkpolicies managed by the community. This as between releases there are frequent changes to how the pod structure look like in addition to which labels are used (even if custom once can be set).

This would make sure that both awx resources and other resources within a cluster can be better protected.

fosterseth commented 11 months ago

Hi! interesting idea

would you be able to create a PR to implement this and we can carry on the discussion there?