You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to expose bond interface ip as external IP to a kubernetes service.
I have a Pod in default namespace that is attached with 8 SRIOV VFs. These VFs in the Pod are aggregated as a bond interface (bond0). I am able to reach to bond interface from the physical ports. But the traffic is not being routed from bond interface to kubernetes service endpoint.
Is it possible to achieve such usecase ?
Below are the configurations that i use.
http-service.yaml
apiVersion: v1
kind: Service
metadata:
name: http-service
labels:
app.kubernetes.io/name: http-server
spec:
externalIPs:
- 10.21.52.224 # Replace with your desired external IP address
selector:
app.kubernetes.io/name: http-server
ports:
- protocol: TCP
port: 8010
targetPort: 443
I am trying to expose bond interface ip as external IP to a kubernetes service.
I have a Pod in default namespace that is attached with 8 SRIOV VFs. These VFs in the Pod are aggregated as a bond interface (bond0). I am able to reach to bond interface from the physical ports. But the traffic is not being routed from bond interface to kubernetes service endpoint.
Is it possible to achieve such usecase ?
Below are the configurations that i use.
http-service.yaml
bond-cni.yaml NAD:
SRIOV VF 0 NAD yaml: ( in the same way, 1-7 NADs are created)
Pod_spec.yaml:
The text was updated successfully, but these errors were encountered: