Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubeView Platform

A Web Platform for Kubernetes Cluster Management

📋 Project Overview

KubeView Platform is a modern, intuitive web-based dashboard for managing and visualizing Kubernetes clusters. Built as a bachelor's degree final project, it aims to simplify Kubernetes management through a clean, minimal interface.

👥 Team

  • Varun Deep Saini (2023EBCS663)
  • Ankur Kalita (2023EBCS664)
  • Pradyut Fogla (2023EBCS665)

Supervisor: Dharma Teja

📁 Project Structure

kubeview/
├── docs/                       # Phase 2 documentation
│   ├── phase2-submission.md   # Main submission document
│   ├── diagrams/              # Architecture diagrams
│   └── screenshots/           # PoC screenshots
├── frontend/                   # Next.js application
└── backend/                    # Node.js API server

🛠️ Technology Stack

Frontend: Next.js 15, TypeScript, Tailwind CSS, Shadcn UI
Backend: Node.js, Express, @kubernetes/client-node, TypeScript

🚀 Getting Started

Prerequisites

  • Node.js 20+ LTS
  • Docker Desktop with Kubernetes enabled
  • Git

Installation

# Clone repository
git clone <repository-url>
cd kubeview

# Install backend dependencies
cd backend
npm install

# Install frontend dependencies
cd ../frontend
npm install

Development

# Start backend (from backend directory)
npm run dev

# Start frontend (from frontend directory)
npm run dev

📝 Phase 2: Design & Proof of Concept

Timeline: Feb 3 - Feb 15, 2026

Deliverables:

  • System architecture and design
  • Functional requirements specification
  • Technology stack justification
  • Working Proof of Concept

See docs/phase2-submission.md for complete documentation.

📄 License

Educational project for BITS Pilani


Phase 1: ✅ Problem Identification (Completed)
Phase 2: 🚧 Design & PoC (In Progress)
Phase 3: ⏳ Implementation (Upcoming)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages