intelsdi-x / kubesnap

PoC - Kubernetes monitoring by snap
Apache License 2.0
13 stars 10 forks source link
deprecated

DISCONTINUATION OF PROJECT.

This project will no longer be maintained by Intel.

This project has been identified as having known security escapes.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project.

Status

This repository is no longer being actively maintained by Intel. Work has instead shifted to the snap-integration-kubernetes repository.

kubesnap

How to run

  1. Prerequisites
  2. Start work with Google Cloud Platform
  3. Install kubesnap
  4. Contributing
  5. License
  6. Acknowledgements

1. Prerequisites

2. Start work with Google Cloud Platform

a) Open Google Cloud Platform Console

b) Select your project

c) Switch to Compute Engine screen

d) Create a new VM instance

e) Open the VM terminal by click on SSH

f) Authorize access to Google Cloud Platform

3. Install kubesnap

Clone kubesnap into your home directory:

git clone https://github.com/intelsdi-x/kubesnap

Go to kubesnap/tools:

cd kubesnap/tools

Provision kubesnap (it takes approximately 35 minutes on a VM with 4 vCPUs and 15 GB of RAM in us-central1-b zone):

./provision-kubesnap.sh

4. Contributing

We love contributions!

There's more than one way to give back, from examples to blogs to code updates. See our recommended process in CONTRIBUTING.md.

And thank you! Your contribution, through code and participation, is incredibly important to us.

5. License

snap, along with this kubesnap, is an Open Source software released under the Apache 2.0 License.

6. Acknowledgements