Discussion over Mail:
As we discussed in the call, will use the vserver to update the pod information in AAI (no.of pods = no.of vservers).
For IP will use the l-interface in the vserver, and currently we are suggesting five fields to be add to AAI, as shown in below (Marked in RED).
Please let me know, if I need to modify/change anything. So that we can finalize the AAI model for the POD.
View file | ||||
---|---|---|---|---|
|
Code Block | ||||
---|---|---|---|---|
| ||||
apiVersion: v1
kind: Service
metadata:
name: packetgen-service
labels:
app: packetgen
chart: packetgen
release: profile1
spec:
selector:
app: packetgen
release: profile1
ports:
- port: 2831
nodePort: 30831
protocol: TCP
targetPort: 2831
type: NodePort |