An open API service indexing awesome lists of open source software.

https://github.com/mjeanson/gcloud-lttng


https://github.com/mjeanson/gcloud-lttng

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Prerequisites
----------------

The following tools need to be installed and working:

- docker
- kubectl
- google-cloud-cli

Getting started
---------------
Create a configuration file.

cp etc/conf.sh.example etc/conf.sh

Create the Gcloud cluster and the docker image repository.

make provision

Build and push the images to the repository.

make push-images

Deploy the pod to the cluster.

make deploy

Monitor the pod status

kubectl describe pod demo1

Destroy the cluster and image repository.

make deprovision