Kubernetes

To access Kubernetes go to Projects - Servers - K8s Info or use the K8's buttonin Projects.

Fig. 1: Access 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

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

Except Pods tab are all tabs for preview only.

Actions

Show description - for all tabs except Nodes

Pods

Kill Pod

Pod can be killed with Kill Podbutton.

Terminal

Open Terminal to control your container/s.

Fig. 3: Terminal

Logs

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

Fig. 4: Logs

Last updated

Was this helpful?