<div dir="auto">I didn't get full reply, Maxim,.. Could you please reply again.. </div><br><div class="gmail_quote"><div dir="ltr">On Wed 19 Sep, 2018, 11:53 PM Maxim Dounin, <<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<br>
On Wed, Sep 19, 2018 at 06:40:11PM +0530, Devika Awasthi wrote:<br>
<br>
> I have a question on Nginx open source.<br>
> <br>
> So, we have a nginx web server being used as  kubernetes pod in production<br>
> as reverse proxy and web layer.<br>
> <br>
> We wanted to leverage the upstream hash module for session stickiness. We<br>
> tried a POC  locally by recompiling the Nginx with additional module -<br>
> <a href="http://nginx.org/en/docs/http/ngx_http_upstream_module.html#hash" rel="noreferrer noreferrer" target="_blank">http://nginx.org/en/docs/http/ngx_http_upstream_module.html#hash</a>. and it<br>
> worked well.<br>
> <br>
> However for production and other higher environments wanted to know if we<br>
> have any nginx docker image/container with above http upstream module<br>
> please which can  pulled?<br>
> <br>
> I tried searching in docker hub, couldn’t find any.<br>
<br>
The ngx_http_upstream_module which provides the "hash" directive <br>
is compiled in by default, unless explicitly switched off with the <br>
"--without-http_upstream_hash_module" configure option.<br>
<br>
-- <br>
Maxim Dounin<br>
<a href="http://mdounin.ru/" rel="noreferrer noreferrer" target="_blank">http://mdounin.ru/</a><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank" rel="noreferrer">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a></blockquote></div>