Cargando…

Cloud & Containers - Everything you need to know

<!--HTML-->These days, the "cloud" is the default environment for deploying new applications. Frequently cited benefits are lower cost, greater elasticity and less maintenance overhead. However, for many people "using the cloud" means following obscure deployment steps that...

Descripción completa

Detalles Bibliográficos
Autor principal: Henschel, Jack
Lenguaje:eng
Publicado: 2023
Materias:
Acceso en línea:http://cds.cern.ch/record/2851915
Descripción
Sumario:<!--HTML-->These days, the "cloud" is the default environment for deploying new applications. Frequently cited benefits are lower cost, greater elasticity and less maintenance overhead. However, for many people "using the cloud" means following obscure deployment steps that might seem like black magic. This course aims to make newcomers familiar with cloud-native technology (building container images, deploying applications on Kubernetes etc.) as well as explain the fundamental concepts of the tech (microservices, separation of concerns and least privileges, fault tolerance). In particular, the following topics of application development will be covered: BUILDING; writing applications in a cloud-native way (e.g. to work in an immutable environment) and creating container images according to best-practices; DEPLOYING; using infrastructure-as-code to describe the application deployment (e.g. Helm charts) and using advanced features such as rolling updates and auto-scaling; MONITORING; after multiple containers have been deployed, it is important to keep track of their status and the interaction between the services.