Skip to content

Add services page to the Kubernetes dashboard - iteration 1

With the first MR, add a Vue router for the workload types. We can add pages to the router one by one with every next MR.

Render the services page as per design:

image

The data to include in the first iteration - a sortable table with the following fields:

  • name
  • namespace
  • type
  • cluster IP
  • external IP
  • ports
  • age

Use standard pagination for the table. If possible, reuse a similar component used on the Environments page.

Get the data using the client queries similar to how it works on the Environment page.

Edited by Anna Vovchenko