Ambassador Diagnostic Overview
{% if system.debug_mode %}
DEBUG MODE
{% endif %}
{%- include "system-info.html" -%}
{%- include "guidance.html" -%}
{% if notices %}
{% for notice in notices %}
{{ notice.level }}: {{ notice.message }}
{% endfor %}
{% endif %}
{% if errors %}
{% endif %}
{% if ambassador_services %}
Ambassador Services In Use
Type |
Service |
Weight |
{% for service in ambassador_services %}
{{ service.type }}
|
{{ service.name }}
|
{{ service._service_weight }}%
|
{% endfor %}
{% endif %}
{% if ambassador_resolvers %}
Ambassador Resolvers In Use
Kind |
Resolver |
{% for resolver in ambassador_resolvers %}
{{ resolver.kind }}
|
{{ resolver.name }}
|
{% endfor %}
{% endif %}
Ambassador TCP Mappings
Name |
Port |
Source |
Service |
{% for group_id, group in groups.items() if group.kind == "IRTCPMappingGroup" %}
{{ group.name | replace("GROUP: ", "") }}
{% if group['host'] %}
host: {{ group['host'] }}
{% endif %}
|
{{ group.port }}
|
{{ group.location }}
|
{% if group['mappings'] %}
{% for mapping in group['mappings'] %}
{{ mapping.cluster_service }}
{% endfor %}
{% endif %}
|
{% endfor %}
Color Legend
Color |
Success Rate |
Red |
0% - 70% |
Yellow |
70% - 90% |
Green |
90% - 100% |
Gray |
Unknown |