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 Script 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.