Antoine Pultier

Results 146 comments of Antoine Pultier

Can we consider having a grid of containers instead of a line (maybe as an option) ? We would like to have a visual representation of more than 100 containers....

I now understand the lack of selectors, and I think it makes sense. Perhaps it could be explained in the README.md that you cannot do port-forward. Also, in my case...

> 3\. Use `kubectl port-forward` to the primary pod instead of the service, for example: > ``` > kubectl port-forward $(kubectl get pod -l cluster-name=mycluster,role=master -o name) 6432:5432 > ```...

> What credentials do you mean? The credentials to connect to the database.

Looks like nobody is merging the pull-request to support half of the AWS regions. Related to #3783 too.

> Also, the biggest question is who is going to implement it :-) It's a very good question. At Tellu we do not know Rust yet.

I did my first Rust Hello World yesterday, so things are going pretty well I would say.

Running the code on the cloud is a challenge because even though it's isolated in a container, it's still possible to mine whatever-coin-crap on cpu, run spambots, or worse. I...

If you find something that generates the grammar, sure. Personally I'm not planning to spend hours trying to find a tool to generate it, learn how to use, and debug...