DataDog/container-meetup

Name: container-meetup

Owner: Datadog, Inc.

Description: null

Created: 2016-02-24 04:16:34.0

Updated: 2017-05-15 16:56:55.0

Pushed: 2017-05-15 16:56:54.0

Homepage: null

Size: 6

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Container Meetup Guestbook

Requirements:

Create the guestbook app

ctl create -f guestbook/redis-master-controller.yaml
ctl create -f guestbook/redis-master-service.yaml
ctl create -f guestbook/frontend-controller.yaml
ctl create -f guestbook/frontend-service.yaml

Edit ddagent.yaml and set your API Key. Install the agent as a DaemonSet

ctl create -f ddagent.yaml

By now the frontend service should have acquired it's public ip

ctl get services

You can try the guestbook.

You can also “stress test” it by running python guestbook/guestbookpy/stress.py http://$PUBLIC_IP_OF_THE_FRONTEND_LOAD_BALANCER (requires the requests library)


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.