GithubHelp home page GithubHelp logo

d9-docker-security's Introduction

Dome9 asset management agent

Introduction

This chart creates a single resource management Pod that scans the cluster's resources (Pods, Services, Nodes, PSP, Network Policy, and Ingress) and uploads them to Dome9. Dome9 provides compliance, Visibility, Monitoring and Threat Hunting capabilities.

Prerequisites

  • Kubernetes 1.12+
  • Helm 3.0+
  • A Dome9 account and API key

Installing the Chart

To install the chart with the chosen release name (e.g. my-release), run:

$ helm repo add checkpoint https://raw.githubusercontent.com/CheckPointSW/charts/master/repository/
$ helm install my-release checkpoint/cp-resource-management --set-string credentials.user=[Dome9 API Key] --set-string credentials.secret=[Dome9 API Secret] --set-string clusterID=[Dome9 Cluster ID]

This command deploys a Dome9 Resource Management agent.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release

This command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

In order to get the Dome9 Cluster ID & credentials you must first complete the Kubernetes Cluster onboarding process in Dome9 website.

Refer to values.yaml for the full run-down on defaults. These are a mixture of Kubernetes and Dome9 directives that map to environment variables.

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

$ helm install my-release --set varname=true checkpoint/cp-resource-management

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

$ helm install my-release -f values.yaml checkpoint/cp-resource-management

Tip: You can use the default values.yaml

The following tables list the configurable parameters of this chart and their default values.

Parameter Description Default
replicaCount Number of provisioner instances to deployed 1
RBAC.create Specifies whether RBAC resources should be created true
serviceAccount.create Specifies whether RBAC resources should be created true
serviceAccount.name Specifies whether RBAC resources should be created ``
image.repository Provisioner image quay.io/checkpoint/cp-resource-management
image.tag Version of provisioner image {TAG_NAME}
image.pullPolicy Image pull policy IfNotPresent
env Additional environmental variables {}
credentials.name Dome9 credential secret dome9-creds
credentials.secret Dome9 APISecret CHANGEME
credentials.user Dome9 APIID CHANGEME
clusterID Cluster ID in Dome9 database CHANGEME
resources Resources required (e.g. CPU, memory) {}
podAnnotations Arbitrary non-identifying metadata {}
nodeSelector Node labels for pod assignment {}
tolerations List of node taints to tolerate []
affinity Affinity settings {}

d9-docker-security's People

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.