项目作者: eXistenZNL

项目描述 :
Analyzer that shows why your Kubenetes cluster does not scale down like you expect
高级语言: PHP
项目地址: git://github.com/eXistenZNL/KubeDownscalingAnalyzer.git
创建时间: 2019-10-11T18:00:45Z
项目社区:https://github.com/eXistenZNL/KubeDownscalingAnalyzer

开源协议:MIT License

下载


Kubernetes cluster downscaling analyzer

Docker Build Status Docker Pulls License

About

One of the tougher things of maintaining a Kubernetes cluster is making sure it scales down correctly.
Even the official Kubernetes autoscaler FAQ has a section specifically targeted to this.

This tool helps identifying the issues that the pods in your cluster may have that prevent the cluster autoscaler from scaling down.

How can I use it?

From source

  1. Make sure you are connected to the right cluster with kubectl.
  2. Clone this project and run php analyzer.php

Using the Docker container

Coming soon.

Bugs, questions, and improvements

If you found a bug or have a question, please open an issue on the GitHub Issue tracker.
Improvements can be sent by a Pull Request against the master branch and are greatly appreciated!