Guys I am very new to openshift , I have an Azure Redhat Openshift Cluster deployed and have access to web console as administrator.
I have deployed a sample application inside Openshift cluster using Builtin S2I mode by directly providing the github url and the app is deployed succesfully.
Now my requirement is to implement DNSConfig and Ingress/Egress NetworkPolicy.
I am very new and couldn't understand what exactly is DNSConfig and Ingress/Egress NetworkPolicy .
can someone please explain me what are those and how can we implement those to my demo application that is deployed in that Azure openshift console.
Please help.
Thanks in Advance.
Your best bet would be to get familiar with the official docs.
Pod's DNS Config:
Network Policies:
These topics are being explained in more detail in the linked documentations. You can also find some examples that will help you implement it in your use case.