All Projects → sixeyed → dak4.net

sixeyed / dak4.net

Licence: CC-BY-SA-4.0 license
Docker and Kubernetes for .NET Developers

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
C#
18002 projects
SCSS
7915 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to dak4.net

Frida Boot
Frida Boot 👢- A binary instrumentation workshop, with Frida, for beginners!
Stars: ✭ 179 (+397.22%)
Mutual labels:  workshop
Dge workshop
Stars: ✭ 203 (+463.89%)
Mutual labels:  workshop
Asts Workshop
Improved productivity 💯 with the practical 🤓 use of the power 💪 of Abstract Syntax Trees 🌳 to lint ⚠️ and transform 🔀 your code
Stars: ✭ 253 (+602.78%)
Mutual labels:  workshop
Build Your Own Shell
Guidance for mollusks (WIP)
Stars: ✭ 181 (+402.78%)
Mutual labels:  workshop
Relay Workshop
Material for my Relay Workshop
Stars: ✭ 197 (+447.22%)
Mutual labels:  workshop
Todolist flutter
🎓Flutter TodoList tutorial
Stars: ✭ 225 (+525%)
Mutual labels:  workshop
Recommendation
Recommendation System using ML and DL
Stars: ✭ 174 (+383.33%)
Mutual labels:  workshop
Multi-Node-TimescaleDB
The multi-node setup of TimescaleDB 🐯🐯🐯 🐘 🐯🐯🐯
Stars: ✭ 42 (+16.67%)
Mutual labels:  workshop
Netlify Functions Workshop
Netlify Serverless Functions Workshop
Stars: ✭ 203 (+463.89%)
Mutual labels:  workshop
Go Tooling Workshop
A workshop covering all the tools gophers use in their day to day life
Stars: ✭ 2,683 (+7352.78%)
Mutual labels:  workshop
React Workshop
The course material for our React Hooks workshop
Stars: ✭ 184 (+411.11%)
Mutual labels:  workshop
Container.training
Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.
Stars: ✭ 2,377 (+6502.78%)
Mutual labels:  workshop
Full Stack Data Science
Full Stack Data Science in Python
Stars: ✭ 227 (+530.56%)
Mutual labels:  workshop
Openshiftv3 Workshop
OpenShift v3 Workshops by the OpenShift Tiger Team
Stars: ✭ 179 (+397.22%)
Mutual labels:  workshop
Apijam
GitHub repo for API Jam Workshop
Stars: ✭ 254 (+605.56%)
Mutual labels:  workshop
App Innovation Workshop
Hands-on workshop designed to help you learn Azure, Mobile & AI
Stars: ✭ 177 (+391.67%)
Mutual labels:  workshop
Spark Workshop
Apache Spark™ and Scala Workshops
Stars: ✭ 224 (+522.22%)
Mutual labels:  workshop
adsy-trainings
Workshop and training materials
Stars: ✭ 13 (-63.89%)
Mutual labels:  workshop
introduction-nodejs
Introduction to NodeJS
Stars: ✭ 13 (-63.89%)
Mutual labels:  workshop
Fosswebsite
A club management system that handles student details, progress, events, achievements, attendance, status updates, teams and workshop registrations. This is the official [email protected] website
Stars: ✭ 242 (+572.22%)
Mutual labels:  workshop

Docker and Kubernetes for .NET Developers

A workshop by @EltonStoneman. This repo contains all the content. The latest release is published at dak4.net.

If you want a quick intro to the subject check out Putting the ".NET" into Kubernetes from .Net Conf.

Windows image build Linux image build

Outline

Docker is a platform for running applications in lightweight units of compute called containers, and Kubernetes is an orchestrator for managing containers at scale. In this workshop you'll learn all about building and running .NET Framework and .NET Core apps in Docker containers, how to make your Dockerized apps ready for production, and how to run and manage containers in Kubernetes.

Migrating your .NET apps to Docker is an easy way to power a cloud migration with no code changes, but it's also a great starting point for decomposing complex and brittle monoliths. You'll learn how to break features out of the monolith and run them in separate containers, using Docker and Kubernetes to plug everything together. You'll see how to use containers to modernize your architecture and adopt new patterns and technologies without a full rewrite.

It doesn't matter if you're from a dev or an ops background, you'll learn how the Docker platform benefits all aspects of IT.

Live deliveries

This workshop is a living thing. There are subdomains of the website and code branches for previous deliveries.

2020

2019

Previous versions

Docker and Kubernetes for .NET Developers is an evolution of my Docker Windows Workshop.

Repo Structure

├───app
├───ci
├───docker
├───k8s
├───slides
├───src
└───workshop
  • app - Docker Compose files covering the evolution of the demo app
  • ci - Compose files and scripts to build the app images
  • docker - Dockerfiles and content for the container images
  • k8s - Kubernetes manifests for deploying the Linux version of the app
  • slides - workshop content published with Reveal.js to dak4.net
  • src - source code for the demo .NET Framework and .NET Core apps
  • workshop - logistics for in-person workshops
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].