MichaelCade / kanister

An extensible framework for application-level data management on Kubernetes

Home Page:https://kanister.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kanister Logo

Kanister

Go Report Card Build Status

A framework for data management in Kubernetes. It allows domain experts to define application-specific data management workflows through Kubernetes API extensions. Kanister makes it easy to integrate your application's data with your storage infrastructure.

Features

  • Tasks Execute Anywhere: Exec into running containers or spin up new ones.
  • Object Storage: Efficiently and securely transfer data between your app and Object Storage using Restic.
  • Block Storage: Backup, restore, and copy data using your storage's APIs.
  • Kubernetes Workload Integration: Easily perform common workload operations like scaling up/down, acting on all mounted PVCs and many more.
  • Application Centric: A single Blueprint handles workflows for every instance of your app.
  • Kubernetes Native APIs: APIs built using CRDs that play nicely with the Kubernetes ecosystem.
  • Secured by RBAC: Prevent unauthorized access to your workflows using RBAC.
  • Reporting: Watching, logging and eventing let you know the impact of your workflows.

Community Applications

Stable Helm charts that have been updated with Kanister support.

Kanister in action for MySQL Database

asciicast

Community Meetings

We hold public community meetings, for roadmap and other design discussions, once every two weeks on Thursday at 06:00 PM CET.

  • Agenda and meeting notes can be found in this document.
  • To get yourself added into the regular Community meetings invite, please drop a mail to vivek@kasten.io.
  • Meeting joining details can be found in the meeting invite itself.

Resources

To get started or to better understand kanister, see the documentation.

For troubleshooting help, you can email the mailing list, reach out to us on Slack, or file a Github issue.

Presentations

License

Apache License 2.0, see LICENSE.

About

An extensible framework for application-level data management on Kubernetes

https://kanister.io

License:Apache License 2.0


Languages

Language:Go 96.4%Language:Shell 2.2%Language:Makefile 0.5%Language:Dockerfile 0.5%Language:Mustache 0.4%Language:Python 0.0%