Skip to content

A Plugin for remco, used to retrieve resources from the kubernetes API

License

Notifications You must be signed in to change notification settings

bsauvajon/remco-plugin-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REMCO KUBERNETES PLUGIN

Purpose

This plugin for remco is made to retrieve resources from the kubernetes API. It is mainly based on the confd backend created by @jfrabaut. For now it can retrieve services, endpoints and statefulsets.

How to install it

  1. install remco
  2. clone the repo
  3. go get
  4. go build
  5. cp remco-plugin-kubernetes /etc/remco/plugins/kubernetes

How to use it

You can find configuration and template examples in examples directory

Configuration parameters are :

  • host : url of kubernetes API, if not set plugin will consider running inside kubernetes and will connect to the local API server
  • username : if using standard auth, username to login
  • password : if using standard auth, password used to login
  • token : bearer token, if not using username/password to authenticate
  • ca : file containing the CA
  • key : file containing the key, if required
  • cert : file containing the cert, if required
  • log_level : log level of the plugin

About

A Plugin for remco, used to retrieve resources from the kubernetes API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages