kind

Kubernetes IN Docker - local clusters for testing Kubernetes (by kubernetes-sigs)

Kind Alternatives

Similar projects and alternatives to kind

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

kind discussion

Log in or Post with

kind reviews and mentions

Posts with mentions or reviews of kind. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-20.
  • Testing in KinD: Using Testkube with Kubernetes in Docker
    1 project | dev.to | 21 Oct 2024
    As the name suggests, Kubernetes in Docker, KinD allows you to run Kubernetes clusters locally using Docker. Each Kubernetes node is represented by a Docker container, which uses Docker’s underlying networking and storage capabilities to simulate a realistic Kubernetes setup.
  • Secure Your Kubernetes Applications with Self-Signed Certificates
    1 project | dev.to | 29 Sep 2024
    We can leverage Kind’s extraPortMapping config option when creating a cluster to forward ports from the host to an ingress controller running on a node.
  • Docker Desktop Alternative
    6 projects | news.ycombinator.com | 20 Sep 2024
    You should check out https://kind.sigs.k8s.io/ and https://k0sproject.io
  • Kubectl Apply vs. Create: Understanding the Difference
    1 project | dev.to | 21 Aug 2024
    First, make sure that you have a Kubernetes cluster up and running. If you don’t have a cluster, go ahead and install kind or minikube to get access to a local Kubernetes cluster.
  • SREBench Competition
    1 project | news.ycombinator.com | 16 Aug 2024
  • How to Reproduce Kubernetes Node-pressure Eviction Locally
    2 projects | dev.to | 15 Aug 2024
    Now, I need to reproduce this issue. The key point is that since these two types of Evictions behave differently, I cannot use kubectl drain or similar commands to reproduce the scenario. I need to specifically create a Node-pressure Eviction. However, I don't have a cluster to use; I do all my development on my personal computer, making it difficult to reproduce the issue. When developing Kubernetes applications locally, most people use minikube, kind, or k3d. Since I need a multi-node environment, minikube is excluded. Although it now supports multiple nodes, it's still more commonly used for single-node scenarios. Both kind and k3d use Docker containers as Kubernetes nodes. My operating system is Linux Mint, and Docker runs natively, unlike macOS where Docker runs in a virtual machine. Because the resources (memory, disk, etc.) are shared between Docker and my local machine, if I do create a Node-pressure scenario, my computer might become unusable.
  • ASP.NET Web API ile Kubernetes Üzerinde Kesintisiz Deployment Kurgusu
    1 project | dev.to | 27 Jul 2024
    kind create cluster --config .\kind-config\kind-cluster.yaml Creating cluster "kind" ... βœ“ Ensuring node image (kindest/node:v1.30.0) πŸ–Ό βœ“ Preparing nodes πŸ“¦ πŸ“¦ πŸ“¦ πŸ“¦ βœ“ Writing configuration πŸ“œ βœ“ Starting control-plane πŸ•ΉοΈ βœ“ Installing CNI πŸ”Œ βœ“ Installing StorageClass πŸ’Ύ βœ“ Joining worker nodes 🚜 Set kubectl context to "kind-kind" You can now use your cluster with: kubectl cluster-info --context kind-kind Have a question, bug, or feature request? Let us know! https://kind.sigs.k8s.io/#community πŸ™‚
  • Monitoring a Kubernetes Cluster using Prometheus and Grafana with Helm
    1 project | dev.to | 23 Jul 2024
    Kubernetes Cluster: Ensure you have access to a Kubernetes cluster where you can deploy applications. You can set it up locally using KinD/Minikube or use one hosted on the cloud.
  • How to add Kubernetes-powered leader election to your Go apps
    2 projects | dev.to | 19 Jul 2024
    To test this, lets spin up a test cluster using kind.
  • Log and trace management made easy. Quickwit Integration via Glasskube
    3 projects | dev.to | 1 Jul 2024
    Access to a Kubernetes cluster (you can easily create a local cluster by using Minikube or Kind)
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Stats

Basic kind repo stats
201
13,573
9.2
about 1 month ago

kubernetes-sigs/kind is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of kind is Go.


Sponsored
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.
coderabbit.ai

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