Re: Aggregating container logs using Kibana

2016-04-13 Thread Eric Wolinetz
On Wed, Apr 13, 2016 at 3:16 AM, Lorenz Vanthillo < lorenz.vanthi...@outlook.com> wrote: > I saw on https://github.com/openshift/origin/issues/8358: > > > $ oc debug pod/logging-fluentd-80xzt -- cat /proc/self/attr/current > Debugging with pod/debug-logging-fluentd-80xzt, original command:

Secure route Origin 1.1.6

2016-04-13 Thread Den Cowboy
I have a docker container which is communicating on port 80 with another server. So it's using http and its an insecure route. Now we're going to use https (443). The other server has a certificate (.jks). How do I have to settle this? I have to create a secure route but which type? - passthrough

Re: making deployment easier

2016-04-13 Thread Aleksandar Kostadinov
Candide Kemmler wrote on 04/13/2016 12:12 PM: Hi Aleksandar, I might not be able to help a lot with your specific issues, but could you explain more about them and possibly include some relevant logs? From your email it is not clear what exactly issues you're hitting. With a more detailed

Re: making deployment easier

2016-04-13 Thread Aleksandar Kostadinov
Candide Kemmler wrote on 04/13/2016 10:53 AM: My application is made up of several modules and jar dependencies (you guessed it, it's written in java). I have a complex setup involving a nexus repo and jenkins. To deploy one of the services that make up my app, I first have to build jar