在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):powerfulseal/powerfulseal开源软件地址(OpenSource Url):https://github.com/powerfulseal/powerfulseal开源编程语言(OpenSource Language):Python 98.5%开源软件介绍(OpenSource Introduction):PowerfulSealPowerfulSeal injects failure into your Kubernetes clusters, so that you can detect problems as early as possible. It allows for writing scenarios describing complete chaos experiments.
DocumentationPlease refer to the Powerfulseal documentation to learn how to use it. Highlights
Hello world!Just to give you a taste, here's an example policy. It will kill a single pod, and then check that the service continues responding to HTTP probes, to verify its resiliency to one of its pods going down. scenarios:
- name: Kill one pod in my namespace, make sure the service responds
steps:
# kill a pod from `myapp` namespace
- podAction:
matches:
- namespace: myapp
filters:
- randomSample:
size: 1
actions:
- kill:
probability: 0.75
# check my service continues working
- probeHTTP:
target:
service:
name: my-service
namespace: myapp
endpoint: /healthz Assuming that's in powerfulseal autonomous --policy-file ./policy.yaml Installing
Read about the PowerfulSeal
Tools consuming PowerfulSeal
FootnotesPowerfulSeal logo Copyright 2018 The Linux Foundation, and distributed under the Creative Commons Attribution (CC-BY-4.0) license. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论