mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
7662f3e939
Chaoskube periodically kills random pods in your Kubernetes cluster. Running it will kill a pod in any namespace every 10 minutes by default. $ chaoskube INFO[0000] starting up dryRun=true interval=10m0s version=v0.21.0 INFO[0000] connecting to cluster master="https://kube.you.me" serverVersion=v1 INFO[0000] setting pod filter annotations= labels= minimumAge=0s namespaces= INFO[0000] setting quiet times daysOfYear="[]" timesOfDay="[]" weekdays="[]" INFO[0000] setting timezone location=UTC name=UTC offset=0 INFO[0001] terminating pod name=kube-dns-v20-6ikos namespace=kube-system INFO[0601] terminating pod name=nginx-701339712-u4fr3 namespace=chaoskube [...] chaoskube allows to filter target pods by namespaces, labels, annotations and age as well as exclude certain weekdays, times of day and days of a year from chaos. WWW: https://github.com/linki/chaoskube PR: 250213 Submitted by: Gabriel Dutra <0xdutra@gmail.com>
19 lines
910 B
Plaintext
19 lines
910 B
Plaintext
chaoskube periodically kills random pods in your Kubernetes cluster.
|
|
Running it will kill a pod in any namespace every 10 minutes by default.
|
|
|
|
$ chaoskube
|
|
INFO[0000] starting up dryRun=true interval=10m0s version=v0.21.0
|
|
INFO[0000] connecting to cluster master="https://kube.you.me" serverVersion=v1
|
|
INFO[0000] setting pod filter annotations= labels= minimumAge=0s namespaces=
|
|
INFO[0000] setting quiet times daysOfYear="[]" timesOfDay="[]" weekdays="[]"
|
|
INFO[0000] setting timezone location=UTC name=UTC offset=0
|
|
INFO[0001] terminating pod name=kube-dns-v20-6ikos namespace=kube-system
|
|
INFO[0601] terminating pod name=nginx-701339712-u4fr3 namespace=chaoskube
|
|
[...]
|
|
|
|
chaoskube allows to filter target pods by namespaces, labels, annotations and
|
|
age as well as exclude certain weekdays, times of day and days of a year from
|
|
chaos.
|
|
|
|
WWW: https://github.com/linki/chaoskube
|