Scroll to top
© 2018 All Rights Reserved.
Share

How to remove Evicted Pods in Kubernetes/Openshift

To remove Evicted Pods from Kubernetes use this command:kubectl get pods --all-namespaces -o json | jq '.items[] | select(.status.reason!=null) | select(.status.reason…

Dominik Sachsenhofer 1. September 2020

How to Setup Prometheus Operator and kube-prometheus on Kubernetes Cluster

How to Setup Prometheus Operator and kube-prometheus on Kubernetes Cluster 1. Install Helm Download and install Helm: https://github.com/kubernetes/helm 2.…

Dominik Sachsenhofer 29. May 2018

Solution to Error: 'ssh: rejected: connect failed (Connection refused)' using kubectl proxy

Solution to Error: ‘ssh: rejected: connect failed (Connection refused)’ using kubectl proxy The error when accessing a service using kubectl proxy: http://localhost:8001/api/v1/namespaces/kube-system/services/kubernetes-dashboard/proxy/…

Dominik Sachsenhofer 29. May 2018