Giter VIP home page Giter VIP logo

fareeday / dak4.net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sixeyed/dak4.net

0.0 0.0 0.0 14 MB

Docker and Kubernetes for .NET Developers

Home Page: https://dak4.net

License: Creative Commons Attribution Share Alike 4.0 International

Shell 0.12% JavaScript 67.74% C# 6.20% PowerShell 1.54% CSS 11.20% HTML 4.82% Batchfile 0.07% Dockerfile 2.22% SCSS 5.30% Gherkin 0.26% ASP.NET 0.54%

dak4.net's Introduction

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

dak4.net's People

Contributors

sixeyed avatar p-storm avatar

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.