Kubernetes Architecture

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cni

    Container Network Interface - networking for Linux containers

  • The CNI is language-agnostic and there are many different plugins available.

  • Fluentd

    Fluentd: Unified Logging Layer (project under CNCF)

  • Currently, there is no cluster-wide logging. Fluentd can be used to have a unified logging layer for the cluster.

  • 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
  • prometheus

    The Prometheus monitoring system and time series database.

  • run kubectl top to get the metrics of a K8s component. If needed Prometheus can be deployed to gather metrics from nodes and applications.

  • kubernetes

    Production-Grade Container Scheduling and Management

  • Kubernetes is an open-source system for automating deployment, scaling and management of containerized applications.

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