Hacker News new | past | comments | ask | show | jobs | submit | boddu's comments login

He did this translation as a part of his job or out of passion?


Maybe, I think, it's both: professional duty and personal enthusiasm


Apparently aided by his talented stepdaughter, Thorpe started to earn his living as a translator of, mostly, Anglo-Saxon texts...


Its not working on my chrome mobile version. It just takes me back to the top of the screen, when I click on the letters.


Kubernetes was first launched in the repo: https://github.com/GoogleCloudPlatform/kubernetes.

It doesn’t use docker as container runtime. And also the pods were also called `tasks`.

From: https://github.com/boddumanohar/kubernetes-first-commit/blob...

``` The Kubernetes API currently manages 3 main resources: tasks, replicationControllers, and services. Tasks correspond to colocated groups of [Docker containers](http://docker.io/) with shared volumes, as supported by [Google Cloud Platform’s container-vm images](https://developers.google.com/compute/docs/containers) . Singleton tasks can be created directly via the /tasks endpoint. Sets of tasks may created, maintained, and scaled using replicationControllers. Services create load-balanced targets for sets of tasks. ```


First /public/ commit after the scrub. :)

There's an internal repo which goes back a month or so. It turns out Joe Beda wasn't the first first committer...


https://podcasts.google.com/?feed=aHR0cHM6Ly9rdWJlcm5ldGVzcG...

kubernetes podcast from google. A weekly podcast focused on what's happening in the Kubernetes. The hosts takes a topic in kubernetes community and try to explain it in more detail.


if this supports for ssm parameter store rhen it will be a killer feature.


I use SAM to test serverless functions on local.


Do you know any similar tool for cross provider development?


Etcd is an implementation of Raft protocol. You can check research papers in distributed computing field.


Could you please point me to any which don't have a turn-key solution like Etcd for Raft (and also have a need like consensus is a need for most distributed applications)?


would like to add one more point, you can actually improvise your "flow" by practicing Journaling. Being yourself will also help.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: