Operations 65
GET
/kubernetes/{id}/applications
Get a list of applications across all namespaces in the cluster. If the nodeName is provided, it will return the applications running on that node.
#
GET
/kubernetes/{id}/max_resource_limits
Get max CPU and memory limits of all nodes within k8s cluster
#
GET
/kubernetes/{id}/metrics/applications_resources
Get the total resource requests and limits of all applications
#
GET
/kubernetes/{id}/namespaces/{namespace}/ingresscontrollers
Get a list ingress controllers by namespace
#
PUT
/kubernetes/{id}/namespaces/{namespace}/ingresscontrollers
Update (block/unblock) ingress controllers by namespace
#
GET
/kubernetes/{id}/namespaces/{namespace}/volumes
Get Kubernetes volumes within a namespace in the given Portainer environment
#
GET
/kubernetes/{id}/namespaces/count
Get the total number of kubernetes namespaces within the given Portainer environment.
#
GET
/kubernetes/{id}/volumes/{namespace}/{volume}
Get a Kubernetes volume within the given Portainer environment
#
GET
/kubernetes/{id}/volumes/count
Get the total number of kubernetes volumes within the given Portainer environment.
#