No. nickname: Latest Tencent core document Docker + Nginx + Spring Boot + Distributed

Spring Boot

** In the past few years, the most exciting, highest retention rates, most things can change rules of the game, probably the Spring Boot. ** Spring Boot provides a new programming paradigm, can develop Spring applications with minimal resistance. With it, you can more quickly develop Spring applications, focusing on the functionality of the application, do not spend more effort on the Spring configuration, or even no configuration. In fact, an important task is to make Spring Boot Spring configuration no longer be a stumbling block on the way of your success.
Here Insert Picture Description

Spring Cloud

In recent years, micro-services architecture became a hot topic in IT. A large number of first-tier Internet companies because of the huge amount of body business and business needs, have invested in the construction of micro-service architecture, like giant Alibaba, Baidu, the US group, etc., it has long been commenced practice and application of micro-services.

Book from the popular micro-services architecture concept, details the Spring Cloud solutions and basic components of several core elements of the micro-architecture for the service. For the introduction of the various components, the book mainly by way of example in conjunction with the source code to help readers better understand how to use these components and operating principles. Meanwhile, in the process of introduction, the author also includes some of the problems encountered in practice and Solutions, for readers as a reference in practice.

Suitable for all Java developers, especially for doing micro-architecture technology selection or service being implemented micro Services Architecture team access and reference
Here Insert Picture Description

Nginx

Introduction Chapter 1 Nginx
installation and configuration Chapter 2 Nginx server
basic configuration and optimization of Chapter 3 Nginx
Chapter 4 Nginx and PHP (FastCGI) installation, configuration and optimization
Chapter 5 Nginx and JSP, ASP.NET, Perl installation and configuration
Chapter 6 Nginx HTTP reverse proxy and load balancing configuration and optimization of
Chapter 7 of Nginx Rewrite rules example
Chapter 8 Nginx module development
open Source NCACHE module Chapter 9 Nginx caching of Web services and Sina
first Chapter 10 Nginx in the famous sites of application cases
of atypical application examples in Chapter 11 Nginx of
Chapter 12 Nginx core modules
Chapter 13 Nginx HTTP standard modules
Chapter 14 Nginx other HTTP modules
Chapter 15 Nginx mail module
Nginx is fire, because it's like a panacea, there is a performance in any situation demands always looking to see its shadow. It can easily achieve high throughput of Web services under one million concurrent connections. At the same time, similar to OpenResty and such third-party modules group Tengine, the further development of a new ecology, the Nginx applications to further expand the application firewall, CDN, and other fields.
Here Insert Picture Description

Docker

Docker is an open source application container engine. Allows developers to package their applications and dependencies into a portable container and then posted to any popular Linux machine, can be virtualized, the container is full use of the sandbox mechanism between each other without any interface.

See what Wang can learn?

Help you understand how to install and uninstall light piece published in Docker, you will learn how to run, manage and connect different types of software in a different container structure. (Basic skills required for each user will Docker)

Docker depth distribution of the software package and mastery, covering the underlying mechanisms of different sizes Docker mirror, as well as a survey of different packaging and distribution methods undertaken. This section also includes in-depth analysis of the Docker Distribution entry date.

Compare their own knowledge to master the point you may say, the knowledge to help eliminate blind spots, reconstruction of knowledge.

Build your own and learn to deploy multiple instances of real, large-scale close to the server software.

You can learn that knowledge?

Enter Docker world of
software running in the container
to simplify software installation
persistent storage room and volume status shared
Network Access
Quarantine - restricting dangerous
packaged in mirroring software
build automation and advanced image settings
public and private software distribution
run custom Registry
more than container and multi-host environment
Docker Compose declarative environment
Docker Machine and clusters into the Swarm
Here Insert Picture Description

distributed

Chapter 1 Distributed micro-services architecture design principles
Chapter 2 completely solve the issue of consistency of distributed systems
Chapter 3 service system capacity assessment and performance guarantees
to build Chapter 4 large data logging system in
Chapter 5 of the call chain management services based on the system is designed ...
Chapter 6 Java emergency services and online technical research
vessel process services Chapter 7
Chapter 8 2.0 agile development of automation tools

Distributed, micro-services is now almost technician must understand the architecture direction. In theory, the solution did draft a lot of structure, but on the other hand, will bring more complexity and difficulty derived. The face of increasingly complex systems and services, distributed technology has become the technology of the Internet age will learn, however, if not experienced the practice and experience of a large company background, it is difficult for us to come into contact with the design and architecture of distributed services .
Here Insert Picture Description

Published 85 original articles · won praise 7 · views 20000 +

Guess you like

Origin blog.csdn.net/Ppikaqiu/article/details/104578938