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

Automate your CI/CD pipeline with Jenkins-X on Kubernetes

Jenkins X is a CI/CD platform for Kubernetes Checkout this awesome project on https://jenkins-x.io.   Features Automated CI/CD Rather than having…

Dominik Sachsenhofer 21. June 2018

A Template for a Node.js Microservice on Kubernetes

This is a template for a Node.js microservice on Kubernetes. Checkout repository: git clone https://github.com/sachsenhofer/microservice_nodejs.git Want to…

Dominik Sachsenhofer 16. June 2018

A Template for a Python Microservice on Kubernetes

This is a template for a Python microservice on Kubernetes. Checkout repository: git clone https://github.com/sachsenhofer/microservice_python.git Want to…

Dominik Sachsenhofer 15. June 2018

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