Ben Parees

Results 92 comments of Ben Parees

@mfojtik, I don't think we can hope for @jhadvig to do this anymore :)

how does mongo calculate the free space? we have a lot of issues w/ metric data that's available within containers reflecting the host, not the container limits. Also i doubt...

yes, once we move to 1.8(?)

> @bparees Hi Ben, would you perhaps know how to change the default image registry for looking up images without fully qualified names (or add a registry to image look-up)...

> @bparees How to do backups in OpenShift please? oc rsh into the mongo container, use the mongo tools to create the backup and then oc rsync to pull the...

i don't know enough about mongo to advise you about enabling sni (but if you do, you should be able to create a passthrough route to it), but another option...

> Using SNI does not require using SSL/TLS on the server too? yes, it does. I figured that was implied when I said enabling SNI.

edge termination of a route means the router terminates the SSL connection and then uses a non-encrypted connection to the backend. https://docs.openshift.org/latest/architecture/core_concepts/routes.html#secured-routes

> @bparees So it is possible to connect to service port (different than 80/443) without encrypted connection? services can be on any port you want and any protocol you want....