Política de Privacidade

  Revisão 07/2023 CONDIÇÕES E TERMOS DE SERVIÇO E UTILIZAÇÃO “Intelligence Software” A Intelligence Software provê serviços de desenvolvimento de aplicativos no território brasileiro. Temos a responsabilidade de proteger cada cliente e lhes proporcionar os melhores serviços possíveis. As diretrizes seguintes foram projetadas para assegurar a qualidade de nossos serviços. Tenha certeza de que entendeu e concorda com as políticas, pois a violação dessas políticas poderá resultar em suspensão ou término da sua conta sem direito a reembolso de valores pagos. Você confirma e concorda que a Intelligence Software, a seu absoluto e exclusivo critério, pode alterar ou modificar este Acordo, e quaisquer políticas ou acordos integrados a ele, a qualquer momento, e tais alterações ou modificações entrarão em vigor imediatamente após a publicação neste Site, e seu uso deste Site ou dos Serviços encontrados neste Site após tais alterações ou modificações terem...

Cloud Native Patterns - Book Review

 One more tip book now is Cloud Native Patterns - Designing change-tolerant software.

 

 

Cloud Native Patterns: Designing Change-Tolerant Software | Amazon.com.br

 

The book is very good, it brings as its name says the issue of Cloud Native, which is a software development paradigm focused on the cloud environment. To better understand this concept, it can be said that a monolithic application that runs in the cloud does not mean it is Cloud Native, in this case it is more a question of where your application is running rather than how. This type of application, monolithic, can run smoothly in an on-premise environment, which doesn't mean that native cloud can't either, but this design in a private cloud is more limited. 

Cloud Native would be a distributed application and is mainly related to how your application runs and not where. The application can be spread over several datacenters in a region or even around the world, it is also applied concepts of microservices or event-driven architecture, which allows the application to apply concepts such as devops development and allow more resilience and independence of the components of the application that is distributed. 

The book brings this whole concept into its introduction and then goes into greater detail on the challenges of developing a distributed application, such as session token management, stateless components and how to implement this. How to manage and develop applications using microservices using kubernetes and also the docker, how to deploy applications and updates, talks a little about the most common deployment methods, configuration management since you are working in a distributed environment, redundancy and load-balancers using APIs and error handling. Anyway, it gives an overview of Cloud Native apps, it's worth reading for those who work in this type of environment and also for those like me who are curious about the subject.


Website: https://www.intelligencesoftware.com.br

Ads: https://ads.intelligencesoftware.com.br

Comentários

Postagens mais visitadas deste blog

Política de Privacidade

List of features to be realized in Packet Tracer

Cloud Native Patterns - Revisão do livro