josepowera
josepowera
www.adxcg.com
For anyone trying to move from hostPath to Local type provisioner... The easy way to change config in k3s is: to set to kmjaydeep fork ` kubectl -n kube-system set...
Also allow to specify TLS JA3 fingerprint https://github.com/Danny-Dasilva/CycleTLS to allow to go thru cloudflare bot protections (https://developers.cloudflare.com/bots/concepts/ja3-fingerprint/) or nginx: https://github.com/fooinha/nginx-ssl-ja3 or haproxy: https://www.haproxy.org/download/2.5/doc/configuration.txt (X-SSL-JA3)
For some sites it helped to bypass cloudflare bot protection just with adding aditional http headers, to better simulate real traffic. https://github.com/miniflux/v2/issues/1563
Here is basic All in one deployment for a demo with NON PERSISTANT STORAGE ``` #https://github.com/gorse-io/gorse/blob/master/cmd/gorse-in-one/Dockerfile apiVersion: apps/v1 kind: Deployment metadata: name: gorse-allinone labels: service: gorse-allinone app: gorse-allinone spec: replicas:...
@braginini Is kubernetes example available (could you help with where to find it)?
Sure!
Any possibility to move this forward.... Compression is today quite a basic requirement for LB. Or..... Is there any easy way to specify additional config lines like in https://github.com/jcmoraisjr/haproxy-ingress/issues/182
Thx... for anyone having problem... Use https://www.haproxy.com/blog/announcing-haproxy-kubernetes-ingress-controller-1-5/ for backend-config-snippet support.
Check the ie browser console... Even with polyfill fix you will still get error: "SCRIPT438: Object doesn't support property or method 'find'" . Looks like that https://github.com/InteractiveAdvertisingBureau/openvv-html/pull/16 does not solve...