Solución alternativa para permitir “inyectar” archivos binarios en un pod sin modificar la imagen del contenedor existente.
Continue readingCategory: Kubernetes
Finding IAM role used by a POD
When using EKS (Kubernetes on AWS) a pod might be attached to a IAM role which provides permissions over other AWS services (S3 buckets, EC2 instances, RDS, etc). Finding which is that IAM role is very easy…
Continue readingHow to enable Metric-Server in Docker-desktop
Docker desktop allow you to have a Kubernetes installation in your local machine, by default it provides most of the features required by a developer. […]
Continue readingConnecting shell to a Node in Kubernetes
In case of requering to access a kubernetes node via shell with the nsenter script or the kubectl-ssh plugin we can do it. Without requiring SSH Keys, VPN, Bastion or credentials.
Continue reading