GithubHelp home page GithubHelp logo

python-repository-hub / datadog-eks-blueprints-addon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from datadog/datadog-eks-blueprints-addon

0.0 0.0 0.0 48 KB

The Datadog AWS SSP add-on

License: MIT License

Makefile 8.19% JavaScript 7.35% TypeScript 40.97% Python 43.49%

datadog-eks-blueprints-addon's Introduction

Datadog Amazon EKS Blueprints AddOn

This project is currently in Beta

Overview

The Datadog Blueprints AddOn deploys the Datadog Agent on Amazon EKS using the eks-blueprints CDK construct.

Installation

npm install @datadog/datadog-eks-blueprints-addon

Usage

import * as cdk from 'aws-cdk-lib';
import * as blueprints from '@aws-quickstart/eks-blueprints';
import { DatadogAddOn } from '@datadog/datadog-eks-blueprints-addon';

const app = new cdk.App();

const addOns: Array<blueprints.ClusterAddOn> = [
    new DatadogAddOn({
        // Kubernetes secret holding Datadog API key
        // The value should be set with the `api-key` key in the secret object.
        apiKeyExistingSecret: '<secret name>'
    })
];

const account = '<aws account id>'
const region = '<aws region>'
const props = { env: { account, region } }

new blueprints.EksBlueprint(app, { id: '<eks cluster name>', addOns}, props)

AddOn Options

Option Description Default
apiKey Your Datadog API key ""
appKey Your Datadog APP key ""
apiKeyExistingSecret Existing k8s Secret storing the API key ""
appKeyExistingSecret Existing k8s Secret storing the APP key ""
apiKeyAWSSecret Secret in AWS Secrets Manager storing the API key ""
appKeyAWSSecret Secret in AWS Secrets Manager storing the APP key ""
namespace Namespace where to install the Datadog Agent "default"
version Version of the Datadog Helm chart "2.28.13"
release Name of the Helm release "datadog"
repository Repository of the Helm chart "https://helm.datadoghq.com"
values Configuration values passed to the chart, options are documented here {}

Support

https://www.datadoghq.com/support/

datadog-eks-blueprints-addon's People

Contributors

ahmed-mez avatar shapirov103 avatar celenechang avatar clamoriniere avatar khewonc 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.