Git Product home page Git Product logo

Comments (3)

monperrus avatar monperrus commented on August 18, 2024

Agree. And beyond the main technology, the main concept to teach is statelessness.

from devops-course.

SimoneStefani avatar SimoneStefani commented on August 18, 2024

Docker is the thing of the moment and here to stay I guess. I have been discussing with some teachers at KTH to include containers in the basic OS courses. I guess there are 3 levels to discuss containers:

  1. The container: here the discussion can be quite theoretical (difference with VM as mentioned by @goranpaues). On the practical side one can show how images can be described as code (i.e. Dockerfile) and how containers can be built out of them. Brief introduction to container registries (i.e. DockerHub.
  2. Small set of services: use Docker Compose to manage few services like a back-end API (e.g. NodeJS or Ruby on Rails) with a database (e.g. PostgreSQL). One needs to be careful with the tech choice since some stacks are harder than others (e.g. PHP + NGINX is tricky). This also gives the opportunity to introduce networks and volumes.
  3. Container orchestration: more in #6.

from devops-course.

monperrus avatar monperrus commented on August 18, 2024

merged with #6 which becomes the reference issue

from devops-course.

Related Issues (20)

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.