Provides an interactive interface for managing Kubernetes resources, retrieving logs, and formatting logs for export.
K8s provides a backend system designed to streamline Kubernetes resource management, log retrieval, and log formatting. Offering CRUD operations for various Kubernetes resources such as Pods, Services, Namespaces, and Deployments, it also enables log retrieval with pattern searching capabilities. Logs can be formatted and exported in multiple formats, including Plaintext, JSON, CSV, and NDJSON. Its extensible architecture allows for future enhancements and customizations.