How does control plane <-> kubelet communication work?

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • kubeletctl

    A client for kubelet

  • The Kubelet has a REST API which the API server calls for some functions (mentioned in Docs here https://kubernetes.io/docs/concepts/architecture/control-plane-node-communication/#api-server-to-kubelet). The API isn't very well documented but there's a project called kubeletctl (https://github.com/cyberark/kubeletctl) which implements a client for it, so has some docs.

  • kubebuilder

    Kubebuilder - SDK for building Kubernetes APIs using CRDs

  • You can learn a lot about the internals of k8s by writing an operator. Use https://github.com/kubernetes-sigs/kubebuilder and study the generated code and the generators themselves. Understand the client types and the apis you implement, it’ll expose you to the GVK ( group, version, kind) and the api verbs i.e. get, post, put, patch, delete, watch. Watch is the most unique part of the k8s api as it’s a subscribe-able stream of changes to a resource.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • How I ended up using Colima for Docker on Apple Silicon

    3 projects | dev.to | 3 May 2024
  • Introduction to the Kubernetes ecosystem

    7 projects | dev.to | 25 Apr 2024
  • Can I scale my dockerized Flask solution with Kubernetes?

    2 projects | dev.to | 6 Apr 2024
  • Google to Discontinue Skaffold

    1 project | news.ycombinator.com | 2 Apr 2024
  • Podman 5.0 has been released

    2 projects | news.ycombinator.com | 26 Mar 2024