https://github.com/jpoon/kubernetes-udp
Simple UDP workload to run on Kubernetes
https://github.com/jpoon/kubernetes-udp
azure kubernetes udp
Last synced: 2 months ago
JSON representation
Simple UDP workload to run on Kubernetes
- Host: GitHub
- URL: https://github.com/jpoon/kubernetes-udp
- Owner: jpoon
- License: mit
- Created: 2017-05-05T20:59:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T15:05:13.000Z (over 6 years ago)
- Last Synced: 2025-03-25T15:34:50.972Z (3 months ago)
- Topics: azure, kubernetes, udp
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 8
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubernetes-udp
Simple UDP workload to run on Kubernetes
## Background
**Update:** Fix has been checked into Kubernetes. We'll have support of exposing UDP on Azure coming in 1.7. Fix has been cherry-picked to 1.6.5 (https://github.com/kubernetes/kubernetes/pull/46174).
--
Azure CloudProvider does not support exposing UDP through the Azure Load Balancer (https://github.com/kubernetes/kubernetes/issues/43683).
Cole Mickens is working on a fix (https://github.com/colemickens/kubernetes/commit/84a7250aab89a197aaafa5a065e3d5093bc33ee0) and has pushed out a private build:
docker.io/colemickens/hyperkube-amd64:cmpr-cpfixTo use, ssh into the k8s master and update the `controller-manager` manifest found in `/etc/kubernetes/manifests`.