Some informative and cool hacks on 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
Kubernetes is one of the popular open source projects that has been developing and evolving on the infrastructure platform. WIP(Work in Progress)....
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.
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.