Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.87 KB

README.md

File metadata and controls

70 lines (47 loc) · 1.87 KB

CloudGraph Kubernetes Provider

Scan cloud infrastructure via the K8s SDK

Docs

CloudGraph Readme

💻 Full CloudGraph Documentation Including k8s Examples

Install

Install the k8s provider in CloudGraph

cg init k8s

Authentication

Authenticate the CloudGraph k8s Provider any of the following ways:

  • Set the KUBECONFIG env variable pointing to your Kubernetes config file (or use the default location for your OS)

Supported Services

Service Relations
cronJob namespace
deployment namespace
ingress namespace
job namespace
namespace ALL SERVICES
networkPolicy namespace
node namespace
persistentVolume namespace
persistentVolumeClaim namespace
pod namespace
role namespace
secret namespace
service namespace
serviceAccount namespace
storageClass namespace

Development

Please see the CONTRIBUTING.md file in CloudGraph CLI for details.

Install all the dependencies:

yarn

Generate types and compile:

yarn build