Skip to main content
Glama
svc.json42.5 kB
{ "type": "page", "data": { "ns": "${'default'|selectedNs}", "kind": "Service", "group": "", "version": "v1" }, "body": [ { "type": "container", "className": "floating-toolbar", "body": [ { "type": "tpl", "tpl": "${kind}", "className": "mr-2" }, { "type": "button", "label": "属性文档", "level": "link", "icon": "fas fa-book-open text-primary", "actionType": "drawer", "drawer": { "overlay": false, "closeOnEsc": true, "closeOnOutside": true, "size": "lg", "title": "${kind} 属性文档(ESC 关闭)", "body": [ { "type": "page", "asideResizor": true, "asideSticky": false, "aside": [ { "type": "input-tree", "name": "tree", "initiallyOpen": false, "unfoldedLevel": 1, "searchable": true, "showOutline": true, "showIcon": true, "searchConfig": { "sticky": true }, "heightAuto": true, "inputClassName": "no-border no-padder mt-1", "source": "get:/k8s/doc/kind/$kind/group/$group/version/$version", "onEvent": { "change": { "actions": [ { "componentId": "basic", "actionType": "reload", "data": { "description": "${event.data.item.description}", "id": "${event.data.item.id}", "full_id": "${event.data.item.full_id}", "type": "${event.data.item.type}" } }, { "componentId": "detail", "actionType": "reload", "data": { "description": "${event.data.item.description}", "id": "${event.data.item.id}", "full_id": "${event.data.item.full_id}", "type": "${event.data.item.type}" } } ] } } } ], "body": [ { "type": "service", "id": "basic", "body": [ { "type": "tpl", "tpl": "<br><strong>属性:</strong> ${id}", "visibleOn": "${id}" }, { "type": "button", "label": "示例", "level": "link", "icon": "fas fa-lightbulb text-warning", "actionType": "drawer", "drawer": { "overlay": false, "closeOnEsc": true, "closeOnOutside": true, "size": "lg", "title": "${kind}-${id} 参考样例(ESC 关闭)", "body": [ { "type": "websocketMarkdownViewer", "url": "/ai/chat/example/field", "params": { "kind": "${kind}", "group": "${group}", "version": "${version}", "field": "${full_id}" } } ] }, "visibleOn": "${id}" }, { "type": "tpl", "tpl": "<br><strong>类型:</strong> <span class='label label-primary'>${type}</span>", "visibleOn": "${type}" }, { "type": "tpl", "tpl": "<br><strong>描述:</strong> ${description}", "visibleOn": "${description}" } ] }, { "type": "service", "id": "detail", "api": "post:/k8s/doc/detail", "body": [ { "type": "divider", "title": "描述翻译", "titlePosition": "center", "visibleOn": "${translate}" }, { "type": "markdown", "value": "${translate|raw}", "options": { "linkify": true, "html": true, "breaks": true }, "visibleOn": "${translate}" }, { "type": "container", "body": [ { "type": "tpl", "tpl": "<div style='height:80vh'>&nbsp</div>" } ] } ] } ] } ] } }, { "type": "button", "label": "指南", "level": "link", "icon": "fas fa-lightbulb text-primary", "actionType": "drawer", "drawer": { "overlay": false, "closeOnEsc": true, "closeOnOutside": true, "size": "lg", "title": "${kind} 参考样例(ESC 关闭)", "body": [ { "type": "websocketMarkdownViewer", "url": "/ai/chat/example", "params": { "kind": "${kind}", "group": "${group}", "version": "${version}" } } ] } }, { "type": "button", "label": "智检", "level": "link", "icon": "fas fa-walking text-primary", "actionType": "drawer", "drawer": { "overlay": false, "closeOnEsc": true, "closeOnOutside": true, "size": "lg", "title": "AI 智能巡检 ${kind} (ESC 关闭)", "body": [ { "type": "k8sGPT", "api": "/k8s/k8s_gpt/kind/${kind}/run" } ] } }, { "label": "创建", "icon": "fas fa-dharmachakra text-primary", "type": "button", "level": "link", "actionType": "url", "blank": true, "url": "/#/k/${''|selectedClusterBase64}/apply/apply?kind=${kind}" } ] }, { "type": "container", "className": "floating-toolbar-right", "body": [ { "type": "wrapper", "body": [ { "type": "form", "mode": "inline", "wrapWithPanel": false, "body": [ { "label": "命名空间", "type": "select", "multiple": true, "maxTagCount": 1, "name": "ns", "id": "ns", "searchable": true, "checkAll": true, "source": "/k8s/ns/option_list", "value": "${'default'|selectedNs}", "onEvent": { "change": { "actions": [ { "actionType": "reload", "componentId": "detailCRUD", "data": { "ns": "${ns}" } }, { "actionType": "custom", "script": "window.setSelectedNS(event.data.ns)" } ] } } }, { "label": "集群", "type": "select", "multiple": false, "name": "cluster", "id": "cluster", "searchable": true, "source": "/params/cluster/option_list", "value": "${''|selectedCluster}", "onEvent": { "change": { "actions": [ { "actionType": "custom", "script": "window.setCurrentClusterId(event.data.value)" } ] } } } ] } ] } ] }, { "type": "crud", "id": "detailCRUD", "name": "detailCRUD", "autoFillHeight": true, "autoGenerateFilter": { "columnsNum": 4, "showBtnToolbar": false }, "headerToolbar": [ { "type": "columns-toggler", "align": "right", "draggable": true, "icon": "fas fa-cog", "overlay": true, "footerBtnSize": "sm" }, { "type": "tpl", "tpl": "共${count}条", "align": "right", "visibleOn": "${count}" }, { "type": "columns-toggler", "align": "left" }, { "type": "button", "label": "新增svc", "actionType": "dialog", "dialog": { "closeOnEsc": true, "closeOnOutside": false, "size": "lg", "position": "left", "title": "新增 svc 参数填写", "body": [ { "type": "form", "api": "post:/k8s/service/create", "body": [ { "type": "group", "body": [ { "type": "select", "label": "命名空间", "name": "metadata.namespace", "source": "/k8s/ns/option_list", "required": true, "value": "${'default'|selectedNs}", "description": "选择服务部署的命名空间" }, { "type": "input-text", "label": "服务名称", "name": "metadata.name", "required": true, "validations": { "maxLength": 63, "matchRegexp": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$" }, "description": "DNS-1123格式的小写字母、数字和'-'组成" } ] }, { "type": "input-kv", "label": "标签设置", "name": "metadata.labels", "value": { "": "" }, "required": true, "description": "用于资源分类和选择" }, { "type": "select", "label": "服务类型", "name": "spec.type", "options": [ { "label": "ClusterIP", "value": "ClusterIP", "description": "集群内部访问" }, { "label": "NodePort", "value": "NodePort", "description": "节点端口暴露" }, { "label": "LoadBalancer", "value": "LoadBalancer", "description": "云提供商负载均衡" } ], "value": "ClusterIP", "description": "选择服务暴露方式", "onEvent": { "change": { "actions": [ { "actionType": "reset", "componentId": "ports-combo" } ] } } }, { "type": "combo", "label": "端口配置", "name": "spec.ports", "id": "ports-combo", "multiple": true, "required": true, "addButtonText": "添加端口", "items": [ { "type": "input-text", "label": "名称", "name": "name", "required": true, "validations": { "maxLength": 63, "matchRegexp": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$" }, "description": "服务端口的名称" }, { "type": "select", "label": "协议类型", "name": "protocol", "options": [ { "label": "TCP", "value": "TCP", "description": "TCP协议" }, { "label": "UDP", "value": "UDP", "description": "UDP协议" }, { "label": "SCTP", "value": "SCTP", "description": "SCTP协议" } ], "value": "TCP", "description": "选择协议类型" }, { "type": "input-number", "label": "服务端口", "name": "port", "required": true, "min": 1, "max": 65535, "description": "服务暴露的端口" }, { "type": "input-number", "label": "目标端口", "name": "targetPort", "required": true, "min": 1, "max": 65535, "description": "Pod监听的端口" }, { "type": "input-number", "label": "节点端口", "name": "nodePort", "visibleOn": "typeof spec !== 'undefined' && spec.type === 'NodePort'", "min": 30000, "max": 32767, "description": "节点暴露的端口(30000-32767)" } ] }, { "type": "input-kv", "label": "标签选择器", "name": "spec.selector", "required": true, "description": "匹配Pod的标签选择器", "value": { "app": "" } } ] } ] } }, "reload", "bulkActions" ], "loadDataOnce": false, "syncLocation": false, "initFetch": true, "perPage": 10, "bulkActions": [ { "label": "批量删除", "actionType": "ajax", "confirmText": "确定要批量删除?", "api": { "url": "/k8s/$kind/group/$group/version/$version/batch/remove", "method": "post", "data": { "name_list": "${selectedItems | pick:metadata.name }", "ns_list": "${selectedItems | pick:metadata.namespace }" } } }, { "label": "强制删除", "actionType": "ajax", "confirmText": "确定要批量强制删除?", "api": { "url": "/k8s/$kind/group/$group/version/$version/force_remove", "method": "post", "data": { "name_list": "${selectedItems | pick:metadata.name }", "ns_list": "${selectedItems | pick:metadata.namespace }" } } } ], "footerToolbar": [ { "type": "pagination", "align": "right" }, { "type": "statistics", "align": "right" }, { "type": "switch-per-page", "align": "right" } ], "api": "post:/k8s/$kind/group/$group/version/$version/list/ns/${ns}", "columns": [ { "type": "operation", "label": "操作", "width": 120, "buttons": [ { "type": "button", "icon": "fas fa-eye text-primary", "actionType": "drawer", "tooltip": "资源描述", "drawer": { "closeOnEsc": true, "closeOnOutside": true, "size": "xl", "title": "Describe: ${metadata.name} (ESC 关闭)", "body": [ { "type": "service", "api": "post:/k8s/$kind/group/$group/version/$version/describe/ns/$metadata.namespace/name/$metadata.name", "body": [ { "type": "button", "label": "AI解读", "icon": "fas fa-brain text-primary", "actionType": "drawer", "drawer": { "closeOnEsc": true, "closeOnOutside": true, "size": "xl", "title": "AI解读 (ESC 关闭)", "body": [ { "type": "websocketMarkdownViewer", "url": "/ai/chat/describe", "params": { "kind": "${kind}", "group": "${group}", "version": "${version}", "name": "${metadata.name}", "namespace": "${metadata.namespace}" } } ] } }, { "type": "highlightHtml", "keywords": [ "Error", "Warning" ], "html": "${result}" } ] } ] } }, { "type": "button", "icon": "fa fa-edit text-primary", "tooltip": "Yaml编辑", "actionType": "drawer", "drawer": { "closeOnEsc": true, "closeOnOutside": true, "size": "lg", "title": "Yaml管理", "body": [ { "type": "tabs", "tabsMode": "tiled", "tabs": [ { "title": "查看编辑", "body": [ { "type": "service", "api": "get:/k8s/$kind/group/$group/version/$version/ns/$metadata.namespace/name/$metadata.name", "body": [ { "type": "mEditor", "text": "${yaml}", "componentId": "yaml", "saveApi": "/k8s/${kind}/group/${group}/version/${version}/update/ns/${metadata.namespace}/name/${metadata.name}", "options": { "language": "yaml", "wordWrap": "on", "scrollbar": { "vertical": "auto" } } } ] } ] }, { "title": "文档", "body": [ { "type": "page", "asideResizor": true, "asideSticky": false, "aside": [ { "type": "input-tree", "name": "tree", "initiallyOpen": false, "unfoldedLevel": 1, "searchable": true, "showOutline": true, "showIcon": true, "searchConfig": { "sticky": true }, "heightAuto": true, "inputClassName": "no-border no-padder mt-1", "source": "get:/k8s/doc/gvk/${apiVersion|base64Encode}/$kind", "onEvent": { "change": { "actions": [ { "componentId": "basic", "actionType": "reload", "data": { "description": "${event.data.item.description}", "id": "${event.data.item.id}", "full_id": "${event.data.item.full_id}", "type": "${event.data.item.type}" } }, { "componentId": "detail", "actionType": "reload", "data": { "description": "${event.data.item.description}", "id": "${event.data.item.id}", "full_id": "${event.data.item.full_id}", "type": "${event.data.item.type}" } } ] } } } ], "body": [ { "type": "service", "id": "basic", "body": [ { "type": "tpl", "tpl": "<br><strong>属性:</strong> ${id}", "visibleOn": "${id}" }, { "type": "button", "label": "示例", "level": "link", "icon": "fas fa-lightbulb text-warning", "actionType": "drawer", "drawer": { "overlay": false, "closeOnEsc": true, "closeOnOutside": true, "size": "lg", "title": "${kind}-${id} 参考样例(ESC 关闭)", "body": [ { "type": "websocketMarkdownViewer", "url": "/ai/chat/example/field", "params": { "kind": "${kind}", "group": "${group}", "version": "${version}", "field": "${full_id}" } } ] }, "visibleOn": "${id}" }, { "type": "tpl", "tpl": "<br><strong>类型:</strong> <span class='label label-primary'>${type}</span>", "visibleOn": "${type}" }, { "type": "tpl", "tpl": "<br><strong>描述:</strong> ${description}", "visibleOn": "${description}" } ] }, { "type": "service", "id": "detail", "api": "post:/k8s/doc/detail", "body": [ { "type": "divider", "title": "描述翻译", "titlePosition": "center", "visibleOn": "${translate}" }, { "type": "markdown", "value": "${translate|raw}", "options": { "linkify": true, "html": true, "breaks": true }, "visibleOn": "${translate}" }, { "type": "container", "body": [ { "type": "tpl", "tpl": "<div style='height:80vh'>&nbsp</div>" } ] } ] } ] } ] } ] } ], "actions": [] } }, { "type": "dropdown-button", "level": "link", "buttons": [ { "type": "button", "icon": "fas fa-calendar-alt text-primary", "label": "查看事件", "actionType": "drawer", "drawer": { "closeOnEsc": true, "closeOnOutside": true, "size": "xl", "title": "Event (ESC 关闭)", "body": [ { "type": "crud", "id": "detailEvent", "name": "detailEvent", "headerToolbar": [ "reload", { "type": "pagination", "align": "right" }, { "type": "statistics", "align": "right" }, { "type": "switch-per-page", "align": "right" } ], "loadDataOnce": true, "syncLocation": false, "perPage": 10, "api": "get:/k8s/$kind/group/$group/version/$version/ns/$metadata.namespace/name/$metadata.name/event", "columns": [ { "type": "operation", "label": "操作", "buttons": [ { "type": "button", "icon": "fas fa-brain text-primary", "label": "AI问诊", "actionType": "drawer", "drawer": { "closeOnEsc": true, "closeOnOutside": true, "size": "lg", "title": "AI 查询", "body": [ { "type": "websocketMarkdownViewer", "url": "/ai/chat/event", "params": { "note": "${note}", "source": "${source}", "reason": "${reason}", "reportingController": "${reportingController}", "type": "${type}", "regardingKind": "${kind}" } } ] }, "visibleOn": "type === 'Warning'" } ], "toggled": true }, { "name": "type", "label": "类型", "filterable": { "options": [ { "label": "正常 ", "value": "Normal" }, { "label": "告警 ", "value": "Warning" } ] }, "type": "mapping", "map": { "Normal": "<span class='label label-success'>正常</span>", "Warning": "<span class='label label-danger'>告警</span>" } }, { "name": "reason", "label": "原因", "type": "text" }, { "name": "field", "label": "关联字段", "type": "tpl", "tpl": "${regarding.fieldPath}" }, { "name": "source", "label": "事件来源", "type": "tpl", "tpl": "${reportingController} ${reportingInstance}" }, { "name": "note", "label": "说明", "type": "text", "searchable": true }, { "name": "metadata.creationTimestamp", "label": "存在时长", "type": "k8sAge" } ] } ] } } ] } ], "toggled": true }, { "name": "metadata.namespace", "label": "命名空间", "type": "text", "sortable": true }, { "name": "metadata.name", "label": "名称", "type": "text", "width": "180px", "sortable": true, "searchable": { "type": "input-text", "name": "metadata.name", "clearable": true, "label": "名称", "placeholder": "输入名称" } }, { "name": "spec.type", "label": "访问类型", "type": "tpl", "tpl": "<% if (data.spec && data.spec.type === 'ClusterIP' && data.spec.clusterIP === 'None') { %><span class='label label-warning'>Headless</span><% } else { %><span class='label label-success'><%= data.spec.type %></span><% } %>" }, { "name": "spec.internalTrafficPolicy", "label": "内部流量策略", "type": "mapping", "map": { "Local": "<span class='label label-success'>本地模式</span>", "Cluster": "<span class='label label-primary'>全局模式</span>" } }, { "name": "spec.clusterIPs", "label": "访问地址", "type": "each", "items": { "type": "tpl", "tpl": "${item}" } }, { "name": "status.loadBalancer.ingress", "label": "外部地址", "type": "tpl", "tpl": "<% if (data.status && data.status.loadBalancer && data.status.loadBalancer.ingress && data.status.loadBalancer.ingress.length) { %><%= data.status.loadBalancer.ingress.map(i => i.hostname || i.ip).join('<br/>') %><% } else { %>-<% } %>" }, { "name": "spec.ports", "label": "访问端口<br><span class='text-gray-500 text-xs'>访问端口[:节点端口]/协议 => 容器端口</span>", "type": "each", "items": { "type": "tpl", "tpl": "<div>${port}${nodePort?':<span class=\"text text-danger font-black\">'+nodePort+'</span>':''}/${protocol} <span class=\"text text-success font-black\">=>${targetPort}</span></div>" } }, { "name": "spec.ipFamilyPolicy", "label": "IP协议栈", "type": "map", "map": { "SingleStack": "<span class='label label-success'>单栈模式</span>", "PreferDualStack": "<span class='label label-primary'>双栈优先</span>", "RequireDualStack": "<span class='label label-default'>强制双栈</span>" } }, { "name": "spec.ipFamilies", "label": "IP协议栈集", "type": "each", "items": { "type": "tpl", "tpl": "<strong class='text-green-500 font-black'>${item}</strong>" } }, { "name": "metadata.labels", "label": "标签", "type": "tpl", "tpl": "${metadata.labels ? '<i class=\"fa fa-tags text-primary\"></i>' : '<i class=\"fa fa-tags text-secondary\"></i>'}", "onEvent": { "click": { "actions": [ { "actionType": "dialog", "dialog": { "title": "${metadata.name} 标签 (ESC 关闭)", "name": "dialog_labels", "size": "lg", "closeOnEsc": true, "closeOnOutside": true, "body": [ { "type": "form", "mode": "horizontal", "labelWidth": 0, "api": "post:/k8s/$kind/group/$group/version/$version/update_labels/ns/$metadata.namespace/name/$metadata.name", "body": [ { "type": "input-kv", "name": "labels", "draggable": false, "value": "${metadata.labels}" } ] } ] } } ] } }, "style": { "cursor": "pointer" } }, { "name": "metadata.annotations", "label": "注解", "type": "tpl", "tpl": "${metadata.annotations|filterAnnotations|showAnnotationIcon|isTrue:'<i class=\"fa fa-note-sticky text-primary\"></i>':'<i class=\"fa fa-note-sticky text-secondary\"></i>'}", "onEvent": { "click": { "actions": [ { "actionType": "dialog", "dialog": { "title": "${metadata.name} 注解 (ESC 关闭)", "name": "dialog_annotations", "body": [ { "type": "form", "mode": "horizontal", "labelWidth": 0, "api": "post:/k8s/$kind/group/$group/version/$version/update_annotations/ns/$metadata.namespace/name/$metadata.name", "initApi": "get:/k8s/$kind/group/$group/version/$version/annotations/ns/$metadata.namespace/name/$metadata.name", "body": [ { "type": "input-kv", "name": "annotations", "draggable": false, "value": "${annotations}" } ] } ], "size": "lg", "closeOnEsc": true, "closeOnOutside": true } } ] } }, "style": { "cursor": "pointer" } }, { "name": "spec.selector", "label": "POD选择器", "type": "tpl", "tpl": "<i class='fa fa-sitemap text-primary'></i>", "onEvent": { "click": { "actions": [ { "actionType": "dialog", "dialog": { "title": "${metadata.name} 容器组选择器 (ESC 关闭)", "name": "dialog_annotations", "body": [ { "type": "json", "source": "${spec.selector}", "levelExpand": 1 } ], "size": "lg", "closeOnEsc": true, "closeOnOutside": true } } ] } }, "style": { "cursor": "pointer" } }, { "name": "spec.sessionAffinity", "label": "会话亲和性", "type": "mapping", "map": { "ClientIP": "<span class='label label-danger'>客户端IP</span>", "None": "<span class='label label-success'>无</span>" } }, { "name": "metadata.creationTimestamp", "label": "存在时长", "type": "k8sAge" } ] } ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/weibaohui/k8m'

If you have feedback or need assistance with the MCP directory API, please join our Discord server