Kubernetes-hacks

Some informative and cool hacks on Kubernetes

View the Project on GitHub coolhacks/kubernetes-hacks

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:

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.