Which two functions are provided by the NSX Container Rug-in (NCP)? (Choose two.)
Correct Answer: A,C
Explanation
NCP provides the following functionalities:
* Automatically creates an NSX-T Data Center logical topology for a Kubernetes cluster, and creates a separate logical network for each Kubernetes namespace.
* Implements Kubernetes Ingress with NSX-T layer 7 load balancer
* Connects Kubernetes pods to the logical network, and allocates IP and MAC addresses.
* Supports network address translation (NAT) and allocates a separate SNAT IP for each Kubernetes namespace.Note:When configuring NAT, the total number of translated IPs cannot exceed 1000.
* Implements Kubernetes network policies with NSX-T Data Center distributed firewall.
* Implements Kubernetes service of type ClusterIP and service of type LoadBalancer.