nerdexam
Huawei

H12-921_V1.0 · Question #47

Which of the following descriptions of Kubernetes' network solution, Macvlan, is wrong?

The correct answer is C. The Macvlan scheme naturally supports automatic assignment of container IP addresses. Macvlan is one of the features of Linux Kernel, and it is also a network solution that can be natively supported by Docker, which is configured through Macvlan for container networks and host networks Containers have the same network capabilities as hosts, and cross-node…

Data Center Network Virtualization Technologies

Question

Which of the following descriptions of Kubernetes' network solution, Macvlan, is wrong?

Options

  • AMacvlan is one of the features of Linux Kernel, and it is also a network solution that can be natively
  • BMACVLAN requires the physical NIC to support promiscuous mode, the container gateway is on
  • CThe Macvlan scheme naturally supports automatic assignment of container IP addresses
  • DMacvlan is an L2 bridging scheme

How the community answered

(47 responses)
  • A
    9% (4)
  • B
    6% (3)
  • C
    83% (39)
  • D
    2% (1)

Explanation

Macvlan is one of the features of Linux Kernel, and it is also a network solution that can be natively supported by Docker, which is configured through Macvlan for container networks and host networks Containers have the same network capabilities as hosts, and cross-node container access does not require NAT. Macvlan can be used on one of the host's network interfaces either Multiple virtual network interfaces are configured on the VLAN sub-interfaces for use by the container, and these virtual network interfaces have independent MAC addresses and IP addresses. ?Macvlan requires a physical NIC to support promiscuous mode, and the container gateway is on the physical switch, which has the disadvantage of not having IPAM (IP Address Mangement) and container IP Rely on manual configuration and management.

Topics

#Kubernetes#Macvlan#container networking#promiscuous mode

Community Discussion

No community discussion yet for this question.

Full H12-921_V1.0 Practice