Definitions of key Chkk terms to help you navigate our platform and docs
MySQL
,
PostgreSQL
and
Redis
These provide database services to Application Stacks.
Kafka
and
NATS
These provide message queueing and event streaming services to Application
Stacks.
ArgoCD
,
FluxCD
Both are Kubernetes Custom Controllers that provide
provide GitOps and CI automation services to Application Stacks running on
Kubernetes.
ArgoRollouts
and
Flagger
Both are Kubernetes Custom Controllers that provide
progressive delivery services for Application Stacks running on Kubernetes.
Crossplane
and
ACK S3 Controller
Both are Kubernetes Custom Controllers that provide
cloud resources and service integrations to Application Stacks.
helm
Package System to format its artifacts (called “charts”).
CoreDNS
and kube-dns
They provide cluster DNS services, a critical but optional functionality of
the Kubernetes cluster used for service discovery.
Amazon VPC CNI
, Cilium
and
Calico
They provide implementations of Kubernetes data plane networking and
Container Networking Interface (CNI) plugins.
Amazon EBS CSI Driver
and
AzureDisk CSI Driver
They provide implementations of the Container Storage Interface (CSI)
plugin for plumbing Kubernetes Volumes to a cloud provider-specific storage
backend.
Ingress NGINX controller
and
AWS Load Balancer Controller
They provide implementations of Kubernetes Service and Ingress
functionality, which are core Kubernetes Resources.
Kubernetes Metrics Server
and
kube-state-metrics
They provide cluster-level aggregation of resource usage and resource health
metrics that are used by other Kubernetes components like Horizontal Pod
Autoscaler and Vertical Pod Autoscaler.
External Secrets Operator
Despite being called an “Operator”, the External Secrets Operator is not a
Kubernetes Operator because it does
not install or manage the lifecycle of some other Kubernetes Add-on or
Application Service. However, it is a Kubernetes Add-on because it implements
storage functionality for Kubernetes Secrets and therefore extends the
Kubernetes cluster’s functionality.
Postgres Operator
A Kubernetes Custom Controller
that manages the installation and lifecycle of PostgreSQL database servers,
database schemas and database users.
Prometheus Operator
Manages the installation and lifecycle of Prometheus metrics database and
associated Application Services like Prometheus Alertmanager.
OpenTelemetry (OTEL) Operator
Manages the installation, lifecycle management and configuration of
OpenTelemetry collectors and auto-instrumentation libraries.
major
or major.minor
version series, e.g. “4” or “1.28”, however this is not universally true. Some
Projects use date-based names for the release series, like “2024.04”.