Change the repository type filter
All
Repositories list
79 repositories
k8s.io
PublicCode and configuration to manage Kubernetes project infrastructure, including various *.k8s.io siteskubernetes
PublicProduction-Grade Container Scheduling and Management- Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
- Test infrastructure for the Kubernetes project.
- Library for writing a Kubernetes-style API server.
code-generator
PublicGenerators for kube-like API types- Go client for Kubernetes.
- Kubernetes Cloud Provider for vSphere https://cloud-provider-vsphere.sigs.k8s.io
- Run Kubernetes locally
kubectl
PublicIssue tracker and mirror of kubectl code- The canonical location of the Kubernetes API definition.
enhancements
PublicEnhancements tracking repo for Kubernetes- kube-scheduler component configs
- Kubernetes Pod Security Standards implementation - https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/2579-psp-replacement/README.md
- Package mount defines an interface to mounting filesystems.
- 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.
- kubelet component configs
cri-client
Public- Sample kubectl plugin
cli-runtime
PublicSet of helpers for creating kubectl commands and plugins.- Kubernetes metrics-related API types and clients
- API server for API extensions like CustomResourceDefinitions
- Repository for sample controller. Complements sample-apiserver