Question
When creating a HULFT Integrate Service, there is a configuration item "Scalability". The manual says that Service creates Pods as many as this number, and each pod created will be configured with the specified CPU resources and memory size.
When creating Services in the following two cases, I would like to know the difference in performance (advantages/disadvantages) and what perspective would be best to consider for the best practices.
Case1 : 4CPU/8GB with 1Pod
Case2 : 1CPU/2GB configured with 4Pods
Answer
There are the following differences between Case1 and 2.
Case 1:
Pod's processing performance is relatively high, but there is no redundancy and availability is not guaranteed.
Case 2:
Each Pods' processing performance is relatively low, but they have excellent redundancy and availability.
The appropriate settings for scalability, CPU, and memory will vary depending on each user's script processes and other factors,
Currently, there is no best practice in HULFT Square.
Comments
0 comments
Article is closed for comments.