Kubernetes 是一个在 GitHub 上拥有广泛公共存在的组织,专注于生产级容器调度和管理。其主要编程语言包括 Go 和 Shell,拥有多个知名项目,如 kubernetes 和 minikube。这些项目为开发人员提供了丰富的资源和工具,以便更好地使用 Kubernetes。
Production-Grade Container Scheduling and Management
Run Kubernetes locally
Ingress NGINX Controller for Kubernetes
Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
Kubernetes community content
Convert Compose to Kubernetes
Go client for Kubernetes.
Autoscaling components for Kubernetes
Kubernetes application example tutorials
Add-on agent to generate and expose cluster-level metrics.
Kubernetes website and documentation repo:
Test infrastructure for the Kubernetes project.
Aggregator for issues filed against kubeadm
Enhancements tracking repo for Kubernetes
Repository for sample controller. Complements sample-apiserver
This is a place for various problem detectors running on the Kubernetes nodes.
Issue tracker and mirror of kubectl code
A sidecar app which clones a git repo and keeps it in sync with the upstream.
Generators for kube-like API types
Ingress controller for Google Cloud
Kubernetes DNS service
Performance tests and benchmarks
Code and configuration to manage Kubernetes project infrastructure, including various *.k8s.io sites
此仓库未提供描述。
The canonical location of the Kubernetes API definition.
Library for writing a Kubernetes-style API server.
此仓库未提供描述。
Repo for SIG release
Reference implementation of an apiserver for a custom Kubernetes API.
gengo library for code generation.
Archive of Kubernetes Design Proposals
Leveled execution logs for Go (fork of https://github.com/golang/glog)
Kubernetes metrics-related API types and clients
This project is the repo for registry.k8s.io, the production OCI registry service for Kubernetes' container image artifacts
Release infrastructure for Kubernetes and related components
Container Runtime Interface (CRI) – a plugin interface which enables kubelet to use a wide variety of container runtimes.
Cloud provider for AWS
kubelet component configs
Non-Kubernetes-specific utility libraries which are consumed by multiple projects.
CloudProvider for Alibaba Cloud
Kubernetes OpenAPI spec generation & serving
Set of helpers for creating kubectl commands and plugins.
Sample kubectl plugin
Meta configuration for Kubernetes Github Org
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.
Kubernetes Cloud Provider for vSphere https://cloud-provider-vsphere.sigs.k8s.io
Aggregator for Kubernetes-style API servers: dynamic registration, discovery summarization, secure proxy
API server for API extensions like CustomResourceDefinitions
Process documentation, non-code deliverables, and miscellaneous artifacts of Kubernetes SIG Security
A template for starting new projects on the github.com/kubernetes organization
kube-proxy component configs
kube-scheduler component configs
Kubernetes Security Process and Security Committee docs
cloud-provider-gcp contains several projects used to run Kubernetes in Google Cloud
Shared code for kubernetes core components
kube-controller-manager component configs
Kubernetes Pod Security Standards implementation - https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/2579-psp-replacement/README.md
The Kubernetes Steering Committee
Kubernetes repository infrastucture tools
Code behind the robot to publish from staging to real repositories.
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.
Code for kubernetes.dev
Package mount defines an interface to mounting filesystems.
This repository hosts the legacy in-tree cloud providers. Out-of-tree cloud providers can consume packages in this repo to support legacy implementations of their Kubernetes cloud provider.
此仓库未提供描述。
A set of system-oriented validators for kubeadm preflight checks.
此仓库未提供描述。
Kubernetes KMS implementation
Sample of how to build a cloud provider repo. This will build a Kubernetes image which deploys on bare metal. It uses the fake cloud provider. It consumes the K8s/K8s build artifact and adds to it the Cloud Controller Manager and CSI Daemon Set.
High-level helpers for Kubernetes components
此仓库未提供描述。
Staging repo for CSI Migration/Translation libraries
此仓库未提供描述。
Container Runtime Interface client implementation
此仓库未提供描述。
Home for SIG Testing discussion and documents.
Synced from kubernetes/kubernetes/staging/externaljwt, this repository contains proto APIs and plugins which enable integrating with external services for JWT signing and key management.
Default files for all repos in the Kubernetes GitHub org
Dedicated staging module for the Kubernetes CRI streaming server (exec, attach, portforward), extracted from kubernetes/kubernetes/staging/cri-streaming so container runtime implementors can depend on it without pulling in the full kubelet module surface.
Dedicated staging module for Kubernetes HTTP streaming transport primitives — SPDY connections, WebSocket channel helpers, and stream upgrade negotiation — extracted from kubernetes/kubernetes/staging/streaming to serve as the canonical shared dependency for client-go, apiserver, kubectl, and CRI streaming.
kubernetes 在 GitHub 上构建了多个与容器管理和调度相关的项目,包括 kubernetes、minikube 和 kops。这些项目帮助用户在多种环境中有效地部署和管理 Kubernetes。
kubernetes 主要使用 Go 和 Shell 编程语言,同时也涉及 HTML、Jupyter Notebook、HCL 和 Makefile。这些语言为其项目提供了灵活性和功能性。
是的,kubernetes 的所有仓库都是公开的,任何人都可以访问和贡献。这使得开发者能够参与社区,并利用其丰富的资源进行学习和开发。