Post AT8wMDbOp5WBglrWiG by selea@social.linux.pizza
(DIR) More posts by selea@social.linux.pizza
(DIR) Post #AT8H3fNpDHoMEAY2yW by jselea@blogs.linux.pizza
2023-02-28T08:04:47Z
1 likes, 1 repeats
Just some random #kubectl commands for myself. I have tested these on 1.21 <> 1.25Get all ingress logs (if your ingress is nginx)kubectl logs -n ingress-nginx -l app.kubernetes.io/name=ingress-nginxGet all logs from Deploymentkubectl logs deployment/<deployment> -n <namespace>Why is the pod stuck in “ContainerCreating”?kubectl get events --sort-by=.metadata.creationTimestampI'll add more when I find more usefull stuff#linux #k8s #kubernetes #kubectl #ingress #nginx #deployment #logs
(DIR) Post #AT8wMDbOp5WBglrWiG by selea@social.linux.pizza
2023-02-28T16:05:09Z
0 likes, 0 repeats
@jselea Just let me know if you know any nice stuff