Skip to content

coolhacks/kubernetes-hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes-hacks

Some informative and cool hacks on Kubernetes.

og_img

What is Kubernetes ?

Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions. Using the concepts of "labels" and "pods", it groups the containers which make up an application into logical units for easy management and discovery.

Reference: Kubernetes

Why Kubernetes ?

Kubernetes is one of the popular open source projects that has been developing and evolving on the infrastructure platform. WIP(Work in Progress)....

Contents:

Contributing:

This is a rough outline of what a contributor's workflow looks like:

  • Create a topic branch from where you want to base your work (usually master).
  • Make commits of logical units.
  • Push your changes to a topic branch in your fork of the repository.
  • Make sure the tests pass, and add any new tests as appropriate.
  • Submit a pull request to the original repository.

Thanks for your contributions!

Check out Contributing section for more details.

License:

The content of this repo is released under the MIT License by Ramit Surana. You can find a copy of this license in LICENSE or at http://opensource.org/licenses/mit.

About

Some informative and cool hacks on Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published