Git Product home page Git Product logo

hydrate's Introduction

Hydrate

Hydrate crawls a kubernetes cluster and generates a high level description of your deployments.

NOTICE: This project has migrated!

New updates will be located at microsoft/hydrate

Setup

Ensure you are using Python 3.6 or a newer version. Include a "kubeconfig" file for your cluster in the same directory as hydrate.py, or specify one with the -k argument. Finally, install the dependencies.

pip install -r requirements.txt

Basic Usage

python -m hydrate [-h] [-n NAME] [-k FILE] [-o PATH] [-v] [-d] run

The component.yaml file that is created is based on the specification detailed in the Fabrikate repo.

Fabrikate Component Definition

Fabrikate Config Definition

Positional arguments:

Arg Usage
run Generate component.yaml for current configuration

Optional arguments:

Arg Usage
-h, --help Show the help message and exit
-n NAME, --name NAME Name of the main component (default:hydrated-cluster)
-k FILE, --kubeconfig FILE Kubeconfig file for the cluster (default:kubeconfig)
-o PATH, --output PATH Output path for the generated component.yaml.
-v, --verbose Verbose output logs.
-d, --dry-run Print component.yaml to the terminal.

hydrate's People

Contributors

andrewdoing 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.