All Projects → brendandburns → Kubesanity

brendandburns / Kubesanity

Licence: mit
KubeSanity a sanity checking framework for Kubernetes

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kubesanity

Spm Agent Mongodb
Sematext Agent for monitoring MongoDB
Stars: ✭ 7 (-91.46%)
Mutual labels:  devops-tools
Remoraj
Extensible, low overhead Java Bytecode instrumentation agent for optimizing Java app performance
Stars: ✭ 53 (-35.37%)
Mutual labels:  devops-tools
Lynis
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
Stars: ✭ 9,137 (+11042.68%)
Mutual labels:  devops-tools
Iceci
IceCI is a continuous integration system designed for Kubernetes from the ground up.
Stars: ✭ 29 (-64.63%)
Mutual labels:  devops-tools
Openmangosteen
Devops定时调用http接口,定时执行SSH命令的WEB定时任务工具。
Stars: ✭ 41 (-50%)
Mutual labels:  devops-tools
Hashi Ui
A modern user interface for @hashicorp Consul & Nomad
Stars: ✭ 1,119 (+1264.63%)
Mutual labels:  devops-tools
Xctoken
On-Demand JWT Token generation for AppStore Connect API from CI Servers
Stars: ✭ 22 (-73.17%)
Mutual labels:  devops-tools
Terraboard
🌍 📋 A web dashboard to inspect Terraform States
Stars: ✭ 1,192 (+1353.66%)
Mutual labels:  devops-tools
Zenml
ZenML 🙏: MLOps framework to create reproducible ML pipelines for production machine learning.
Stars: ✭ 1,019 (+1142.68%)
Mutual labels:  devops-tools
Jumbune
Jumbune, an open source BigData APM & Data Quality Management Platform for Data Clouds. Enterprise feature offering is available at http://jumbune.com. More details of open source offering are at,
Stars: ✭ 64 (-21.95%)
Mutual labels:  devops-tools
Agente
Distributed simple and robust release management and monitoring system.
Stars: ✭ 30 (-63.41%)
Mutual labels:  devops-tools
Chef Plugin
This is jenkins plugin to run chef-client on remote host
Stars: ✭ 38 (-53.66%)
Mutual labels:  devops-tools
Webterminal
ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django
Stars: ✭ 1,124 (+1270.73%)
Mutual labels:  devops-tools
Linuxkit
A toolkit for building secure, portable and lean operating systems for containers
Stars: ✭ 7,166 (+8639.02%)
Mutual labels:  devops-tools
Ic
去哪儿公司内部CI、CD以及devops体系建设过程中使用的消息系统和数据中心。由于其基于HTTP协议的特性,具有跨平台、跨语言的优点。而devops体系搭建中,会引入各种开源工具,这些工具的语言差异也很大。基于IC,我们不仅快速实现了流程自动化,而且系统解耦,自动化进程大大提高。
Stars: ✭ 73 (-10.98%)
Mutual labels:  devops-tools
Ansible Meta Dynamic Inventory
Naming is hard. This wrapper script allows you to use set notation with dynamic host groups.
Stars: ✭ 24 (-70.73%)
Mutual labels:  devops-tools
Awless Templates
Repository of examples for awless templates (see https://github.com/wallix/awless)
Stars: ✭ 59 (-28.05%)
Mutual labels:  devops-tools
Azure
Azure-related repository
Stars: ✭ 78 (-4.88%)
Mutual labels:  devops-tools
Cintodeutilidadesdocker
My Docker templates repository 🐳 ☁️ 🐳
Stars: ✭ 74 (-9.76%)
Mutual labels:  devops-tools
Catapult
💥 Catapult is a DevOps website management platform for development teams.
Stars: ✭ 64 (-21.95%)
Mutual labels:  devops-tools

KubeSanity

Trust, but verify

A sanity checker for Kubernetes.

It runs across a cluster and performs some basic (really basic for now) sanity checking assertions.

Usage

docker run -v ${HOME}/.kube:/root/.kube:ro brendanburns/kubesanity:0.1.0

Current Assertions

  • Pod IP Duplication: Validates no two pods have the same IP
  • Service IP Duplication: Validates no two services have the same IP

Contributing

Please do. New assertions should be easy to add, they all should implement the assertion contract. See the existing assertions for examples.

License

Distributed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].