{% extends "base.html" %} {% block title %}Cluster {{ summary.cluster.name }}{% endblock %} {% block content %}
Price per requested vCPU is {{ '{:,.04f}'.format(summary.cost_per_user_request_hour.cpu) }} USD per hour and per requested GiB memory is {{ '{:,.04f}'.format(summary.cost_per_user_request_hour.memory) }} USD per hour.
Name | Role | Instance Type | S? | Version | CC | MC | CPU | Memory (GiB) | Cost | {% if links['node']: %}{% endif %} |
---|---|---|---|---|---|---|---|---|---|---|
{{ node_name }} | {{ node.role }} | {{ node.instance_type }} | {% if node.spot: %} {% endif %} | {{ node.kubelet_version }} | {{ node.capacity.cpu|round(1) }} | {{ node.capacity.memory|filesizeformat(True) }} |
{{ node.usage.cpu|round(1) }}
{{ node.requests.cpu|round(1) }}
{{ node.allocatable.cpu|round(1) }}
|
{{ node.usage.memory|memory('GiB') }}
{{ node.requests.memory|memory('GiB') }}
{{ node.allocatable.memory|memory('GiB') }}
|
{{ node.cost|money }} | {% if links['node']: %}{% endif %} |
Namespace | Name | Application | Host | Status | {% if links['ingress']: %}{% endif %} |
---|---|---|---|---|---|
{{ ingress[0] }} | {{ ingress[1] }} | {{ ingress[2] }} | {{ ingress[3] }} | {{ ingress[4] }} | {% if links['ingress']: %}{% endif %} |
Namespace | Name | Application | Host | Tls | {% if links['ingressroute']: %}{% endif %} |
---|---|---|---|---|---|
{{ ingressroute[0] }} | {{ ingressroute[1] }} | {{ ingressroute[2] }} |
|
{% if ingressroute[4]: %} {{ ingressroute[4]['certResolver'] }} {% endif %} | {% if links['ingressroute']: %}{% endif %} |
ID | A? | P | CR | MR | CPU | Memory (MiB) | Cost | Slack Cost | {% if links['namespace']: %}{% endif %} |
---|---|---|---|---|---|---|---|---|---|
{{ namespace_id[0] }} | {% if namespace_data.status is not none: %} {% if namespace_data.status == "Active": %} {% else: %} {% endif %} {% endif %} | {{ namespace_data.pods }} | {{ namespace_data.requests.cpu|round(3) }} | {{ namespace_data.requests.memory|filesizeformat(True) }} | {{ elements.resource_bar_cpu(namespace_data) }} | {{ elements.resource_bar_memory(namespace_data) }} | {{ namespace_data.cost|money }} | {{ namespace_data.slack_cost|money }} | {% if links['namespace']: %}{% endif %} |
Namespace | Name | Application | Component | Team | Cont. | CR | MR | CPU | Memory (MiB) | Cost | {% if links['pod']: %}{% endif %} |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ namespace_name[0] }} | {{ namespace_name[1] }} | {{ pod.application }} | {{ pod.component }} | {{ pod.team }} | {{ pod.container_images|count }} | {{ pod.requests.cpu|round(3) }} | {{ pod.requests.memory|filesizeformat(True) }} | {{ elements.resource_bar_cpu(pod) }} | {{ elements.resource_bar_memory(pod) }} | {{ pod.cost|money }} | {% if links['pod']: %}{% endif %} |