Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 2.13 KB

index.md

File metadata and controls

50 lines (39 loc) · 2.13 KB
layout title nav_order
default
Home
1

medik8s-logo

Medik8s - Kubernetes Node Remediation

{: .fs-8 }

Medik8s is a project consists of several kubernetes operators that provide automatic node remediation and high availability for singleton workloads {: .fs-6 .fw-300 }

Get Started Now{: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } Watch a Demo{: .btn .btn-green .fs-5 .mb-4 .mb-md-0 .mr-2 }

Hardware is imperfect, and software contains bugs. When node level failures such as kernel hangs or dead NICs occur, the work required from the cluster does not decrease - workloads from affected nodes need to be restarted somewhere.

However some workloads, such as RWO volumes and StatefulSets, may require at-most-one semantics. Failures affecting these kind of workloads risk data loss and/or corruption if nodes (and the workloads running on them) are assumed to be dead whenever we stop hearing from them. For this reason it is important to know that the node has reached a safe state before initiating recovery of the workload.

Unfortunately it is not always practical to require admin intervention in order to confirm the node's true status. In order to automate the recovery of exclusive workloads, Medik8s presents a collection of projects that can be installed on any kubernetes-based cluster to automate:

Community

Join our google group to get more info, participate in discussions and get notified for new releases

<script type="text/javascript"> function openRemediationMenu(){ document.getElementsByClassName("nav-list-item")[3].classList.add("active") } document.body.addEventListener("load", openRemediationMenu(), false); </script>

{% include_relative collaborators_section.html %}