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

[Linux] Setup service dependency

2020-11-27 C.H. Ling 0

For some service, it might have some inter-dependency on other background service. In order to setup it’s relationship, it need to alter the service file as below.