Endpoints
-
endpoints_查询指定namespace下的Endpoints
要查询指定namespace下的Endpoints,可以使用Kubernetes API或者kubectl命令行工具。具体操作方法如下:,,1. 使用Kubernetes API:,,“bash,kubectl get endpoints n,`,,2. 使用kubectl命令行工具:,,`bash,kubectl apiresources endpoints namespaced=true o name | xargs n 1 kubectl get showkind ignorenotfound n,“
-
endpoints 状态_查询指定namespace下的Endpoints
要查询指定namespace下的Endpoints状态,可以使用kubectl命令行工具。具体命令如下:,,“bash,kubectl get endpoints n,“