-
Notifications
You must be signed in to change notification settings - Fork 6
v1 #1
base: master
Are you sure you want to change the base?
v1 #1
Conversation
RUN apt-get update | ||
RUN apt-get install -y procps psmisc | ||
|
||
ADD https://raw.githubusercontent.com/openzipkin/zipkin/master/zipkin-cassandra-core/src/main/resources/cassandra-schema-cql3.txt /schema.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably want to use a variable to ensure a stable tag is used as opposed to master
. ex 1.9.0
I don't have a local k8s env, so if someone else can check this out, LGTM pending the couple version things. |
Hey Adrian, sorry for the delay. Been busy with other stuff. I'll get this branch updated and retested tomorrow. |
Drones keeping you busy, eh? ;) no prob. Glad you are back online!
|
Hi, I tried deploying controllers and services to my kubernetes cluster, and ran into the following issues:
I created a env: GCE |
FWIW I see |
|
||
for component in cassandra collector query web; do | ||
pushd $component | ||
docker build -t openzipkin/zipkin-${component}-k8s:1.9.0 . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
heh.. we're up to 1.16.0
Mind bumping this? would be neat to have this available for the tracing workshop tomorrow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
releasing 1.24.0 soon!
I think one thing that stalled this out was that k8 had a bunch of arduous ways to setup. In Maybe something like this? |
heh I bet some things have changed in k8 since this PR. There's also some improvements in zipkin, too if anyone's interested, happy to review changes and get this in! |
First take on running Zipkin in a Kubernetes cluster.
Note that the images depend on the latest itszero/zipkin-* images in docker-zipkin, which haven't been pushed to Docker Hub yet.