An open API service indexing awesome lists of open source software.

https://github.com/krisnova/kubernetes-workshop-old

Welcome to Kubernetes! We love you!
https://github.com/krisnova/kubernetes-workshop-old

Last synced: 10 months ago
JSON representation

Welcome to Kubernetes! We love you!

Awesome Lists containing this project

README

          

# Kubernetes Workshop

Welcome to Kubernetes! We love you!

### What is Kubernetes?

Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.

It groups containers that make up an application into logical units for easy management and discovery.
Kubernetes builds upon [15 years of experience of running production workloads at Google](http://queue.acm.org/detail.cfm?id=2898444), combined with best-of-breed ideas and practices from the community.

- [Official Documentation on "What is Kubernetes"](https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/)

### What does the workshop attempt to offer?

- High level explanation of Kubernetes components and internals.
- Hands on examples to help demonstrate these concepts.
- A starting point to get users using Kubernetes.