kubernetes

Production-Grade Container Scheduling and Management (by kubernetes)

Kubernetes Alternatives

Similar projects and alternatives to kubernetes

  1. Visual Studio Code

    Visual Studio Code

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. go

    2,277 kubernetes VS go

    The Go programming language

  4. React

    1,948 kubernetes VS React

    The library for web and native user interfaces.

  5. CPython

    1,521 kubernetes VS CPython

    The Python programming language

  6. terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

  7. prometheus

    The Prometheus monitoring system and time series database.

  8. Grafana

    455 kubernetes VS Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. hub-feedback

    Feedback and bug reports for the Docker Hub

  11. Ansible

    411 kubernetes VS Ansible

    Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

  12. k3s

    319 kubernetes VS k3s

    Lightweight Kubernetes

  13. helm

    The Kubernetes Package Manager

  14. gRPC

    223 kubernetes VS gRPC

    C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

  15. docker

    Discontinued Docker - the open-source application container engine (by microsoft)

  16. Jenkins

    194 kubernetes VS Jenkins

    Jenkins automation server

  17. examples

    177 kubernetes VS examples

    TensorFlow examples (by tensorflow)

  18. containerd

    An open and reliable container runtime

  19. Nomad

    Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.

  20. istio

    Connect, secure, control, and observe services.

  21. etcd

    85 kubernetes VS etcd

    Distributed reliable key-value store for the most critical data of a distributed system

  22. enhancements

    Enhancements tracking repo for Kubernetes

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better kubernetes alternative or higher similarity.

kubernetes discussion

Log in or Post with
  1. User avatar
    nikolay
    · about 1 year ago
    · Reply

    Review ★★★★★ 10/10

  2. User avatar
    2e228427
    · about 1 year ago
    · Reply

    Review ★★★★★ 10/10

kubernetes reviews and mentions

Posts with mentions or reviews of kubernetes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-06-29.
  • AWS open source newsletter, #211
    2 projects | dev.to | 29 Jun 2025
    Kubernetes version 1.33 introduced several new features and bug fixes, and AWS is excited to announce that you can now use Amazon Elastic Kubernetes Service (EKS) and Amazon EKS Distro to run Kubernetes version 1.33. Starting today, you can create new EKS clusters using version 1.33 and upgrade existing clusters to version 1.33 using the EKS console, the eksctl command line interface, or through an infrastructure-as-code tool. Kubernetes version 1.33 includes stable support for sidecar containers, topology-aware routing and traffic distribution, and consideration of taints and tolerations when calculating pod topology spread constraints, ensuring that pods are distributed across different topologies according to their specified tolerance. This release also adds support for user namespaces within Linux pods, dynamic resource allocation for network interfaces, and in-place resource resizing for vertical scaling of pods. To learn more about the changes in Kubernetes version 1.33, see our documentation and the Kubernetes project release notes.
  • Kubernetes: Binaries size reduction using dead code elimination
    1 project | news.ycombinator.com | 27 Jun 2025
  • 10+ Most Powerful GitHub Repos I Discovered in 2025 (You’ll Wish You Knew Sooner)
    8 projects | dev.to | 25 Jun 2025
    3. Kubernetes (kubernetes/kubernetes) – Container Orchestration at Scale
  • Autonomous SRE: Revolutionizing Reliability with AI, Automation, and Chaos Engineering
    4 projects | dev.to | 24 Jun 2025
    Self-Healing Pods/Containers: Platforms like Kubernetes inherently offer self-healing capabilities, automatically restarting or rescheduling unhealthy containers or pods to maintain desired service levels. This is fundamental to cloud-native resilience.
  • First Kubernetes Deployment with Minikube
    1 project | dev.to | 10 Jun 2025
    Kubernetes Kubernetes is a tool for orchestrating(managing) docker containers. With this tool you can deploy, scale and manage your containerized apps. Kubernetes commonly used in developing and production.
  • Syntactic Support for Error Handling
    10 projects | news.ycombinator.com | 3 Jun 2025
    Global settings are easy to check and verify and modern frameworks handle it for you, because there's all these knobs. (I agree it's waaay too many, but that's because there's a runtime and on top of that there's a process manager, and on top of that there's nginx/apache or other reverse proxy.)

    Sure, someone can write a Go library to wrap every low-level function to make sure there's some error handling, maybe with closures and generics it would be quite okay.

    In Go if you don't see the error handled you know it's not handled anywhere else. Great? Well, sure .. um, maybe? After all if you want to handle it you need to add error handling there. Consequently your code now is 3x as many lines and ~66% of it is returning errors upward. It's the new Assembly.

    (I don't think try-catch is good, I think that PHP's error handling is better despite try-catch.)

    Porting to Go (for reliability or otherwise), why? There are other languages out there! Especially if you spent the last decade learning about compile-time checks.

    I know that k8s (and tons of now-critical software) is written in Go, and it's not a pretty sight -- and instead of having better abstractions there's NASA-cargo-culting[0]. Linux is written in C. It does not make C a great choice for many reasons. (Go is definitely a better choice than C when it comes to memory safety for example, but I prefer Scala or Rust.)

    Facebook added their own typing to PHP (and tellingly called it Hack, of course).

    [0] https://github.com/kubernetes/kubernetes/blob/ec2e767e593953...

  • Why Golang Is Such a Powerful Language
    4 projects | dev.to | 2 Jun 2025
    Kubernetes is a system for managing containers. It helps you run apps across many servers. It handles scaling, failover, and more. It’s used by big tech companies and is one of the most important cloud tools today. Written in Go.
  • 12 Lựa Chọn Thay Thế Vercel Cần Xem Xét Vào Năm 2025
    5 projects | dev.to | 20 May 2025
    Kubernetes + Pipeline CI/CD
  • Is Go Worth Learning in 2025?
    3 projects | dev.to | 14 May 2025
    Cloud-Native Friendly: Lightweight and fast, Go apps fit perfectly into containerized environments like Docker and Kubernetes.
  • India Open Source Development: Harnessing Collaborative Innovation for Global Impact
    4 projects | dev.to | 4 May 2025
    Over the years, Indian developers have played increasingly vital roles in many international projects. From contributions to frameworks such as Kubernetes and Apache Hadoop to the emergence of homegrown platforms like OpenStack India, India has steadily carved out a global reputation as a powerhouse of open source talent.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Jul 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic kubernetes repo stats
796
116,365
10.0
2 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?