LNX 1
LNX 1
LNX 1
Swipe to
Next Slide
CLOUD
ARCHITECTURE
CLOUD
CLUSTER
CONTAINER
CODE
CONTAINER
Imagine you have software and want it to run reliably when
moved from one computing environment to another.
For example, You’re going to test using Python 2.7, and then it’s
going to run on Python 3 in production and something weird will
happen.
Docker is an open-source
containerization platform that
helps build, deploy, and manage
containers.
It provides a simple and efficient
way to create, deploy, run, and
manage containers
ORCHESTRATION
(KUBERNETES)
Managing microservices, security, and network communication
at scale and distributed systems in general is hard, if not
impossible, to manage manually.
Orchestration refers to
managing the lifecycle of
containerized applications.
It enables deployment
automatically (auto)scaling, auto-
healing, load balancing and
monitoring.
NODE
While an application could run on one single machine, there are
some risks involved with that. Namely that the failure of the
underlying system will disrupt the application.