anubhavmishra's comments

anubhavmishra | 3 years ago | on: Aurora

This right here is a great project. Keep it up! Felt super relaxed after this.

anubhavmishra | 8 years ago | on: Why all companies should have a Heroku-like platform for their developers

Hello all, I am the author of the blog post. Just wanted to clarify a few things. This is a older post when Deis Workflow was being actively maintained. It is no longer actively maintained: https://deis.com/blog/2017/deis-workflow-final-release/

Also, the intention of the post to show that there is value to create a PaaS for allowing developers to rapidly try out ideas without waiting on infrastructure to be provisioned. If these ideas were proven, they could then deploy the applications to a maintained production grade environment.

anubhavmishra | 8 years ago | on: Heptio Contour – An ENVOY powered ingress controller

Istio provides a control plane and can be deployed to also provide you with a service mesh with a side car approach. Istio also gives you features like rate limiting, traffic shaping, authentication (tls mutual auth) and metrics out of the box. Contour is meant to solve the ingress problem by using Envoy as a reverse proxy. I think it will primarily be focused on doing that.

anubhavmishra | 8 years ago | on: Consul 1.0 Released

Consul is a dream for most Operations Engineers. At work we have used it in production for almost 3 years with basically no maintenance except dropping a new binary for the old one when we update the versions. We use it for service discovery, feature flags, consul lock for deployments and use the KV as a config store. It is also our backend for Vault and stores all the encrypted data. Thank you HashiCorp and the Consul team for an amazing achievement.
page 1