Giter VIP home page Giter VIP logo

slides-kubernetes-101's Introduction

k8s-intro

This is a slide deck for giving a introduction presentation for Kubernetes. It is released with the hope that others will use and adapt it to spread the good word.

The latest version of this slide deck is hosted at http://slides.eightypercent.net/kubernetes-101/kubernetes-101.html#1.

This presentation should take 30-45 minutes to work through depending on how much elaboration you take when presenting the material.

I'm happy to take pull requests with changes to the content but reserve the right to reject them if they include details or takes on things that don't reflect my own opinions. However, feel free to fork and modify as appropriate. I'll always take PRs that add to this README to pointers to derived versions.

This has only been tested on Google Chrome. Some of the slides make use of the relatively new flexbox layout model.

The diagrams have been created using Adobe Illustrator. I know that not everyone has access to this program and so I apologize for that. I tried to make it work with graphviz and failed. I ran out of time to figure out anything else.

The presentation itself is released under a Creative Commons Attribution license. It includes images and typefaces that have their own licenses. See LICENSE.md for more details.

Creative Commons License
Kubernetes 101 by Joe Beda is licensed under a Creative Commons Attribution 4.0 International License.

slides-kubernetes-101's People

Contributors

jbeda avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

slides-kubernetes-101's Issues

Keep all public assets in a single folder

Looking at the code we can put all public asset under a single folder so that moving around folders can be accomplished by a single command.

Presently multiple commands have to be executed in the build phase to work with individual folders. This all can reduced to a single mkdir and cp command.

mkdir -p release/$ZIPNAME/fonts
cp fonts/* release/$ZIPNAME/fonts
mkdir -p release/$ZIPNAME/img
cp img/*.jpg release/$ZIPNAME/img/
mkdir -p release/$ZIPNAME/diagrams
cp diagrams/*.svg release/$ZIPNAME/diagrams/
mkdir -p release/$ZIPNAME/js
cp js/* release/$ZIPNAME/js/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.