TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The First Commit of Kubernetes

2 pointsby boddualmost 5 years ago

1 comment

boddualmost 5 years ago
Kubernetes was first launched in the repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;GoogleCloudPlatform&#x2F;kubernetes" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;GoogleCloudPlatform&#x2F;kubernetes</a>.<p>It doesn’t use docker as container runtime. And also the pods were also called `tasks`.<p>From: <a href="https:&#x2F;&#x2F;github.com&#x2F;boddumanohar&#x2F;kubernetes-first-commit&#x2F;blob&#x2F;first-commit&#x2F;api&#x2F;kubernetes.raml" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;boddumanohar&#x2F;kubernetes-first-commit&#x2F;blob...</a><p>``` The Kubernetes API currently manages 3 main resources: tasks, replicationControllers, and services. Tasks correspond to colocated groups of [Docker containers](<a href="http:&#x2F;&#x2F;docker.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;docker.io&#x2F;</a>) with shared volumes, as supported by [Google Cloud Platform’s container-vm images](<a href="https:&#x2F;&#x2F;developers.google.com&#x2F;compute&#x2F;docs&#x2F;containers" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;compute&#x2F;docs&#x2F;containers</a>) . Singleton tasks can be created directly via the &#x2F;tasks endpoint. Sets of tasks may created, maintained, and scaled using replicationControllers. Services create load-balanced targets for sets of tasks. ```
评论 #24186215 未加载