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!
- Host: GitHub
- URL: https://github.com/krisnova/kubernetes-workshop-old
- Owner: krisnova
- Created: 2017-09-12T19:49:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T14:34:03.000Z (over 8 years ago)
- Last Synced: 2025-04-12T13:51:40.838Z (about 1 year ago)
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.