How To Luigi Ipvlan
IPVLAN
Create Network Attach Definition ipvlan type
apiVersion: "k8s.cni.cncf.io/v1"
kind: NetworkAttachmentDefinition
metadata:
name: whereabouts-ipvlan-conf-1
spec:
config: '{
"cniVersion": "0.3.0",
"name": "ipvlan-conf-1",
"type": "ipvlan",
"master": "eth2",
"mode": "l2",
"ipam": {
"type": "whereabouts",
"range": "192.168.70.0/24",
"range_start": "192.168.70.20",
"range_end": "192.168.70.50",
"gateway": "192.168.70.1"
}
}'Network Attach Definition Validation ipvlan type
Create Pods with ipvlan interfaces
Pod Definitions with 2 interfaces
Validate Pods Creation with ipvlan interfaces
East-West ipvlan traffic
North-South ipvlan traffic:
Last updated
Was this helpful?
