Blog: KWOK: Kubernetes WithOut Kubelet

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
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
featured
  1. kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

    One of the use cases mentioned here is testing. One should also look at kind [1]. It is light weight, a really good candidate to setup dev environments.

    [1] https://kind.sigs.k8s.io/

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. k0s

    k0s - The Zero Friction Kubernetes

  4. k3d

    Little helper to run CNCF's k3s in Docker

  5. kubevirt

    Kubernetes Virtualization API and runtime in order to define and manage virtual machines.

    Docker Desktop runs dockerd in a Linux VM with Apple's hypervisor framework. You can also run containers in a Linux VM with Parallels or VMware Fusion hypervisors. But you can't run VMs inside those VMs as it stands today. This works fine on Intel Macs which means you can't experiment and use KVM - one of the killer features of Linux and things like https://kubevirt.io/

  6. amazon-vpc-cni-k8s

    Networking plugin repository for pod networking in Kubernetes using Elastic Network Interfaces on AWS

    I believe you're correct, although pedantically that would only apply if one is using their vpc-cni <https://github.com/aws/amazon-vpc-cni-k8s#readme> and not with a competing CNI. Kubelet offers a configurable for the number of Pods per Node <https://github.com/kubernetes/kubelet/blob/v0.26.2/config/v1...> which defaults to 110 for what I would presume is CIDR or pid cgroups reasons and thus is unlikely to differ by instance size as the ENI limit you mention does (IIRC)

  7. kubelet

    kubelet component configs

    I believe you're correct, although pedantically that would only apply if one is using their vpc-cni <https://github.com/aws/amazon-vpc-cni-k8s#readme> and not with a competing CNI. Kubelet offers a configurable for the number of Pods per Node <https://github.com/kubernetes/kubelet/blob/v0.26.2/config/v1...> which defaults to 110 for what I would presume is CIDR or pid cgroups reasons and thus is unlikely to differ by instance size as the ENI limit you mention does (IIRC)

  8. amazon-eks-ami

    Packer configuration for building a custom EKS AMI

    # of pods are essentially capped by the worker node choice.

    below excerpt from: https://github.com/awslabs/amazon-eks-ami/blob/master/files/...

      # Mapping is calculated from AWS EC2 API using the following formula:

  9. 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.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A skeptic's first contact with Kubernetes

    8 projects | news.ycombinator.com | 28 Jul 2024
  • Control your role! Kubernetes RBAC explored

    1 project | dev.to | 27 Jul 2023
  • Setting up a single or multi-Node Cluster on KinD

    2 projects | dev.to | 11 Jul 2023
  • K0smotron: Running Kubernetes-in-Kubernetes

    1 project | /r/kubernetes | 2 Jun 2023
  • Kind Cluster maxing out my Macs storage

    1 project | /r/kubernetes | 10 May 2023