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

Rohitrb45/kubernetes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GoPkg WidgetCII Best Practices


Kubernetes, also known as K8s, is an open source system for managingcontainerized applicationsacross multiple hosts. It provides 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 your company wants to help shape the evolution oftechnologies that are container-packaged, dynamically scheduled,and microservices-oriented, consider joining the CNCF.For details about who's involved and how Kubernetes plays a role,read the CNCFannouncement.


To start using K8s

See our documentation onkubernetes.io.

Try ourinteractive tutorial.

Take a free course onScalable Microservices with Kubernetes.

To use Kubernetes code as a library in other applications, see thelist of published components.Use of thek8s.io/kubernetes module ork8s.io/kubernetes/... packages as libraries is not supported.

To start developing K8s

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.
mkdir -p $GOPATH/src/k8s.iocd $GOPATH/src/k8s.iogit clone https://github.com/kubernetes/kubernetescd kubernetesmake
You have a workingDocker environment.
git clone https://github.com/kubernetes/kubernetescd kubernetesmake 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.

About

Production-Grade Container Scheduling and Management

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go96.7%
  • Shell2.9%
  • PowerShell0.2%
  • Makefile0.1%
  • Dockerfile0.1%
  • Python0.0%

[8]ページ先頭

©2009-2025 Movatter.jp