Live data from Hacker News

Viewing profile — rayanimesh

rayanimesh

HN member
Joined
Tue, Feb 28, 2017, 7:36 PM UTC
HN karma
26
Public activity
4 items

About rayanimesh

No profile information was provided.

Recent public activity

  1. comment
    Comment #24167272

    Disclaimer : I live in a village in Rajasthan. People will still the WiFi device and sell it for pennies. They don't spare road light in many parts of cities.

  2. comment
    Comment #23445662

    Yes. Thank you.

  3. comment
    Comment #23444920

    This is one way of doing declarative using helm, but this doesn't guarntee resource creation order. `helm install` creates resources in order while `kubectl apply` creates in order…

  4. comment
    Comment #23440629

    > Helm charts are declarative way of deploying app(s) and their accompanying resources. How do you make helm chart deployment declarative? `helm install` is not declarative (in my …