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.

Computing

[Kubernetes] Install Kubernetes in Ubuntu Linux

2022-08-08 C.H. Ling 1

There are different platforms to run Kubernetes (K8S) nowadays. In cloud, we can consider AWS Elastic Kubernetes Service, Azure Kubernetes Service, or we can install Talos in on-premise infrastructure as quick win solution. However, actually […]

1 2 3 4 26