Settings

Theme

The First Commit of Kubernetes

github.com

2 points by boddu 5 years ago · 2 comments

Reader

bodduOP 5 years ago

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. ```

  • crb 5 years ago

    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...

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection