Slide 21
Slide 21 text
WHAT CLOUD-NATIVE ACTUALLY MEANS…
▸ Containerized
Each part (applications, processes, etc) is packaged in its own container. This
facilitates reproducability, transparency and resource isolation.
▸ Dynamically orchestrated
Containers are actively scheduled and managed to optimize resource utilization.
▸ Microservices oriented
Applications are segmented into microservices. This significantly increases the
overall agility and maintainability of applications.
▸ …and there’s also a Serverless-WG in CNCF, which has released version 0.1 of
CloudEvents (cloudevents.io)!
CONTAINERS VS. SERVERLESS
https://www.cncf.io/about/faq/