Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
what readme section
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeesaman committed Jan 30, 2021
1 parent 849b8c7 commit 6d69ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,10 @@ To enable high-fidelity, offline review of Kubernetes clusters as a part of Dark

The original goal of this export format was to support ingestion by the [OpenCSPM](https://github.com/opencspm/opencspm) analysis platform. However, there are instances where analysis is best performed with a quick run of `kubectl`. Without having direct access to a client's cluster, a "mirror" cluster is needed.

## What?

Using the `kube-exporter.sh` in this repo, all the resources in a target cluster are exported to a local, new-line delimited json format. To view, this data, another instance of etcd and the kube-apiserver are needed, so that's what is baked into the container specified by this Dockerfile. The idea is that a local docker container running just the barebones components needed can be populated with the raw exported data directly into etcd.

## How?

* Clone the repository
Expand Down

0 comments on commit 6d69ae9

Please sign in to comment.