Skip to content

Podminator is a kind of pod terminator which terminates half of the pods only on the replica sets.

License

Notifications You must be signed in to change notification settings

mtopcu/podminator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

podminator

Podminator is a small Kubernetes tool in order to terminate half of the pods deployed only on the replica sets. Then Kubernetes deployment objects try to recreate half of the pods again and you can monitor behaviour of the your system simulating hard circumstances.

Project has been developed by using Python3 and its' Kubernetes library. To do the project up; clone the repo, get in it and run the commands below.

- python3 -m venv env
- source env/bin/activate
- pip install -r requirements.txt
- python3 code/podminator.py

About

Podminator is a kind of pod terminator which terminates half of the pods only on the replica sets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages