AWS EKS Actions
Copy EKS Pod logs to bucket.: Copy given EKS pod logs to given S3 Bucket.
Delete EKS POD in a given Namespace: Delete a EKS POD in a given Namespace
List of EKS dead pods: Get list of all dead pods in a given EKS cluster
List of EKS Namespaces: Get list of all Namespaces in a given EKS cluster
List of EKS pods: Get list of all pods in a given EKS cluster
List of EKS deployment for given Namespace: Get list of EKS deployment names for given Namespace
Get CPU and memory utilization of node.: Get CPU and memory utilization of given node.
Get EKS Nodes: Get EKS Nodes
List of EKS pods not in RUNNING State: Get list of all pods in a given EKS cluster that are not running.
Get pod CPU and Memory usage from given namespace: Get all pod CPU and Memory usage from given namespace
EKS Get pod status: Get a Status of given POD in a given Namespace and EKS cluster name
EKS Get Running Pods: Get a list of running pods from given namespace and EKS cluster name
Run Kubectl commands on EKS Cluster: This action runs a kubectl command on an AWS EKS Cluster
Last updated