    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              kubernetes / kubernetes Public
              * Notifications You must be signed in to change notification settings
              * Fork 43.8k
                * Star 124k
          * Code
          * Issues 1.8k
          * Pull requests 1k
          * Actions
          * Projects
          * Security and quality 0
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Actions
                  * Projects
                  * Security and quality
                  * Insights
                                              master
                                          Branches Tags
                                            Go to file
                                        Code
                                          Open more actions menu

                                        Folders and files

                                          Name                          Name                            Last commit message    Last commit date
                                            Latest commit             
                                                                      
                                                History               
                                                                      
                                                140,368 Commits       
                                                  140,368 Commits     
                                                  .github                       .github                                                        
                                                  CHANGELOG                     CHANGELOG                                                      
                                                  LICENSES                      LICENSES                                                       
                                                  api                           api                                                            
                                                  build                         build                                                          
                                                  cluster                       cluster                                                        
                                                  cmd                           cmd                                                            
                                                  docs                          docs                                                           
                                                  hack                          hack                                                           
                                                  logo                          logo                                                           
                                                  pkg                           pkg                                                            
                                                  plugin                        plugin                                                         
                                                  staging                       staging                                                        
                                                  test                          test                                                           
                                                  third_party                   third_party                                                    
                                                  vendor                        vendor                                                         
                                                  .generated_files              .generated_files                                               
                                                  .gitattributes                .gitattributes                                                 
                                                  .gitignore                    .gitignore                                                     
                                                  .go-version                   .go-version                                                    
                                                  .import-restrictions          .import-restrictions                                           
                                                  AGENTS.md                     AGENTS.md                                                      
                                                  CHANGELOG.md                  CHANGELOG.md                                                   
                                                  CONTRIBUTING.md               CONTRIBUTING.md                                                
                                                  LICENSE                       LICENSE                                                        
                                                  Makefile                      Makefile                                                       
                                                  OWNERS                        OWNERS                                                         
                                                  OWNERS_ALIASES                OWNERS_ALIASES                                                 
                                                  README.md                     README.md                                                      
                                                  SECURITY_CONTACTS             SECURITY_CONTACTS                                              
                                                  SUPPORT.md                    SUPPORT.md                                                     
                                                  code-of-conduct.md            code-of-conduct.md                                             
                                                  go.mod                        go.mod                                                         
                                                  go.sum                        go.sum                                                         
                                                  go.work                       go.work                                                        
                                                  go.work.sum                   go.work.sum                                                    
                                            View all files            
                                          

                                              Repository files navigation

                                                * 
                                                * README
                                                * Code of conduct
                                                * Contributing
                                                * Apache-2.0 license
                                                * Security
                                                More items

                                                Kubernetes (K8s)

                                              Kubernetes, also known as K8s, is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for the deployment, maintenance, and scaling of applications.

                                              Kubernetes builds upon a decade and a half of experience at Google running production workloads at scale using a system called Borg, 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 of technologies 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 CNCF announcement.

                                                To start using K8s

                                              See our documentation on kubernetes.io.

                                              Take a free course on Scalable Microservices with Kubernetes.

                                              To use Kubernetes code as a library in other applications, see the list of published components. Use of the k8s.io/kubernetes module or k8s.io/kubernetes/... packages as libraries is not supported.

                                                To start developing K8s

                                              The community repository hosts all information about building Kubernetes from source, how to contribute code and documentation, who to contact about what, etc.

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

                                                You have a working Go environment.

                                                git clone https://github.com/kubernetes/kubernetes cd kubernetes make

                                                You have a working Docker environment.

                                                git clone https://github.com/kubernetes/kubernetes cd kubernetes make quick-release

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

                                                Support

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

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

                                                Community Meetings

                                              The Calendar has the list of all the meetings in the Kubernetes community in a single location.

                                                Adopters

                                              The User Case Studies website has real-world use cases of organizations across industries that are deploying/migrating to Kubernetes.

                                                Governance

                                              Kubernetes project is governed by a framework of principles, values, policies and processes to help our community and constituents towards our shared goals.

                                              The Kubernetes Community is the launching point for learning about how we organize ourselves.

                                              The Kubernetes Steering community repo is used by the Kubernetes Steering Committee, which oversees governance of the Kubernetes project.

                                                Roadmap

                                              The Kubernetes Enhancements repo provides information about Kubernetes releases, as well as feature tracking and backlogs.

                                        About

                                        Production-Grade Container Scheduling and Management

                                          kubernetes.io

                                        Topics

                                          cncfcontainersgokubernetes

                                        Resources

                                          Readme
                                          Apache-2.0 license

                                        Code of conduct

                                          Code of conduct

                                        Contributing

                                          Contributing

                                        Security policy

                                          Security policy
                                          Activity
                                          Custom properties

                                        Stars

                                          124.4k stars

                                        Watchers

                                          3.3k watching

                                        Forks

                                          43.8k forks
                                          Report repository

                                        Releases

                                        Packages

                                        Used by

                                        Contributors

                                        Languages

    Footer

        © 2026 GitHub, Inc.

      Footer navigation

        * Terms
        * Privacy
        * Security
        * Status
        * Community
        * Docs
        * Contact
        * Manage cookies
        * Do not share my personal information
      You can’t perform that action at this time.