Kubernetes nombres cortos para el CLI

Para hacer una lista de pods, replicasets y deployments puedes usar los nombres cortos: kubectl get po,rs,deploy Todos los nombres cortos son: | Short name | Full name | | ——————– |...

Default namespaces kubernetes

Si ves estos namespaces, son defaults en k8s $ kubectl get namespaces NAME STATUS AGE default Active 11h kube-node-lease Active 11h kube-public Active 11h kube-system Active 11h Kube-system son los que necesita k8s, notmalmente son los control plane agents. Default...

Minikube comandos básicos

Estoy tomando el curso Introduction to Kubernetes (LFS158x) https://training.linuxfoundation.org/training/introduction-to-kubernetes/ Y tiene una sección con minikube. Minikube es una herramienta que administra maquinas virtuales en donde corre un cluster o mejor...

Kubernetes hacking en Español

Empecemos con lo básico, que es Kubernetes? Kubernetes es una forma open-source de orquestar y automatizar aplicaciones. Esto incluye el deployment, scaling y management. Fue diseñado por Google. Si lo quieres hacer local puedes usar minikube, kubectl es el command...

Kubernetes hacking tool

What is Peirates? Peirates is a penetration testing tool for Kubernetes, focused on privilege escalation and lateral movement. It has an interactive interface, wherein the penetration tester chooses actions from the techniques that Peirates encodes. Some of the...