Kubernetes
Kubernetes is a powerful, extensible platform designed to manage and orchestrate containerized applications (such as those packaged with Docker). It provides a consistent way to deploy, scale, monitor, and maintain applications across clusters of machines—whether physical, virtual, on-premises, or in the cloud. Kubernetes automates key operational tasks such as:
Scaling applications automatically based on resource usage or demand
Load balancing incoming traffic between running services
Rolling updates and rollbacks for zero-downtime deployments
Self-healing, automatically restarting or rescheduling failed containers or pods
Resource management, ensuring workloads get the CPU/memory they need
Kubernetes is commonly used for microservices architectures, where applications are decomposed into smaller, independent components that can be deployed and updated individually. These components include Pods, Containers, Nodes, StatefulSets, Persistent Volumes, Persistent Volume Claims, and more.
For KAPPA-Automate, Kubernetes serves as the underlying platform hosting and managing the entire KAPPA-Automate infrastructure. It is responsible for orchestrating:
Nodes – the machines in the cluster
Pods – the smallest deployable units that run the application components
Containers – the microservices and workloads inside each Pod
StatefulSets – for managing stateful components where identity and storage persistence matter
Persistent Volumes (PVs) – storage resources available to the cluster
Persistent Volume Claims (PVCs) – storage requests by applications
In OpenLens, these resources can be inspected visually. This ensures KAPPA-Automate runs reliably, consistently, and can scale or recover as needed.
With OpenLens, administrators can continually monitor the health of KAPPA-Automate, detect anomalies, and troubleshoot issues through a centralized visual dashboard, enhancing operational efficiency and reducing time-to-diagnosis.

Component | Key Symptoms | Primary Diagnostics | Fix/Remediation |
|---|---|---|---|
Nodes |
|
|
|
Pods |
|
|
|
Containers |
|
|
|
StatefulSets |
|
|
|
PVs (Persistent Volumes) |
|
|
|
PVs (Persistent Volumes) |
|
|
|