Kubernetes
Quick commands and notes for Kubernetes operations.
- Access RDS Postgres from EKS cluster Quick psql access to RDS Postgres instance using a temporary pod in EKS.
- Clean evicted Kubernetes pods Quick command to remove evicted pods across namespaces.
- Multi-cluster node resource report Iterate through multiple kubeconfig files and report pod count and resource usage per node across all clusters.
- Node pod and resource summary Display running pod count and resource usage per Kubernetes node.
- Port-forward and NodePort access Access Kubernetes services on localhost using port-forward and NodePort.