All Projects → zephinzer → gtcdk8s

zephinzer / gtcdk8s

Licence: MIT license
Courseware for a Docker + Kubernetes workshop

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
Makefile
30231 projects
CSS
56736 projects
HTML
75241 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to gtcdk8s

ultimate-kubernetes-bootcamp
Ultimate Kubernetes Bootcamp
Stars: ✭ 43 (+186.67%)
Mutual labels:  workshop, container
ws-ldn-1
Clojure/Clojurescript workshop (2-4 Nov 2015, London)
Stars: ✭ 22 (+46.67%)
Mutual labels:  workshop
react-portfolio
⚛️ A workshop for ReactJS.
Stars: ✭ 36 (+140%)
Mutual labels:  workshop
scif
scientific filesystem: a filesystem organization for scientific software and metadata
Stars: ✭ 30 (+100%)
Mutual labels:  container
coretoolbox
"pet container" tool using podman
Stars: ✭ 22 (+46.67%)
Mutual labels:  container
jarvis-workshop
Amazon re:Invent workshop - "Alexa, Ask Jarvis to Create a Serverless App for Me" -
Stars: ✭ 14 (-6.67%)
Mutual labels:  workshop
csharpworkshop
Workshop content on Learning C# on Linux using .NET Core
Stars: ✭ 33 (+120%)
Mutual labels:  workshop
s2i-ruby-container
Ruby container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running Ruby applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 55 (+266.67%)
Mutual labels:  container
introduction-to-neural-networks
No description or website provided.
Stars: ✭ 23 (+53.33%)
Mutual labels:  workshop
soulseek-docker
🐳 Soulseek Over noVNC Docker Container
Stars: ✭ 149 (+893.33%)
Mutual labels:  container
bioc 2020 tidytranscriptomics
Workshop on tidytranscriptomics: Performing tidy transcriptomics analyses with tidybulk, tidyverse and tidyheatmap
Stars: ✭ 25 (+66.67%)
Mutual labels:  workshop
2017-summer-workshop
Exercises, data, and more for our 2017 summer workshop (funded by the Estes Fund and in partnership with Project Jupyter and Berkeley's D-Lab)
Stars: ✭ 33 (+120%)
Mutual labels:  workshop
tensorflow-k8s-azure
Train TensorFlow Models at Scale with Kubernetes and Kubeflow on Azure
Stars: ✭ 44 (+193.33%)
Mutual labels:  workshop
ctrsploit
A penetration toolkit for container environment
Stars: ✭ 47 (+213.33%)
Mutual labels:  container
workshop-php
Workshop inicialmente criado pela comunidade PHPWomenRJ
Stars: ✭ 28 (+86.67%)
Mutual labels:  workshop
gis-for-geoscientists
Repository for "GIS for Geoscientists" workshop series. This repo contains data, protocols, outputs, lectures, and resources used the workshop. Course taught by Nicholas Barber. Available for future booking upon request! Contact me ([email protected]) for a quote.
Stars: ✭ 19 (+26.67%)
Mutual labels:  workshop
northstar-dedicated
Docker image for the Northstar dedicated server.
Stars: ✭ 89 (+493.33%)
Mutual labels:  container
Sonarr-AnimeDownloader
It is a Docker Container that uses Sonarr to download anime from AnimeWorld site (ITALY).
Stars: ✭ 28 (+86.67%)
Mutual labels:  container
ScribeBot
A highly scriptable automation system full of cool features. Automate everything with a little bit of Lua.
Stars: ✭ 72 (+380%)
Mutual labels:  workshop
edap
No description or website provided.
Stars: ✭ 22 (+46.67%)
Mutual labels:  container

Effective Containerisation From Development To Production

Courseware for a Docker & Kubernetes workshop.

Synopsis

Developer-onboarding taking ages because of required supporting services? Having issues with "but it works on my machine"-like complaints? Searching for a way to deploy your application reliably and in an automated manner? Sounds like you could do with some container technology!

Enter the world of containerisation in both development and production environments with this short workshop which will cover building container-based deployments friendly applications, containerising services effectively, and deploying them - all with good ol' shell scripting automation for good taste.

You can find the slides for this workshop at the bit.ly url, http://bit.ly/gtcdk8s.
The canonical workshop material is here at http://github.com/zephinzer/gtcdk8s.
A prettified version using Jekyll is here at http://gtcdk8s.joeir.net.

Target Audience

This is a hands-on workshop with the most utility for software engineers looking into the art of DevOps or seeking to learn how container technologies can result in developer happiness.

Topics

  1. Cloud Native Applications
  2. Application Containerisation
  3. Environment Provisioning
  4. Deploying Containers in Production

Workshop Objectives

Objective Details
Understand what goes into being cloud native Understanding the need for health checks, centralised logging and distributed tracing
Creating a container image with Docker Understand concepts in container images such as system encapsulation, image layering, and quick-win best practices of writing image files
Orchestrating multiple container images with Docker Understand challenges in orchestrating images and provisioning of an environment
Running a local Kubernetes Learn what is and how to use MiniKube
Deploying with Kubernetes Learn common Kubernetes resources and manifests

Requirements

Required Skills

Workshop participants should:

  1. Be comfortable working with the command line
  2. Have experience with software engineering
  3. Have a little experience with deployment and operations

Other roles are welcome too, but you might not get the most out of this!

Required Machine

  1. Do note that Windows is strictly not supported due to limitations in time.
  2. This workshop will only support MacOS (get a Mac on Carousell).
  3. Use Linux at your own risk (it works, with enough effort).
  4. Virtual machine setups will not work for section 4 of this workshop due to MiniKube itself being run in a VM.

Required Software

IMPORTANT Follow the instructions at THIS PAGE ON SETTING UP to get your machine ready for the workshop. This will take roughly an hour at most.

You will need the following software installed before the workshop starts:

  1. VirtualBox
  2. Docker Engine (with Docker Compose)
  3. kubectl
  4. MiniKube
  5. Node

Required Resources

You should have cloned this repository into your local machine before the workshop begins. The instructions are in the setup page.

As conference WiFi can be flaky, please also download a copy of all resources being used:

  1. Docker images

About The Facilitator

Joseph is a DevOps engineer hailing from the Agile Consulting & Engineering tribe at Government Digital Services. He spends his day optimising and maintaining CI/CD pipelines and making the codebase easier to work with for developers.

He enjoys evangelising on Agile and deployment-related affairs in software engineering, and thinks the world would be a better place if more developers understood DevOps and made it a culture instead of a role.

Check out his articles at https://medium.com/@joeir and his (wasteland of) projects at https://github.com/zephinzer.

Get Started

Licensing

Code in this repository is licensed under the MIT license as per the LICENSE file.

Content in this repository is licensed under the Creative Commons Attribution-ShareAlike 3.0 Singapore license.

Creative Commons Licence

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