QuestionQ32

Cloud Orchestration with Kubernetes

Which Kubernetes resource specifies the traffic permitted to reach a Pod?

  • A SecurityGroup
  • B NetworkPolicy
  • C Ingress
  • D IPAM
Explanation

A NetworkPolicy selects Pods and defines the ingress traffic that is allowed to reach them (as well as optional egress traffic). Its enforcement requires a network plugin that supports NetworkPolicy. Kubernetes NetworkPolicy API reference

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!