aiendpoint.dev
ServicesKubernetes

Kubernetes

community

Open-source container orchestration platform for automating deployment, scaling, and management of applications.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://kubernetes.iobearerdeveloperconfidence: 87/1000 discoveries1 contributors
GEThttps://{api_server}/api/v1/namespaces/{namespace}/pods

List pods in a namespace

Parameters

limitmax results (integeroptional
namespacenamespace name (stringrequired
labelSelectorlabel filter (stringoptional

Returns

items[] with metadata.name, metadata.namespace, status.phase, spec.containers[], status.containerStatuses[]
GEThttps://{api_server}/apis/apps/v1/namespaces/{namespace}/deployments

List deployments

Parameters

namespacenamespace (stringrequired

Returns

items[] with metadata.name, spec.replicas, status.readyReplicas, status.availableReplicas, spec.template.spec.containers[]
GEThttps://{api_server}/api/v1/nodes

List cluster nodes

Returns

items[] with metadata.name, status.conditions[], status.capacity with cpu, memory, pods, status.addresses[]