All Projects → irvnet → k8s-101

irvnet / k8s-101

Licence: Apache-2.0 license
Kubernetes Intro Workshop

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to k8s-101

android-cuberto-dialog-design
This is an implementation inspired by beautiful design by Cuberto on his Dribble page, which can be found here https://dribbble.com/shots/3206606-Landing-page-wip
Stars: ✭ 15 (-6.25%)
Mutual labels:  tutorial-exercises
Build Your Own X
🤓 Build your own (insert technology here)
Stars: ✭ 125,520 (+784400%)
Mutual labels:  tutorial-exercises
Learn React App
Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
Stars: ✭ 3,364 (+20925%)
Mutual labels:  tutorial-exercises
RxJava-Codelab
Codelab project for demonstration of RxJava features
Stars: ✭ 44 (+175%)
Mutual labels:  tutorial-exercises
Monthly-App-Challenge-2022
Retos mensuales de la comunidad MoureDev para crear pequeñas aplicaciones en base a requisitos
Stars: ✭ 153 (+856.25%)
Mutual labels:  tutorial-exercises
MAC0460
All contents from the course MAC0460 - An introduction to machine learning
Stars: ✭ 48 (+200%)
Mutual labels:  tutorial-exercises
api.symfony-3.crud
Symfony 3 and FOS REST Bundle - CRUD API
Stars: ✭ 15 (-6.25%)
Mutual labels:  tutorial-exercises
RustLabs
The Ultimate Workshop Track for #Rust Developer
Stars: ✭ 22 (+37.5%)
Mutual labels:  tutorial-exercises
01 Python Introduction
Learn the basics of Python. These tutorials are for Python beginners. so even if you have no prior knowledge of Python, you won’t face any difficulty understanding these tutorials.
Stars: ✭ 229 (+1331.25%)
Mutual labels:  tutorial-exercises
datatableton
100 exercises to learn Python Datatable
Stars: ✭ 245 (+1431.25%)
Mutual labels:  tutorial-exercises
eventsourcing-go
Event Sourcing + CQRS using Golang Tutorial
Stars: ✭ 75 (+368.75%)
Mutual labels:  tutorial-exercises
tutorial-code
Source code & exercises in Arend's documentation
Stars: ✭ 18 (+12.5%)
Mutual labels:  tutorial-exercises
Weekly-Challenge-2022-Swift
Retos semanales de la comunidad MoureDev para practicar Swift & iOS
Stars: ✭ 328 (+1950%)
Mutual labels:  tutorial-exercises
cpp4noobs
📘 Tutorial C++ in Brazilian Portuguese
Stars: ✭ 121 (+656.25%)
Mutual labels:  tutorial-exercises
bare bones
Ada Bare Bones OS development tutorial source code
Stars: ✭ 74 (+362.5%)
Mutual labels:  tutorial-exercises

Session Objective: introduction to containers and Kubernetes. Overview of the "what" and "why" of Docker containers and an overview of container orchestration with Kubernetes. In addition to lecture and discussion will be some hands on labs to demonstrate how to install the required tools and see how containers work in practice. Attending this session will give you the basic skills to explore and experiment with containers to determine how they best fit your use cases, or just to have fun with them!

Proposed Duration: 2hrs including ~30 minutes of presentation and ~90 minutes of hands on exercises


Agenda Overview

Presentation and Discussion

In this segment we'll spend about 30 minutes talking through the basics:

  • What are "containers" and where did they come from?
  • What's the difference between containers and Virtual machines?
  • What's "container orchestration" and what's Kubernetes all about?

10 minute break

Exercises

  • lab 00: Creating a working environment
  • lab 01: Running your first docker container
  • lab 02: Building your own docker container

Getting Started with Minikube

  • lab 03: Running Kubernetes with minikube
  • lab 04: Deploying a container to minikube

Deploying an application on minikube

  • lab 05: Containerize and deploy a node.js application
  • lab 06: Deploy a multi-container application

Questions?


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].