Karan Sharma

Results 79 comments of Karan Sharma

Yes. It broke recently, because Instagram has decided to change their policy for creating applications. First need to get approved from them for permissions.

Thanks Used https://github.com/prakhar1989/react-term for a terminal emulator, and blog is powered by Ghost. Using https://github.com/axitkhurana/buster to convert to a static site and deployed on GH Pages

Instagram has changed their OAuth APIs, so my code is deprecated for now. If I get time, I'll update to the new login flow or else feel free to send...

I'm in favor of running `coredns` as a system job. `coredns` can do a lot of things specified in the Use Cases: load balancing, health checks, export prometheus metrics, caching...

Making another case for DNS based discovery. In NGINX, the `proxy_pass` directive "caches" the value of upstream and never reloads it, even after sending a SIGHUP. > Though this method...

@mikenomitch Whew, I'd love to pick this up. I filed an issue just yesterday (https://github.com/coredns/coredns/issues/5829) in coredns, but yeah would first make sense to have the plugin ready externally. I'll...

Update: I've released the plugin here: https://github.com/mr-karan/coredns-nomad/. Also sent a PR to upstream to see if it can be merged in `coredns` :)