GithubHelp home page GithubHelp logo

isabella232 / epsagon-operator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from epsagon/epsagon-operator

0.0 0.0 0.0 75 KB

Epsagon Kubernetes Operator

License: MIT License

Dockerfile 3.68% Makefile 18.24% Go 78.08%

epsagon-operator's Introduction

epsagon-operator

Epsagon Kubernetes Operator - For integrating K8s clusters with Epsagon

Installation

From code:

Clone this repository and

make install
make deploy

From github release:

curl https://raw.githubusercontent.com/epsagon/epsagon-operator/v0.1/build/crd.yaml | kubectl apply -f -
curl https://raw.githubusercontent.com/epsagon/epsagon-operator/v0.1/build/epsagon-operator.yaml | kubectl apply -f -

Usage

Create an Epsagon resource in epsagon-monitoring namespace:

apiVersion: v1
kind: Namespace
metadata:
  name: epsagon-monitoring
---
apiVersion: integration.epsagon.com/v1alpha1
kind: Epsagon
metadata:
  name: epsagon-integration
  namespace: epsagon-monitoring
spec:
  epsagonToken: <YOUR EPSAGON TOKEN>
  clusterEndpoint: <EXTERNAL ENDPOINT TO ACCESSS THIS CLUSTER FROM THE INTERNET>

Remove integration

kubectl delete epsagon -n epsagon-monitoring epsagon-integration

epsagon-operator's People

Contributors

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