Kubernetes Integration
Vapor provides a native, deep integration with Kubernetes, allowing you to manage your cluster resources directly from the web interface without needing to rely entirely on kubectl.
Overview
If Vapor detects a valid kubeconfig on the host, it unlocks the Kubernetes management dashboard. This interface is designed to simplify the day-to-day operations of a Kubernetes environment, providing visual insights into workloads, networking, and storage.
Features
From the Vapor console, you can:
- Deploy and monitor workloads (Pods, Deployments, StatefulSets).
- Manage network routing (Services, Ingresses, NetworkPolicies).
- Provision storage (PersistentVolumes, PersistentVolumeClaims).
- Configure applications (ConfigMaps, Secrets).
- Administer the cluster (Nodes, Custom Resource Definitions, Helm Charts).
Navigate through the Kubernetes section in the sidebar to explore how to manage these resources.