All Projects → sebgoa → Oreilly Kubernetes

sebgoa / Oreilly Kubernetes

Licence: apache-2.0
O'Reilly Online Training for Kubernetes

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Oreilly Kubernetes

Pythonbuddy
Online Python Editor With Live Syntax Checking and Execution
Stars: ✭ 223 (-24.41%)
Mutual labels:  online, live
Unrealgdk
SpatialOS GDK for Unreal Plugin
Stars: ✭ 283 (-4.07%)
Mutual labels:  online
ableton-js
Control Ableton Live with Node.js
Stars: ✭ 111 (-62.37%)
Mutual labels:  live
AllSQL
AllSQL is an open-source compact browser based SQL Compiler, built using Flutter.
Stars: ✭ 16 (-94.58%)
Mutual labels:  online
mnimi
🎲 Mnimi (A Game of Memory Skill)
Stars: ✭ 15 (-94.92%)
Mutual labels:  online
Realtime Action Detection
This repository host the code for real-time action detection paper
Stars: ✭ 271 (-8.14%)
Mutual labels:  online
etmv2
A web based trading manager for the Eve Online MMORPG
Stars: ✭ 20 (-93.22%)
Mutual labels:  online
Tiktok unlock
TikTok解锁+换区+直播+无水印视频下载
Stars: ✭ 288 (-2.37%)
Mutual labels:  live
Starrtc Web Demo
一对一voip视频聊天,直播连麦,多人视频会议,在线会议web演示:
Stars: ✭ 281 (-4.75%)
Mutual labels:  live
ustvgo to m3u
Grabs m3u links from ustvgo.tv
Stars: ✭ 35 (-88.14%)
Mutual labels:  live
minikube-on-linux
A simple shell that helps you boot up a local kuberbetes cluster on linux host easily
Stars: ✭ 15 (-94.92%)
Mutual labels:  minikube
bigkube
Minikube for big data with Scala and Spark
Stars: ✭ 16 (-94.58%)
Mutual labels:  minikube
React Live
A flexible playground for live editing React components
Stars: ✭ 3,206 (+986.78%)
Mutual labels:  live
lightsout
🎲 Lights Out Game
Stars: ✭ 23 (-92.2%)
Mutual labels:  online
Rewardlayout
仿斗鱼直播送礼物和连击效果动画
Stars: ✭ 286 (-3.05%)
Mutual labels:  live
livego
直播服务器 hls stream online RTMP AMF HLS HTTP-FLV
Stars: ✭ 30 (-89.83%)
Mutual labels:  online
sofie-core
Sofie: The Modern TV News Studio Automation System (Server Core)
Stars: ✭ 70 (-76.27%)
Mutual labels:  live
Starrtc Android Demo
🚀starRTC,即时通讯(IM)系统,免费IM系统(含单聊,群聊,聊天室,文件传输),免费一对一视频聊天,VOIP,语音对讲(回音消除),直播连麦,视频直播,RTSP拉流,RTMP推流,webRTC服务端,在线教育,白板,小班课,在线会议,视频会议,视频监控,局域网直连(无需服务器),兼容webRTC, 支持webRTC加速,P2P高清传输,安卓、iOS、web互通,支持门禁对讲,可视对讲,电视盒子,树莓派,海思,全志,任天堂switch,云游戏,OTT设备,物联网平台,C语言自研方案,支持二次开发成类微信,类映客等APP,✨万水千山总是情,来个star行不行✨,更多示例请访问:
Stars: ✭ 3,038 (+929.83%)
Mutual labels:  live
Mutateful
Add-on for Ableton Live that enables live coding functionality fully integrated into Live's session view.
Stars: ✭ 290 (-1.69%)
Mutual labels:  live
Meguca
anonymous realtime imageboard focused on high performance and transparent moderation
Stars: ✭ 286 (-3.05%)
Mutual labels:  live

oreilly-logo k8s

Kubernetes Training and Cookbook

This repository contains instructions and examples for the O'Reilly Live Online Training for Kubernetes. Dates are listed in the O'Reilly Live Online training schedule.

It also contains examples and scripts used in the Kubernetes Cookbook.

Prerequisites

In this training we will use minikube to run a local Kubernetes instance. We will access this local Kubernetes with the client called kubectl.

Verify your installation:

$ minikube version
minikube version: v0.16.0

$ minikube start

$ kubectl version
Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.2", GitCommit:"08e099554f3c31f6e6f07b448ab3ed78d0520507", GitTreeState:"clean", BuildDate:"2017-01-12T04:57:25Z", GoVersion:"go1.7.4", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.2", GitCommit:"08e099554f3c31f6e6f07b448ab3ed78d0520507", GitTreeState:"clean", BuildDate:"1970-01-01T00:00:00Z", GoVersion:"go1.7.1", Compiler:"gc", Platform:"linux/amd64"}

If you are impatient, you can now start playing with Kubernetes:

  • Create a deployment with kubectl run ghost --image=ghost
  • Do you see a running Pod : kubectl get pods
  • Check kubectl --help what can you do ?

Links

Instructor

Sebastien Goasguen is a twenty year open source veteran. A member of the Apache Software Foundation, he worked on Apache CloudStack and Libcloud for several years before diving into the container world. He is the founder of Skippbox, a Kubernetes startup that develops open source tools for Kubernetes users. An avid blogger he enjoys spreading the word about new cutting edge technologies and also trains developers and sysadmins on all things Docker and Kubernetes. Sebastien is the author of the O’Reilly Docker Cookbook and 60 Recipes for Apache CloudStack.

Code of Conduct

Since this is an official O'Reilly Training, we will adhere to the O'Reilly conferences Code of Conduct.

"At O'Reilly, we assume that most people are intelligent and well-intended, and we're not inclined to tell people what to do. However, we want every O'Reilly conference to be a safe and productive environment for everyone. To that end, this code of conduct spells out the behavior we support and don't support at conferences."

Trademark

Kubernetes is a registered trademark of the Linux Foundation.

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].