General Pod
Overview
Node type pod represents a general k8s Pod.
Configuration
Example
Below example shows a lab with two pod node using differnet image and command, also assign an ip address to the connecting interface for link-1
Persistent storage
Each pod node has a PVC mounted on /root, the size could be specified via pvcSize, default value is 100M.
Interface IP address and Routes
Optionally, a list of IP address could be assigned to the link interface via addrs field in the link spec; and also optionally a list of static routes could be specified using the interface as the egress, via routes field in format as <prefix> via <nexthop>;
CPU & Memory
CPU and memory of the pod could be specified in the node spec, by default there is no cpu and memory request.