[Proxmox] Setup proxmox cluster and join node
It is easy to find many material on how to setup cluster, but sometime it will have variance issues when join cluster. Lesson learnt from previous work, I will conclude them into steps and hope […]
It is easy to find many material on how to setup cluster, but sometime it will have variance issues when join cluster. Lesson learnt from previous work, I will conclude them into steps and hope […]
For debugging pipeline, it is common to save, push and execute pipeline manually. However it is not a good idea because it might increase unnecessary commit and pull request in branch. It can be solved […]
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 […]
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 […]
Mostly package will deliver in container image, and for testing / debugging on dockerfile, we will run it locally. However, it cannot be debug easily. So we need to alter configuration to enable it. In […]
To setup the Application Performance Monitor, it is complicate if setup each of it. so I group all of it as a docker-compose file and execute in one shot.
Docker Compose is the tools to build and deploy multiple containers. It used YAML to markup container’s settings and it is useful when deploy docker in host. Even it can use yum to install docker-compose, […]
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.
Dockstation 是另一套docker 管理軟件, 與之前介紹過的Portainer 不同, 它是form-based 的, 即是可以在client computer 中接駁往docker server 中執行.
利用 Docker image 建立 container 後, 有時會見到時區會設定為UTC-0, 所以時間上會有所出入.
Copyright © 2024 | MH Magazine WordPress Theme by MH Themes