GithubHelp home page GithubHelp logo

helmj-tiller-client's Introduction

About HelmJ Tiller Client

Helm has two parts, one of them is client and the other is server which is called Tiller. Tiller communicates with the Kubernetes API to manage your charts.

While it is doing that, it uses gRPC. gRPC is an open source remote procedure call (RPC) system initially developed at Google. gRPC uses protocol buffers.

Helm Team defined some proto files to run it and we will use those well-defined proto files to create java client to communicate Tiller. Those files are also used by go client.

How to build a client ?

If you want to create a client, just run > mvn package

Be Aware of versioning

1.0.0-e70bea6 <- it is an example for readme.

Where are the real proto files ?

You can visit that link => https://github.com/helm/helm/tree/master/_proto

Protobuf3 type declarations for the Helm API

Packages

  • hapi.chart Complete serialization of Heml charts
  • hapi.release Information about installed charts (Releases) such as metadata about when they were installed, their status, and how they were configured.
  • hapi.services.rudder Definition for the ReleaseModuleService used by Tiller to manipulate releases on a given node
  • hapi.services.tiller Definition of the ReleaseService provided by Tiller and used by Helm clients to manipulate releases cluster wide.
  • hapi.version Version meta-data used by tiller to express it's version

Last part copied from => https://github.com/helm/helm/blob/master/_proto/README.md

helmj-tiller-client's People

Contributors

gklp avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

cc8848

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.