Skip to content

Latest commit

 

History

History
167 lines (141 loc) · 4.92 KB

PITCHME.md

File metadata and controls

167 lines (141 loc) · 4.92 KB

@title[Introduction]

Kubernetes 101

An Introduction to Kubernetes

--- @title[Recap]

Container, Docker, Kubernetes!

A breif recap


@title[App]

A basic App!

+++ @title[explain]

@title[Container]

Containerizing the App!

+++ @title[explain]

@title[Kubernetes]

Kubernetes!

--- @title[What is Kubernetes]

Kubernetes!! Kubernetes!! What is this?

  • Kubernetes is an OPEN SOURCE container orchestration software started at Google
  • The word Kubernetes is a Greek work which stands for a Ship's Captain
  • The project focuses on building a robust platform for running thousands of containers in production.
  • There are other similar projects for container orchestration such as Docker Swarm, Mesos etc.

@title[Facts1]

Facts

Github Octoverse Statistics from Sep '16 to Oct '17.


@title[Facts2]

More Facts

Just an heads up about, how vast Kubernetes is!!


@title[Basic Concepts]

Concepts of Kubernetes

  1. Labels
  2. Pods
  3. Replication Controllers
  4. Services
  5. Volumes
  6. Namespaces

@title[labels]

Labels

+++ @title[explain]

@title[pods]

Pods

+++ @title[explain]

@title[ReplicaSets]

Replication Controllers

+++ @title[explain]

@title[services]

Services

+++ @title[explain]

@title[volumes]

Volumes

+++ @title[explain]

@title[namespaces]

Namespaces

+++ @title[explain]

@title[bye]

And then Phippy is happy!

--- @title[Setting up Kubernetes] ## Setting up Kubernetes - Various methods depending on the Infrastructure - Local machine - Minikube - Ubuntu on LXD - Kubeadm - Cloud - Azure Container Service - Google Kubernetes Engine

And many more solutions.

@title[confused]

Not clear?

Let's go into the demo

@title[demo]

Demo


@title[got it]

Any Questions?

--- @title[Thank you.] # Thank You!! ![](https://media.giphy.com/media/3oEdva9BUHPIs2SkGk/giphy.gif) --- @title[references] ## References 1. Presentation made using [GitPitch](https://gitpitch.com/) 2. [Kubernetes](https://kubernetes.io/) 3. Illustrations taken from[The Children's Illustrated Guide to Kubernetes](https://deis.com/blog/2016/kubernetes-illustrated-guide/) 4. Tutorial followed - https://www.youtube.com/watch?v=F-DQeymA0Oc&list=PLj_IGCS9P2SkmHxS8-i24azCIGEneJQrA&index=6