https://github.com/kubernetes/kube-proxy
kube-proxy component configs
https://github.com/kubernetes/kube-proxy
k8s-staging
Last synced: 10 months ago
JSON representation
kube-proxy component configs
- Host: GitHub
- URL: https://github.com/kubernetes/kube-proxy
- Owner: kubernetes
- License: apache-2.0
- Created: 2018-09-06T23:22:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-09-10T17:08:02.000Z (11 months ago)
- Last Synced: 2025-09-10T21:37:17.060Z (11 months ago)
- Topics: k8s-staging
- Language: Go
- Homepage:
- Size: 2.39 MB
- Stars: 194
- Watchers: 18
- Forks: 96
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
README
> ⚠️ **This is an automatically published [staged repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**.
> Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes).
> This repository is read-only for importing, and not used for direct contributions.
> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
# kube-proxy
## Coming Soon!
Implements https://github.com/luxas/community/blob/master/keps/sig-cluster-lifecycle/0014-20180707-componentconfig-api-types-to-staging.md#kube-proxy-changes
It provides
* Provide a versioned API for configuring kube-proxy.
## Compatibility
HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and k8s.io/client-go.
## Where does it come from?
`kube-proxy` is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kube-proxy.
Code changes are made in that location, merged into `k8s.io/kubernetes` and later synced here.