Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Production-Grade Container Scheduling and Management

License

NotificationsYou must be signed in to change notification settings

peterjasc/kubernetes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GoDoc WidgetCII Best Practices


Kubernetes is an open source system for managingcontainerized applicationsacross multiple hosts; providing basic mechanisms for deployment, maintenance,and scaling of applications.

Kubernetes builds upon a decade and a half of experience at Google runningproduction workloads at scale using a system calledBorg,combined with best-of-breed ideas and practices from the community.

Kubernetes is hosted by the Cloud Native Computing Foundation (CNCF).If you are a company that wants to help shape the evolution oftechnologies that are container-packaged, dynamically-scheduledand microservices-oriented, consider joining the CNCF.For details about who's involved and how Kubernetes plays a role,read the CNCFannouncement.


To start using Kubernetes

See our documentation onkubernetes.io.

Try ourinteractive tutorial.

Take a free course onScalable Microservices with Kubernetes.

To start developing Kubernetes

Thecommunity repository hosts all information aboutbuilding Kubernetes from source, how to contribute codeand documentation, who to contact about what, etc.

If you want to build Kubernetes right away there are two options:

You have a workingGo environment.
$ go get -d k8s.io/kubernetes$ cd $GOPATH/src/k8s.io/kubernetes$ make
You have a workingDocker environment.
$ git clone https://github.com/kubernetes/kubernetes$ cd kubernetes$ make quick-release

For the full story, head over to thedeveloper's documentation.

Support

If you need support, start with thetroubleshooting guide,and work your way through the process that we've outlined.

That said, if you have questions, reach out to usone way or another.

Analytics

About

Production-Grade Container Scheduling and Management

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go89.9%
  • Python6.5%
  • Shell3.2%
  • PowerShell0.2%
  • Makefile0.1%
  • Dockerfile0.1%

[8]ページ先頭

©2009-2025 Movatter.jp