Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.Learn more →
Community Alternatives
Similar projects and alternatives to community
CodeRabbit
CodeRabbit: AI Code Reviews for Developers.Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
InfluxDB
InfluxDB high-performance time series database.Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
karpenter-provider-aws
Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
gateway-api
Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
cri-api
Container Runtime Interface (CRI) – a plugin interface which enables kubelet to use a wide variety of container runtimes.
SaaSHub
SaaSHub - Software Alternatives and Reviews.SaaSHub helps you find the best software and product alternatives
community discussion
community reviews and mentions
- Yoke Is Cool
For Kubernetes, at least, the rationale is given here:
https://github.com/kubernetes/community/blob/master/contribu...
- The Kubernetes Cloud Controller Manager
SIG Cloud Provider
- Kubernetes and Cloud Native Associate (KCNA) Exam Guide
Community & Governance in K8s (K8s GitHub)
- Securing Git Repositories with Gittuf
Said audience member here. "The Kubernetes project" includes a bit more than just https://github.com/kubernetes/kubernetes, but yes that's accurate.
Here's our GCP spend for the past month: https://imgur.com/a/VVJTSKx. Note that does not include a separate AWS cluster that we are migrating jobs too.
A large chunk of this comes from the nature of distributed tests. We need to reproduce the environment, spin up compute, etc. We do have a large problem with flaky tests on the project as well. Whether that's timeouts, memory/cpu consumption creep over time, loads of other things. We talk about how one day we'd like to get to the granulairty of being able to go to a SIG and say, "this flaky test of yours is costing the project $x in retries. Please dedicate some resources to fix it".
How we distribute the artifacts is a whole different conversation. The container world is unique in that voluntary mirrors are not as possible as with linux packages and other binaries.
If this space interests you please join us at either [SIG K8s Infra](https://github.com/kubernetes/community/tree/master/sig-k8s-...) or [SIG Testing](https://github.com/kubernetes/community/blob/master/sig-test...)!
- Complexity by Simplicity - A Deep Dive Into Kubernetes Components
Multiple container runtimes are supported, like conatinerd, cri-o, or other CRI compliant runtimes.
- Development in horizontal pod autoscaler
- A Comprehensive Guide to API Gateways, Kubernetes Gateways, and Service Meshes
More recently, the Kubernetes SIG Network has been evolving the Gateway API to support service meshes.
- What Rust can learn from Kubernetes governance?
https://github.com/kubernetes/kuberneteshttps://www.kubernetes.dev/resources/calendar/https://github.com/kubernetes/community/blob/master/governance.mdhttps://github.com/kubernetes/steeringhttps://github.com/kubernetes/community/blob/master/sig-list.md
- How Kubernetes computes CPU utilization for HPA?
According to this doc it takes the average of CPU utilization of a pod (average across the last 1 minute) divided by the CPU requested by the pod. Then it computes the arithmetic mean of all the pods' CPU.
- How to get the resource usage of a pod in Kubernetes?
metrics-server has not supported kubectl top Resource Metrics API
- A note from our sponsor - CodeRabbitcoderabbit.ai|2 Apr 2025
Stats
kubernetes/communityis anopen source project licensed underApache License 2.0whichis an OSI approved license.
The primary programming language of community isJupyter Notebook.