GithubHelp home page GithubHelp logo

cf-k8s-agent's Introduction

K8S Agent

About

Service for monitoring cluster resources. Agent can be set as inside cluster as outside of it.

Agent starts streams for watching updates cluster resources and sends information about updated resources to k8s-monitor service.

The aim is to have actual state of cluster resources.

Content

Installing for using k8s-monitor on Codefresh side

For using when you want to use integration your k8s-monitor with Codefresh

Install via helm for using with Codefresh

  1. Clone repo
    git clone https://github.com/codefresh-io/cf-k8s-agent.git

  2. Go to dir with project
    cd ./cf-k8s-agent

  3. If you have one more cluster context, switch to needed with
    kubectl config use-context <cluster_context>

    1. For helm2
    • Install k8s-agent chart on your cluster from this repo
      helm upgrade k8s-agent ./k8s-agent --install --force --reset-values --set apiToken={token} --set clusterId={clusterId}
    1. For helm3
    • Install k8s-agent chart on your cluster from this repo with helm3 support helm upgrade k8s-agent ./k8s-agent --install --force --reset-values --set apiToken={token} --set clusterId={clusterId} --set helm3=true

In case if you want use configuration from UI , please use --set useConfig=true flag

Where:

  • {token} - API token from Codefresh (you can retrieve this from Codefresh user settings)
  • {clusterId} - cluster name from k8s integrations

More helm environment variables

Uninstalling agent via helm

For uninstalling agent run command
helm del k8s-agent --purge

cf-k8s-agent's People

Contributors

alex-codefresh avatar andrii-codefresh avatar cbarton avatar denys-codefresh avatar dustinvanbuskirk avatar ivan-codefresh avatar mikhail-klimko avatar nazar-codefresh avatar noam-codefresh avatar olegz-codefresh avatar pasha-codefresh avatar pisarenko-bo avatar pysarenko-bohdan avatar radiosource avatar vadim-kharin-codefresh avatar verchol avatar vitalii-codefresh avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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