-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
Existing Issues
- I have searched the existing issues
Related Problem
I'm waiting on UniFi to release the BGP feature for UDM SE, they made a reference into their Network 8.1.113 release, planned to be released with Network 8.2. Once released, I will be able to test and implement Cilium's BGP Control Plane.
Solution Implementation
Implementation example, to expose kube-apiserver:
apiVersion: v1
kind: Service
metadata:
annotations:
io.cilium/lb-ipam-ips: 192.168.4.15
name: cilium-api-server
namespace: kube-system
spec:
externalTrafficPolicy: Local
loadBalancerClass: io.cilium/bgp-control-plane
ports:
- name: https
port: 443
protocol: TCP
targetPort: 6443
selector:
k8s-app: kube-apiserver
tier: control-plane
type: LoadBalancer
Solution Alternatives
No response
Anything Else
No response
Code of Conduct
- I agree to follow project's Code of Conduct