Change the repository type filter
All
Repositories list
79 repositories
- Code and configuration to manage Kubernetes project infrastructure, including various *.k8s.io sites
- Meta configuration for Kubernetes Github Org
- Kubernetes community content
- Kubernetes Pod Security Standards implementation - https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/2579-psp-replacement/README.md
- Issue tracker and mirror of kubectl code
kube-controller-manager
Publickube-controller-manager component configs- cloud-provider defines the shared interfaces which Kubernetes cloud providers implement. These interfaces allow various controllers to integrate with any cloud provider in a pluggable fashion. Please file any issues against the main Kubernetes repo.
- This repo is intended to contain common public library code for kube-controller-manager, cloud-controller-manager as well as any other controller managers which people build.
- kube-scheduler component configs
kubelet
Publickubelet component configscri-client
Publiccri-api
PublicContainer Runtime Interface (CRI) – a plugin interface which enables kubelet to use a wide variety of container runtimes.- kube-proxy component configs
apiextensions-apiserver
PublicAPI server for API extensions like CustomResourceDefinitions- Reference implementation of an apiserver for a custom Kubernetes API.
- Aggregator for Kubernetes-style API servers: dynamic registration, discovery summarization, secure proxy
apiserver
PublicLibrary for writing a Kubernetes-style API server.- Kubernetes KMS implementation
- Shared code for kubernetes core components
- Generators for kube-like API types
- The canonical location of the Kubernetes API definition.
apimachinery
Public- Kubernetes Cloud Provider for vSphere https://cloud-provider-vsphere.sigs.k8s.io
kubernetes
PublicProduction-Grade Container Scheduling and Management- Ingress NGINX Controller for Kubernetes