Computing

[Virtualization] XCP-NG

2022-11-18 C.H. Ling 0

It is common on deploy application in cloud platform. However, for some business reason (e.g. cost, security, legal, hardware constrain, etc), virtualization on premises still have its value. XCP-ng is free and open source edition […]

Cloud Computing 雲端服務

Cloud Design Pattern – Ambassador

2022-11-15 C.H. Ling 0

Ambassador is one of the Separation of Concern (SoC) implementation. In cloud platform, functional features (e.g. Business logic) and non-functional features (e.g. retry / queue / etc) are implement in multi-containers: main application and proxy.