Kubernetes or K8s is an open-source container-orchestration system for automating computer application deployment, scaling, and management. The default way to handle and monitor different K8s is through command line interface. CLI makes it difficult to monitor multiple aspects of the cluster at once, in a real-time way. Monitoring is required to anticipate problems and have a visibility over potential bottlenecks. Our objective is to create a UI based monitoring tool where users will be able to monitor different resources (cluster, pod, application etc.) through a UI.
Persona: The target audience will be software engineers, devops engineers, project managers etc.