Kubernetes

In Kubernetes tab can be found:

  • Nodes

    • Message, Reason, Status and Type

  • Deamon Set

    • Namespace, Name, Status and Age

  • Persistent Volume Claim

    • Namespace, Name, Phase, Size, Storage Class Name and Age

  • Deployment

    • Namespace, Name, Status and Age

  • Config Map

    • Namespace, Name and Age

  • Secret

    • Namespace, Name and Age

  • Sts

    • Namespace, Name, Status and Age

  • Service*

    • Namespace, Name, Type, External IP and Age

  • Pods

    • Namespace, Name, Node Name, Age, Status, Restart Count, Kill Pod, Terminal and Logs

  • Ingress

    • Namespace, Name, Hosts and Age

  • Ingress

    • Namespace, Name, Hosts and Age

  • CRD (Custom Resource Definition)

    • Name, Group, List Kind, Spec name kind, Labels and Age

  • PDB (Pod Disruption Budgets)

    • Namespace, Name and Created At

*Please do NOT deploy any apps in monitoring Service, because Taikun uses the monitoring namespace heavily! And if you disable the monitoring, all pvc in monitoring will be deleted.

You can use sort buttons or search button in each section for easier searching.

Except Pods tab are all tabs for preview only.

Actions

Pods

Kill Pod

Terminal

Open Terminal to control your container/s.

Logs

Logs record events happening in cluster. You can check the logs for more details. To search the logs visit Projects - Project Details - Logs.

Last updated