https://github.com/mjeanson/gcloud-lttng
https://github.com/mjeanson/gcloud-lttng
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mjeanson/gcloud-lttng
- Owner: mjeanson
- Created: 2022-03-16T20:58:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T21:13:01.000Z (about 3 years ago)
- Last Synced: 2025-02-16T10:14:46.646Z (4 months ago)
- Language: C
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/GPL-2.0-only.txt
Awesome Lists containing this project
README
Prerequisites
----------------The following tools need to be installed and working:
- docker
- kubectl
- google-cloud-cliGetting started
---------------
Create a configuration file.cp etc/conf.sh.example etc/conf.sh
Create the Gcloud cluster and the docker image repository.
make provisionBuild and push the images to the repository.
make push-images
Deploy the pod to the cluster.
make deployMonitor the pod status
kubectl describe pod demo1
Destroy the cluster and image repository.make deprovision