What is the translation of " MỖI MICROSERVICE " in English?

each microservice
mỗi microservice
mỗi microservices
mỗi dịch vụ
microservice đều
each of the microservices

Examples of using Mỗi microservice in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Mỗi microservice nên có một database riêng biệt.
Each microservice may have an independent database.
Khả năng mở rộng sẽ độc lập đối với mỗi microservice.
Scalability will be independent to each microservices.
Mỗi microservice nên có một database riêng biệt.
Each microservice should have its own separate database.
Trường hợp lý tưởng nhất là mỗi microservice nên có một Data Store cho riêng mình.
One of the ideals is that every microservice should have it's own data store.
Mỗi microservice sẽ có một chức năng logic khác nhau cho ứng dụng của bạn.
Each microservice will have different logical capabilities for your application.
Mô hình Microservices cho phép mỗi microservice được triển khai độc lập.
The microservice architecture enables each microservice to be deployed independently.
Mỗi microservice sẽ có một chức năng logic khác nhau cho ứng dụng của bạn.
Each of your microservices will have a different logical function for your application.
Do việc sao chép các common function, mỗi microservice có thể trở nên phức tạp.
Due to duplication of common functionalities, each microservice implementation can become complex.
Đóng gói mỗi microservice thành một ảnh Docker( docker image).
Package the microservice as a(Docker) container image.
Thứ ba, mô hình Microservices cho phép mỗi microservice được triển khai độc lập.
Third, the Microservices Architecture pattern enables each microservice to be deployed independently.
Mỗi microservice hoạt động độc lập, do đó, một phần bị lỗi sẽ không tạo ra hiệu ứng domino.
Each microservice operates independently, so one failure won't set off a domino effect.
Bạn không muốn một bảng điều khiển cho mỗi microservice vì có thể có hàng chục hoặc hàng trăm, Hamrah giải thích.
You don't want a dashboard for each microservice because there could be dozens or hundreds, Hamrah explained.
Mỗi microservice sẽ được chia nhỏ để tập trung vào một business function cụ thể hoặc business requirement.
Each microservice is small and focused on a specific feature/ business requirement.
Kiến trúc này cũng giúp bạn dễ dàng hơn trong việcđa dạng hóa các lớp bảo mật mà bạn muốn áp dụng trên mỗi microservice.
The architecture also makes it easier for you todiversify the layers of security you wish to adopt on each microservice.
Mỗi microservice có thể có một cơ sở dữ liệu riêng để duy trì dữ liệu cần thực hiện chức năng nghiệp vụ của nó.
Each microservice can have a private database to persist the data that requires to implement the business functionality offered from it.
Một trong số đó là tính không đồng nhất giữa nhu cầu của Client vàcác API phân tán được cung cấp bởi mỗi microservice.
One problem is the mismatch between the needs of the client andthe fine‑grained APIs exposed by each of the microservices.
Đó là bởi vì dữ liệu thuộc sở hữu của mỗi microservice là riêng tư đối với service đó và chỉ có thể được truy cập thông qua API của nó.
As stated previously, the data owned by each microservice is private to that microservice and can only be accessed using its microservice API.
Mỗi microservice sẽ expose một REST API và một microservice cụ thể hoặc một client bên ngoài có thể gọi một microservice khác thông qua REST API của nó.
Each of the microservices exposes REST APIs wherein a given microservice or an external client can invoke another microservice through its REST API.
Tuy nhiên, nếu chúng ta nhìn vào sơ đồ microservice ở trên, chúng ta có thể thấy rằng mỗi microservice được xây dựng hơi khác nhau dựa trên nhu cầu của nó.
However, if we look at the microservices diagram above, we can see that each microservice is built slightly differently based on its needs.
Mỗi microservice sẽ có một public endpoint WEB URL này sẽ ánh xạ tới load balancer của microservice, phân phối các request trên các instances có sẵn.
Each microservice would have a public endpoint WEB This URL would map to the microservice's load balancer, which distributes requests across the available instances.
Event- Driven Data Management- Thay vì chia sẻ một database toàn cục( hoặc hai)trên một ứng dụng nguyên khối, mỗi microservice sẽ tự biểu diễn và lưu trữ dữ liệu riêng của nó.
Event‑Driven Data Management for Microservices- Instead of the unified data store(or two)found in a typical monolithic application, each microservice maintains its own unique data representation and storage.
Mỗi microservice được tổ chức độc lập, có database riêng của nó( điều này có ý nghĩa rất quan trọng), và có thể được update độc lập với những service khác.
Each microservice is self-contained, each maintains its own data store(which has significant implications), and each can be updated independently of others.
Mỗi microservice sẽ expose một REST API và một microservice cụ thể hoặc một client bên ngoài có thể gọi một microservice khác thông qua REST API của nó.
Each microservice exposes a REST APIs and a given microservice or an external client can invoke another microservice through its REST API.
mỗi microservice chỉ tập trung vào giao dịch nguyên tử cục bộ của riêng mình, nên các dịch vụ nhỏ khác sẽ không bị chặn nếu microservice chạy trong một thời gian dài.
Because each microservice focuses only on its own local atomic transaction, other microservices are not blocked if a microservice is running for a long time.
Nói cách khác, mỗi microservice độc lập trong một ứng dụng có xu hướng quản lý một cơ sở dữ liệu riêng biệt, ngay cả khi cơ sở dữ liệu đó là bản sao của cơ sở dữ liệu khác gắn với một microservice khác.
In other words, each independent microservice in an application tends to manage a separate database, even if that database happens to be a replica of another database tied to another microservice.
Cần phải được thực hiện ở mỗi cấp độ microservice.
Need to be implemented at every level of the microservice.
mỗi lớp microservice, bạn có thể có một component xử lý JWT, việc này khác đơn giản.
At each microservice layer, we can have a component that process the JWT, which is a quite trivial implementation.
Trong ứng dụng microservice, mỗi chức năng giao tiếp bên ngoài thông qua API sẽ tăng khả năng bị tấn công.
In a microservices application, each functionality that communicates externally via an API increases the chance of attacks.
Results: 28, Time: 0.0227

Word-for-word translation

Top dictionary queries

Vietnamese - English