Code Monkey home page Code Monkey logo

kubekeep's Introduction

KubeKeep

With KubeKeep one can take backup of Kubernetes platform. The backup procedure is totally an automatic procedure.

Getting Started

These instructions will give you an idea of how to deploy the project on a live system and how to use it.

Prerequisites

To set up this platform the required Tools and Packages are:

  • VM or System (This will be backup server. Min Requirements: 1vCPU, 2GB RAM)
  • Kubernetes
  • GitLab (To store the backup files)
  • Python 2.7.x (Need to install in Backup Server to run kubekeep)
    • os
    • sys
    • time
    • json
    • shutil
    • urllib3
    • datetime
    • requests
    • ConfigParser

Installing

  1. Set Environment Variables
    • GITLAB_URL : Gitlab URL to store Backup files
    • GITLAB_TOKEN : Gitlab Private token
    • KUBE_URL : Target Kubernetes URL
    • KUBE_TOKEN : Target Kubernetes token (Should have access to all the namespaces & should be permanent)
  2. If you skip step 1 put all the details in the config directory

Usages

Below are the procedure to schedule auto Backup

Scheduling Backup

  1. Go to the crontab file
$ crontab -e
  1. Schedule main.py in crontab (Check this guide for crontab)
  2. Now you are done your backup will be stored in the gitlab you have given.

Built With

Versioning

We use GitHub for versioning. For the versions available, see the releases on this repository.

Authors

  • Rudradev Pal - Server Setup & Scripting

License

The owner of this project is Rudradev Pal and licensed under MIT License.

kubekeep's People

Contributors

rudradevpal avatar sarvanivarma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.