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 […]

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 […]

No Picture
Computing

[Docker] Common Operational Command

2020-11-23 C.H. Ling 0

There is high frequency using docker to test applications and variant projects. To ensure the efficient of maintain these commands, I created a post and update it regularly.

Computing

[管理工具] Dockstation

2018-12-31 C.H. Ling 0

Dockstation 是另一套docker 管理軟件, 與之前介紹過的Portainer 不同, 它是form-based 的, 即是可以在client computer 中接駁往docker server 中執行. 

Computing

[管理工具] Portainer

2018-04-19 C.H. Ling 0

Docker 是一套類Virtualization的方案, 透過container 的形式建立平台讓application 在其上運作. 其好處是由Docker engine 取代了 Guest OS 層面, 使架構更加輕量, 亦令資源可更有效運用.  雖然Docker 效能吸引, 但在管理上, 與VMware 和VirtualBox 等比較, 沒有介面進行是一大弊病. 故找了Portainer, 一套網頁介面的Docker 管理工具.

1 2