livecodingturkey / k8surfer

Kubernetes Explorer
Apache License 2.0
3 stars 2 forks source link

Design REST API #1

Open huseyinbabal opened 2 years ago

huseyinbabal commented 2 years ago

Initiate design documentation for REST API

yusuffurkanyalcin commented 2 years ago

Entities :

    - POD
          - Name
          - Namespace
          - Node
          - Status
          - IP
          - Containers [] :
                - Container-ID
                - Image
                - Port
          - Events []
    - Node
          - Name
          - Status
          - Roles
          - Version
          - Creation Date
          - Addresses : 
                - Internal-Ip
                - HostName
          - Capacity :
                - CPU
                - Pods
          - System Info :
                - OS Image
                - Operating System
                - Architecture
          - Allocated Resources :
                - CPU
                - Memory
    - Service
          - Name
          - Type
          - Cluester-Ip
          - External-Ip
          - Port(s)
    - Deployment
          - Name
          - Status