Hello. In the exam they give us several network policies and a pod and they say we cannot edit, create or delete the existing network policy, we just can work with the pod (it says to udpate the pod only)
Exactly, there are 3 yaml files (pod, service and ingress). To address this issue, you need to change the exact name of the service name which is not accurate.
how do we understand from the question when port number is given should it be target port or just the port ? why did you mention the target port as 80 ?
--port is for other kubernetes services to access the service --targerPort is for pod where the service port-forwarding the traffic 80 is default port for nginx.
Yes. i got a question relating to ingress resources. You may want to expanciate more on this aspect
Thank you for this information, could you share more details on my email I’d anishrana2001@rediffmail.com
Hello. In the exam they give us several network policies and a pod and they say we cannot edit, create or delete the existing network policy, we just can work with the pod (it says to udpate the pod only)
Then add the labels in the pod as per policy.... Simple
Hi I had question of Ingress ( broken) , they give 3 files and it said ingress not working fix it ,
Exactly, there are 3 yaml files (pod, service and ingress). To address this issue, you need to change the exact name of the service name which is not accurate.
how do we understand from the question when port number is given should it be target port or just the port ? why did you mention the target port as 80 ?
Please specify the question
--port is for other kubernetes services to access the service
--targerPort is for pod where the service port-forwarding the traffic
80 is default port for nginx.