Docking your services with Docker | Hebrew

Docking your services with Docker | Hebrew

Table of Contents

How MSA (Micro Service Architecture) encourages immutable servers and how containers help deliver such an architecture. The talk will discuss LXC, Docker and technologies / techniques which are making there way in to the “best practices” handbook for containers in a MSA based systems.

Video


comments powered by Disqus

Related Posts

DevPod - lightning talk

DevPod - lightning talk

This is a brief of a tech talk about the DevPod project. It was part of out DevOps teck forum which meets every 2 weeks. This tool helped me isolate environment for my projects and make it easier to share with my team, henced shared this with you guys.

Read More
MockOps on Kubernetes, Meetup

MockOps on Kubernetes, Meetup

Cloud-Native | there’s no place like 127.0.0.1 Haggai Philip Zagury DevOps Group & Tech Lead, Tikal Knowledge

Read More
12-factor application principles and How to build by-them

12-factor application principles and How to build by-them

  1. Codebase
  2. Dependencies
  3. Config
  4. Backing services
  5. Build, release, run
  6. Processes
  7. Port binding
  8. Concurrency
  9. Disposability
  10. Dev/prod parity
  11. Logs
  12. Admin processes

These 12 principles are the core of application which are designed to as a service, or as it’s known for in short SaaS.

Read More